LiveActive security incident?Get immediate response
CVE Record

CVE-2024-52500: WordPress Monetag Official Plugin plugin <= 1.1.3 - Broken Access Control vulnerability

Missing Authorization vulnerability in monetagwp Monetag Official Plugin monetag-official allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Monetag Official Plugin: from n/a through <= 1.1.3.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-52500 is a high-severity access control flaw in the WordPress Monetag Official Plugin through version 1.1.3. A remote unauthenticated attacker may be able to perform unauthorized actions that affect site integrity or availability. The provided sources do not describe data theft impact.

Executive priority

Treat this as a near-term remediation item for any public WordPress site using the plugin. Business risk is unauthorized modification or disruption, not confirmed data theft. Lack of KEV status lowers emergency pressure, but unauthenticated remote reachability keeps priority high.

Technical view

The issue is CWE-862 Missing Authorization in package monetag-official. CVSS 3.1 is 7.2 with network access, low complexity, no privileges, and no user interaction. The vector reports no confidentiality impact, low integrity impact, low availability impact, and changed scope.

Likely exposure

Exposure is limited to WordPress sites running the Monetag Official Plugin, especially versions through 1.1.3. The structured affected data is sparse, so asset owners should confirm installed plugin slug, package name, and exact version directly in WordPress inventory.

Exploitation context

The CVE is not marked as CISA KEV, and the supplied sources do not state active exploitation. The CVSS vector indicates the flaw is remotely reachable without authentication or user interaction, which raises triage urgency for internet-facing WordPress sites.

Researcher notes

Public detail is limited in the supplied bundle. Validate authorization checks around plugin actions, but avoid assuming specific vulnerable endpoints. CVSS reports integrity and availability impact only. No exploit, patch version, or active exploitation evidence is provided here.

Mitigation direction

  • Inventory WordPress sites for the monetag-official plugin and installed version.
  • Disable or remove the plugin if it is unnecessary.
  • Check vendor, WordPress plugin, or Patchstack guidance for a confirmed fixed release.
  • Update the plugin when a trusted source confirms a patched version.
  • Prioritize internet-facing and revenue-critical WordPress properties first.

Validation and detection

  • Confirm whether Monetag Official Plugin is installed on each WordPress site.
  • Record plugin slug, package name, and version for audit evidence.
  • Compare installed versions against the affected range through 1.1.3.
  • Review plugin guidance for any fixed version or temporary mitigation.
  • Check WordPress logs for unexpected plugin-related actions or availability events.
Prepared
Confidence
medium
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-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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-52500 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

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

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
2Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2024-52500Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
monetagwpMonetag Official Pluginmonetag-official, 0unaffected
Weakness

CWE details

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.