LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25116: Enqueue Anything <= 1.0.1 - Subscriber+ Arbitrary Asset/Post Deletion

The Enqueue Anything WordPress plugin through 1.0.1 does not have authorisation and CSRF checks in the remove_asset AJAX action, and does not ensure that the item to be deleted is actually an asset. As a result, low privilege users such as subscriber could delete arbitrary assets, as well as put arbitrary posts in the trash.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A flaw in the Enqueue Anything WordPress plugin through 1.0.1 can let low-privilege users, such as subscribers, delete assets and move arbitrary posts to trash. This can disrupt published content and site operations, especially on sites that allow account creation.

Executive priority

Prioritize remediation on public WordPress sites, customer-facing sites, and sites with open registration. The main business risk is unauthorized content removal or disruption, not confirmed server compromise based on the provided sources.

Technical view

The remove_asset AJAX action lacks authorization and CSRF checks and does not verify that the deleted item is actually an asset. The result is an authenticated low-privilege content integrity issue affecting Enqueue Anything through 1.0.1.

Likely exposure

Exposure is likely limited to WordPress sites running Enqueue Anything through 1.0.1, especially those with subscriber accounts, public registration, or many low-trust users. The source bundle does not identify broader affected products.

Exploitation context

WPScan lists a technical entry with an exploit reference, but the bundle does not show CISA KEV listing or active exploitation evidence. Treat this as publicly documented and plausible, not confirmed exploited in the wild.

Researcher notes

Evidence supports missing authorization, missing CSRF protection, and insufficient object validation in an AJAX delete action. No CVSS score, confirmed fixed version, or active exploitation evidence is included in the bundle.

Mitigation direction

  • Identify WordPress sites using Enqueue Anything through 1.0.1.
  • Disable or remove the plugin if it is not operationally required.
  • Check vendor or WPScan guidance for a fixed release before re-enabling.
  • Restrict public registration and remove unnecessary subscriber accounts.
  • Maintain backups for posts, pages, and media assets.

Validation and detection

  • Review plugin inventories for Enqueue Anything version through 1.0.1.
  • Confirm whether public registration or low-trust subscriber access is enabled.
  • Audit recent trash and media deletion activity for unexpected changes.
  • Review plugin code for the remove_asset AJAX handler controls.
  • Verify recovery paths for trashed posts and deleted assets.
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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
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-2021-25116 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownEnqueue Anything0affected
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.