LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4888: Multiple Plugins from Addify - Multiple CSRF

The Checkout Fields Manager WordPress plugin before 1.0.2, Abandoned Cart Recovery WordPress plugin before 1.2.5, Custom Fields for WooCommerce WordPress plugin before 1.0.4, Custom Order Number WordPress plugin through 1.0.1, Custom Registration Forms Builder WordPress plugin before 1.0.2, Advanced Free Gifts WordPress plugin before 1.0.2, Gift Registry for WooCommerce WordPress plugin through 1.0.1, Image Watermark for WooCommerce WordPress plugin before 1.0.1, Order Approval for WooCommerce WordPress plugin before 1.1.0, Order Tracking for WooCommerce WordPress plugin before 1.0.2, Price Calculator for WooCommerce WordPress plugin through 1.0.3, Product Dynamic Pricing and Discounts WordPress plugin through 1.0.6, Product Labels and Stickers WordPress plugin through 1.0.1 have flawed CSRF checks in various places, which could allow attackers to make logged in users perform unwanted actions

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Several Addify WordPress and WooCommerce plugins had weak CSRF protections. An attacker could trick a logged-in site user into performing unwanted actions. The main business risk is unauthorized changes to store, order, registration, pricing, or product-related settings, not direct data theft.

Executive priority

Treat as a moderate-priority WordPress hygiene issue. Prioritize ecommerce sites because integrity changes to orders, pricing, checkout, registrations, or product presentation can create operational and revenue impact.

Technical view

CVE-2022-4888 is CWE-352 across multiple Addify plugins. CVSS 3.1 is 6.5, with network attack vector, low complexity, no attacker privileges, required user interaction, no confidentiality impact, high integrity impact, and no availability impact.

Likely exposure

WordPress or WooCommerce sites using one of the listed Addify plugins at affected versions are exposed. Exposure depends on installed plugin, version, and whether logged-in users with relevant permissions can be induced to trigger vulnerable actions.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation. WPScan is tagged as an exploit/vulnerability database entry, but no source here proves exploitation in the wild. Successful abuse requires user interaction by a logged-in user.

Researcher notes

Evidence supports multiple CSRF flaws across named plugins, but does not enumerate every vulnerable action in this bundle. Avoid broad exploit assumptions; validate exposure by plugin version and by whether state-changing actions now enforce CSRF protections.

Mitigation direction

  • Inventory all listed Addify plugins across WordPress sites.
  • Update affected plugins to vendor-supported fixed versions where named.
  • For plugins listed as affected through a version, check vendor guidance before assuming fixed status.
  • Disable or remove plugins with no confirmed safe version if business risk is unacceptable.
  • Reduce administrator browsing while logged into WordPress.

Validation and detection

  • Confirm installed plugin names and versions against the CVE affected ranges.
  • Verify fixed versions are deployed where the bundle names a fixed release.
  • Review WordPress activity logs for unexpected settings, order, pricing, or product changes.
  • Check staging code or vendor release notes for improved CSRF nonce checks.
  • Confirm no affected plugin remains active without an accepted risk decision.
Prepared
Confidence
high
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
cve · low confidence lookup

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownCheckout Fields Manager0unaffected
UnknownAbandoned Cart Recovery0unaffected
UnknownCustom Fields for WooCommerce0unaffected
UnknownCustom Order Number0affected
UnknownCustom Registration Forms Builder0unaffected
UnknownAdvanced Free Gifts0unaffected
UnknownGift Registry for WooCommerce0affected
UnknownImage Watermark for WooCommerce0unaffected
UnknownOrder Approval for WooCommerce0unaffected
UnknownOrder Tracking for WooCommerce0unaffected
UnknownPrice Calculator for WooCommerce0affected
UnknownProduct Dynamic Pricing and Discounts0affected
UnknownProduct Labels and Stickers0affected
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.