The Events Manager WordPress plugin before 7.4.1 does not properly scope its capability mapping, discarding the access control decisions WordPress already made for unrelated privileged actions, which allows unauthenticated users to change the password of, escalate to Administrator, or delete any account whose user ID happens to match the ID of one of the Events Manager WordPress plugin before 7.4.1's own posts.
Security readout for executives and security teams
Plain-English summary
A critical flaw in the Events Manager WordPress plugin before 7.4.1 can let an unauthenticated attacker take over, promote, or delete user accounts, including administrators, when a user ID matches an Events Manager post ID. Successful abuse could lead to complete website compromise, data exposure, content manipulation, and service disruption.
Executive priority
Treat this as an immediate remediation priority on public WordPress sites. Prioritize systems containing sensitive data, business-critical content, or privileged integrations. Because abuse may provide full administrative control without credentials, investigate potentially exposed installations for account tampering rather than assuming updating alone resolves prior compromise.
Technical view
The plugin improperly scopes WordPress capability mapping and overrides authorization decisions for unrelated privileged user operations. This CWE-269 flaw is remotely reachable without credentials or user interaction. Impact includes password changes, Administrator escalation, and account deletion. Exploitation depends on a target user ID matching an Events Manager post ID.
Likely exposure
Internet-accessible WordPress sites running Events Manager earlier than 7.4.1 are potentially exposed. The bundle specifically lists version 7.1, while its description broadly states versions before 7.4.1. Actual exploitability also requires the described user-ID and Events Manager post-ID match.
Exploitation context
The CVSS 3.1 score is 9.8, reflecting remote, low-complexity, unauthenticated impact without user interaction. The WPScan reference is tagged for exploitation information, but the supplied evidence does not establish active exploitation. This CVE is not identified as being in KEV.
Researcher notes
The key condition is an identifier collision between a WordPress user and an Events Manager post. Capability mapping then discards WordPress authorization decisions for unrelated account actions. The supplied bundle does not provide request details, proof-of-concept material, affected-version precision beyond “before 7.4.1,” or evidence of exploitation in the wild.
Mitigation direction
Update Events Manager to version 7.4.1 or later after appropriate compatibility testing.
Inventory all WordPress sites to locate affected Events Manager installations.
Follow current plugin vendor guidance if updating immediately is not possible.
Review administrator accounts and reset credentials where compromise is suspected.
Validation and detection
Confirm the installed Events Manager version is 7.4.1 or later.
Identify user IDs matching existing Events Manager post IDs.
Review accounts for unexpected Administrator privileges, password changes, or deletions.
Examine WordPress and hosting logs for suspicious unauthenticated account-management activity.
Verify privileged user operations still enforce WordPress authorization after updating.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-269: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-269 · source CWE mapping
Improper Privilege Management
Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.