LiveActive security incident?Get immediate response
CVE Record

CVE-2024-0909: Anonymous Restricted Content <= 1.6.2 - Protection Mechanism Bypass

The Anonymous Restricted Content plugin for WordPress is vulnerable to information disclosure in all versions up to, and including, 1.6.2. This is due to insufficient restrictions through the REST API on the posts/pages that protections are being place on. This makes it possible for unauthenticated attackers to access protected content.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-0909 lets unauthenticated visitors read content that the Anonymous Restricted Content WordPress plugin was meant to hide. The issue is limited to information disclosure, but it can expose member-only, internal, pre-release, or paid content if a site relied on this plugin for access control.

Executive priority

Treat this as a prompt remediation item for affected WordPress sites, not an emergency internet-wide compromise. Priority increases sharply if the plugin protected paid, private, or compliance-sensitive content.

Technical view

The plugin did not sufficiently restrict protected posts and pages through the WordPress REST API. Sources describe all versions up to and including 1.6.2 as vulnerable. The CVSS 3.1 vector is network-accessible, low complexity, no privileges, no user interaction, with low confidentiality impact only.

Likely exposure

Exposure is limited to WordPress sites using Anonymous Restricted Content <= 1.6.2 with posts or pages protected by the plugin. Risk is higher where protected content has commercial, privacy, legal, or operational sensitivity.

Exploitation context

The CVE source says unauthenticated attackers can access protected content. CISA KEV is false in the supplied bundle, and no cited source here confirms active exploitation. Evidence does not support claiming widespread exploitation.

Researcher notes

The core issue is a REST API authorization gap causing CWE-200 information exposure. Public sources identify the affected plugin and vulnerable range, but the supplied bundle does not provide confirmed exploit activity or a clearly named fixed version.

Mitigation direction

  • Inventory WordPress sites for Anonymous Restricted Content installations and versions.
  • Update the plugin if vendor or WordPress guidance identifies a fixed release.
  • Disable or remove the plugin where protected content is sensitive until fixed status is confirmed.
  • Avoid relying on this plugin alone for sensitive access control.
  • Review exposed protected content and decide whether notification or takedown is needed.

Validation and detection

  • Confirm whether each site runs Anonymous Restricted Content <= 1.6.2.
  • List pages and posts protected by the plugin on affected sites.
  • Review web server and WordPress logs for anonymous access to protected content.
  • Verify protections after remediation using non-authenticated browser and REST API checks.
  • Document whether exposed content included regulated, paid, or confidential material.
Prepared
Confidence
high
Sources
5

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
cve · low confidence lookup

CVE-2024-0909 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
4Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2024-0909Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
cayenneAnonymous Restricted Content0unaffected
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.