LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1043: AMP for WP <= 1.0.93.1 - Authenticated(Contributor+) Arbitrary Post Deletion via amppb_remove_saved_layout_data

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the 'amppb_remove_saved_layout_data' function in all versions up to, and including, 1.0.93.1. This makes it possible for authenticated attackers, with contributor access and above, to delete arbitrary posts on the site.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-1043 lets a logged-in WordPress user with Contributor-level access or higher delete arbitrary posts on sites using vulnerable AMP for WP versions. This is a data-loss issue, not a confidentiality breach. Business impact is strongest where many semi-trusted users can access publishing features.

Executive priority

Treat this as a moderate-priority data integrity risk. It is most urgent for publishing-heavy sites, customer-facing marketing sites, or environments with many Contributor-level users. Patch during the next normal maintenance window, sooner if account compromise is suspected.

Technical view

AMP for WP through 1.0.93.1 lacks a capability check in amppb_remove_saved_layout_data. An authenticated low-privileged user can trigger unauthorized post deletion. The CVSS 3.1 score is 6.5, with low attack complexity, required low privileges, no user interaction, and high availability impact.

Likely exposure

Exposure is limited to WordPress sites running AMP for WP – Accelerated Mobile Pages up to and including 1.0.93.1, especially sites allowing Contributor, Author, Editor, or Administrator accounts for contractors, guest authors, or many internal users.

Exploitation context

The source bundle does not show CISA KEV listing or evidence of active exploitation. Exploitation requires valid WordPress authentication with Contributor-level access or higher. The practical risk is unauthorized content deletion by compromised or malicious low-privileged accounts.

Researcher notes

The vulnerability maps to CWE-285 and centers on missing authorization in amppb_remove_saved_layout_data. Available sources identify the affected ceiling as 1.0.93.1 and reference a 1.0.93.2 code changeset. Evidence is sufficient for exposure triage, but not for claiming active exploitation.

Mitigation direction

  • Inventory WordPress sites for AMP for WP versions up to 1.0.93.1.
  • Update the plugin to a vendor-supported fixed release; confirm WordPress.org guidance.
  • Restrict Contributor-or-higher accounts to trusted users until updated.
  • Back up site content before remediation and after major content changes.
  • Monitor for unexpected post deletions or unusual low-privileged account activity.

Validation and detection

  • Confirm the installed AMP for WP version on each WordPress site.
  • Review WordPress users with Contributor-level access or higher.
  • Check audit logs for unexplained post deletions during vulnerable periods.
  • Verify updated code enforces capability checks around layout-data removal.
  • Confirm affected pages and posts remain recoverable from backups.
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 · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-1043 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/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
mohammed_kaludiAMP for WP – Accelerated Mobile Pages0unaffected
Weakness

CWE details

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

CWE-285 · source CWE mapping

Improper Authorization

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