WordPress TheCartPress 1.5.3.6 contains an unauthenticated privilege escalation vulnerability that allows attackers to create administrator accounts by submitting crafted requests to the AJAX handler. Attackers can send POST requests to the tcp_register_and_login_ajax action with tcp_role set to administrator to gain full administrative access without authentication.
Security readout for executives and security teams
Plain-English summary
This is a critical WordPress plugin flaw in TheCartPress 1.5.3.6. An unauthenticated attacker could create an administrator account and take over the affected site. The provided sources do not name a fixed version or confirm active exploitation.
Executive priority
Treat as urgent for any public WordPress site using TheCartPress. Successful exploitation would likely mean full site compromise, content tampering, data exposure, and operational disruption.
Technical view
The issue is reported as missing authorization in TheCartPress registration/login AJAX handling. The source bundle says attackers can manipulate role assignment through tcp_register_and_login_ajax and obtain administrator privileges without authentication. CVSS is 9.8 with full confidentiality, integrity, and availability impact.
Likely exposure
Internet-facing WordPress sites running TheCartPress 1.5.3.6 are the likely exposure. Risk is highest where the plugin is active and public AJAX endpoints are reachable. The bundle’s affected version metadata is incomplete, so confirm installed plugin version directly.
Exploitation context
The bundle includes an ExploitDB reference and a VulnCheck advisory, indicating public exploit information exists. CISA KEV is false in the supplied data, and no cited source confirms active exploitation.
Researcher notes
Evidence supports critical severity and unauthenticated privilege escalation, but patch status and affected-version range are not fully established in the bundle. Avoid assuming exploitation in the wild without KEV or another cited confirmation.
Mitigation direction
Inventory WordPress sites for TheCartPress installations and versions.
Disable or remove TheCartPress until vendor guidance confirms a safe version.
Check the official plugin page and advisory sources for remediation updates.
Review administrator accounts and remove unauthorized users.
Restrict administrative access and harden WordPress account creation controls.
Validation and detection
Confirm whether TheCartPress 1.5.3.6 is installed and active.
Review WordPress users for unexpected administrator accounts.
Inspect logs for suspicious AJAX registration or login activity.
Verify whether any vendor-published fixed version is available.
Document exposed sites and remediation status for tracking.
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-862: 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 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.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
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-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.