CVE-2025-69063
Published: 20 February 2026
Summary
CVE-2025-69063 is a high-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).
Deeper analysis
CVE-2025-69063 is a missing authorization vulnerability (CWE-862) in the New User Approve WordPress plugin by Saad Iqbal, which allows exploitation of incorrectly configured access control security levels. The issue affects the plugin from unknown initial versions through version 3.2.0. Published on 2026-02-20T16:22:15.450, it carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L), indicating high severity due to network accessibility and significant confidentiality impact.
Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Successful exploitation enables attackers to bypass authorization checks, potentially accessing confidential information with high impact, while also allowing limited integrity and availability disruptions.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/new-user-approve/vulnerability/wordpress-new-user-approve-plugin-3-2-0-broken-access-control-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207933
Vulnerability details
Missing Authorization vulnerability in Saad Iqbal New User Approve new-user-approve allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects New User Approve: from n/a through <= 3.2.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization (CWE-862) in public-facing WordPress plugin directly enables unauthenticated remote exploitation of a web application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations for access to information and resources, directly preventing exploitation of missing authorization checks in the plugin.
Requires explicit access control decisions and enforcement for system resources, addressing the bypassed authorization due to incorrect configurations.
Applies least privilege to limit damage from unauthorized access enabled by the missing authorization vulnerability.