CVE-2025-29004
Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2025-29004 is a high-severity Incorrect Privilege Assignment (CWE-266) vulnerability. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 17th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to AC-2 (Account Management) and AC-3 (Access Enforcement) — see the control section below for these in your framework.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
CVE-2025-29004 is an Incorrect Privilege Assignment vulnerability (CWE-266) in the WordPress plugin Responsive Coming Soon Landing Page / Holding Page for WordPress (wordpress-flat-countdown) developed by AA-Team. It enables privilege escalation and affects all versions from n/a through 3.0. The vulnerability received a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact across confidentiality, integrity, and availability.
An attacker with low-privilege access, such as a subscriber or contributor role on a vulnerable WordPress site, can exploit this issue remotely over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to escalate privileges, potentially gaining administrative control over the site, which could lead to full compromise including data theft, modification of site content, or deployment of further malware.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wordpress-flat-countdown/vulnerability/wordpress-responsive-coming-soon-landing-page-holding-page-for-wordpress-3-0-privilege-escalation-vulnerability?_s_id=cve provides details on this vulnerability, including recommended mitigations such as updating to a patched version if available or applying virtual patching through services like Patchstack. Security practitioners should verify the plugin's update status and restrict low-privilege user capabilities where possible.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0963
Vulnerability Data
Incorrect Privilege Assignment vulnerability in AA-Team Responsive Coming Soon Landing Page / Holding Page for WordPress wordpress-flat-countdown allows Privilege Escalation.This issue affects Responsive Coming Soon Landing Page / Holding Page for WordPress: from n/a through <= 3.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directly enables authenticated privilege escalation from low-privileged WordPress roles to admin via incorrect privilege assignment in the plugin.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Enforces the principle of least privilege, directly mitigating privilege escalation from low-privilege roles like subscriber or contributor exploited in this WordPress plugin vulnerability.
Mandates enforcement of approved access authorizations, countering the plugin's failure to properly validate and restrict privilege escalations.
Establishes account management processes including privilege reviews, preventing incorrect assignments and enabling detection of anomalous escalations in the vulnerable plugin.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Directly enforces least-privilege policy definition, management, and review that prevents incorrect privilege assignments.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
The access-rights control governs the entire lifecycle of privilege assignment, directly eliminating incorrect assignments.
Privileged-access-rights control explicitly requires least-privilege assignment and ongoing validation, directly mitigating CWE-266.
Access control policy directly prevents incorrect privilege assignment by defining who may receive which rights.
Segregation of duties reduces blast radius of any single incorrect privilege but does not prevent the assignment itself.
Restricting privileged utility programs limits exposure from over-privileged accounts but does not address how privileges are assigned.
Information-access-restriction mechanisms enforce the correct privilege boundaries once assignment rules are defined.