LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4360: Controlled Admin Access < 1.5.6 - Privilege Escalation

The Controlled Admin Access plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 1.5.5 by not properly restricting access to the configuration page. This makes it possible for attackers to create a new administrator role with unrestricted access.

CriticalCVSS 9.9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This affects the WordPress Controlled Admin Access plugin before 1.5.6. A logged-in attacker could abuse weak access controls to create an administrator role with unrestricted access. That can lead to full website takeover, data exposure, content changes, and service disruption.

Executive priority

Treat this as urgent for any affected WordPress site. A low-privileged account could become an unrestricted administrator, creating a realistic path to full site compromise even without confirmed active exploitation.

Technical view

CVE-2021-4360 is a CWE-284 improper access-control flaw in Controlled Admin Access versions up to 1.5.5. The plugin did not properly restrict access to its configuration page, allowing a low-privileged authenticated attacker to escalate privileges by creating an unrestricted administrator role.

Likely exposure

Exposure is limited to WordPress sites running Controlled Admin Access 1.5.5 or earlier. The CVSS vector indicates network access, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Risk is still high because exploitation requires only authenticated access and can result in administrator-level control.

Researcher notes

Key evidence comes from the CVE description, Wordfence, WPScan, Nintechnet, and the WordPress plugin readme reference. Affected-version metadata in the bundle is sparse, so validate against plugin version history and vendor advisories.

Mitigation direction

  • Upgrade Controlled Admin Access to 1.5.6 or later.
  • Remove or disable the plugin if an update cannot be applied promptly.
  • Review vendor, Wordfence, WPScan, and plugin repository guidance.
  • Audit administrator roles and recently changed plugin settings.
  • Restrict low-privilege account creation until remediation is complete.

Validation and detection

  • Inventory WordPress sites for Controlled Admin Access installations.
  • Confirm installed plugin versions are not 1.5.5 or earlier.
  • Review WordPress users and roles for unexpected administrator access.
  • Check audit logs for suspicious configuration or role changes.
  • Validate remediation in staging before production rollout.
Prepared
Confidence
high
Sources
6

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-284: 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

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-2021-4360 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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
0Timeline events
0ADP providers
5Source links

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.9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H3.16Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.9Critical
CVSS 3.1 vector shape for CVE-2021-4360Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
waseem_senjerControlled Admin Access0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.