LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2387: Easy Digital Downloads < 3.0 - Arbitrary Post Deletion via CSRF

The Easy Digital Downloads WordPress plugin before 3.0 does not have CSRF check in place when deleting payment history, and does not ensure that the post to be deleted is actually a payment history. As a result, attackers could make a logged in admin delete arbitrary post via a CSRF attack

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites using Easy Digital Downloads before 3.0. A malicious site could trick a logged-in administrator into causing WordPress content to be deleted. The issue is integrity-focused: it does not directly disclose data or grant access, but it can remove posts if an admin is successfully lured.

Executive priority

Treat as a moderate-priority WordPress plugin update. It is not described as actively exploited, but affected sites can lose content if an administrator is tricked. Prioritize internet-facing ecommerce sites and sites where deleted posts could disrupt sales or customer trust.

Technical view

The plugin’s payment-history deletion path lacks CSRF protection and does not confirm the deleted post is actually payment history. An unauthenticated attacker still needs admin interaction in an authenticated browser session. CVSS 3.1 is 4.3, reflecting low attack complexity but required user interaction and limited integrity impact.

Likely exposure

Exposure is limited to WordPress installations running Easy Digital Downloads versions before 3.0, especially where administrators manage the site from browsers that may visit external links. Sites already on 3.0 or later are not described as affected in the provided sources.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires social engineering or another way to get a logged-in administrator to trigger a crafted request. The likely business impact is accidental deletion of public content, products, or operational records stored as posts.

Researcher notes

This is CWE-352 with an additional object-validation failure: the deletion handler does not prove the target is payment history. Evidence is limited to the CVE record and WPScan reference in the supplied bundle. Do not claim broader product impact, exploitation in the wild, or fixes beyond the pre-3.0 boundary.

Mitigation direction

  • Upgrade Easy Digital Downloads to version 3.0 or later.
  • Check vendor guidance before applying assumptions to customized plugin builds.
  • Restrict administrator browsing from active admin sessions where practical.
  • Ensure reliable backups exist before plugin maintenance.
  • Review WordPress roles and minimize administrator accounts.

Validation and detection

  • Inventory WordPress sites using Easy Digital Downloads and record plugin versions.
  • Confirm affected sites are not running versions before 3.0.
  • Review logs for unexpected post or payment-history deletions.
  • Verify backups can restore deleted WordPress posts.
  • In staging, confirm deletion actions enforce CSRF protection and correct post type checks.
Prepared
Confidence
high
Sources
3

Public sources used

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
cve · low confidence lookup

CVE-2022-2387 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
4.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2022-2387Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/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
UnknownEasy Digital Downloads – Simple eCommerce for Selling Digital Files3.0Listed
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.