LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4938: WCFM Frontend Manager <= 6.5.13 - Cross-Site Request Forgery

The WCFM Frontend Manager plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 6.6.0 due to missing nonce checks on various AJAX actions. This makes it possible for unauthenticated attackers to perform a wide variety of actions such as modifying knowledge bases, modifying notices, modifying payments, managing vendors, capabilities, and so much more, via a forged request granted they can trick a site's administrator into performing an action such as clicking on a link. There were hundreds of AJAX endpoints affected.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a WordPress plugin CSRF issue in WCFM Frontend Manager for WooCommerce. If an administrator is tricked into opening a malicious link while logged in, attacker-controlled requests could change marketplace settings and content. The cited data rates it medium severity with confidentiality, integrity, and availability impact.

Executive priority

Treat as a timely medium-priority fix for WooCommerce marketplace sites. It is not documented as actively exploited here, but a successful attack could change sensitive store operations through an administrator’s browser.

Technical view

The vulnerability is missing nonce validation across many WCFM AJAX actions. The source bundle describes unauthenticated attackers inducing an authenticated administrator to trigger forged requests affecting knowledge bases, notices, payments, vendors, and capabilities. Affected version details are inconsistent: the title says <=6.5.13, while the description says through 6.6.0.

Likely exposure

Exposure is most likely on WordPress/WooCommerce sites using WCFM Frontend Manager in the affected range, especially multi-vendor stores with active administrators. Sites without the plugin are not affected by the evidence provided.

Exploitation context

The bundle does not indicate CISA KEV listing or confirmed active exploitation. Exploitation requires user interaction by a logged-in administrator, but the breadth of affected AJAX endpoints increases operational impact if successful.

Researcher notes

Key uncertainty is version scope: source title and description conflict between <=6.5.13 and <=6.6.0. The available description names broad affected AJAX functionality but does not enumerate endpoints. Avoid assuming exploitation in the wild without additional evidence.

Mitigation direction

  • Inventory WordPress sites for WCFM Frontend Manager for WooCommerce.
  • Check installed versions against vendor and Wordfence guidance.
  • Update the plugin beyond the vulnerable range when a vendor-supported fix is available.
  • If immediate update is not possible, disable the plugin where business impact allows.
  • Limit administrator sessions and reinforce phishing-resistant admin practices.

Validation and detection

  • Confirm whether WCFM Frontend Manager is installed and active.
  • Record exact plugin version on every WordPress/WooCommerce site.
  • Review vendor, Wordfence, and WordPress plugin change records for the fixed version.
  • Check admin audit logs for unexpected marketplace, vendor, payment, notice, or capability changes.
  • Verify AJAX actions require nonce or equivalent CSRF protection after remediation.
Prepared
Confidence
medium
Sources
4

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-4938 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.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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
wcloversWCFM – Frontend Manager for WooCommerce0unaffected
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.