LiveActive security incident?Get immediate response
CVE Record

CVE-2026-18366: Events Manager < 7.4.1 - Unauthenticated Privilege Escalation to Administrator

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.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
3

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.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

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.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-18366 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2026-18366Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownEvents Manager7.1unaffected
Weakness

CWE details

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.