LiveActive security incident?Get immediate response
CVE Record

CVE-2025-49936: WordPress WoodMart theme < 8.3.2 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in xtemos WoodMart woodmart allows DOM-Based XSS.This issue affects WoodMart: from n/a through < 8.3.2.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A flaw in the WoodMart WordPress theme (versions before 8.3.2) lets attackers inject malicious scripts that run inside a visitor's browser. If your e-commerce site uses WoodMart, a crafted link or input could hijack a logged-in user's session, redirect shoppers, or alter what they see. The risk is real but requires user interaction and some level of authenticated access to trigger.

Executive priority

Treat as a routine but time-bound patching item for any site running WoodMart. Schedule the theme upgrade within standard maintenance windows; escalate if the site handles customer accounts, payments, or admin sessions where session hijacking would cause material harm.

Technical view

CVE-2025-49936 is a DOM-based Cross-Site Scripting (XSS) issue (CWE-79) in the xtemos WoodMart theme through versions earlier than 8.3.2. The CVSS 3.1 score is 6.5 (AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L), indicating network-reachable exploitation requiring low privileges and user interaction, with a scope change and limited impact on confidentiality, integrity, and availability.

Likely exposure

Exposure is limited to WordPress sites running the WoodMart theme below 8.3.2. WoodMart is a widely deployed commercial WooCommerce theme, so storefronts, retailers, and content sites using it are in scope. Sites with public-facing logged-in user flows (account pages, checkout, comments) face the most realistic exposure path.

Exploitation context

Not listed in CISA KEV and the cited Patchstack advisory does not report active exploitation. The CVSS vector requires user interaction and low-privileged access, suggesting attackers must lure an authenticated user to a crafted URL or input that triggers DOM script execution. No public exploit details are referenced in the source bundle.

Researcher notes

DOM-based XSS in a commercial WooCommerce theme; CVSS scope change indicates the vulnerable component can affect resources beyond its security authority, consistent with script execution in a broader site context. Source bundle lacks affected version detail (versions: ["0"]) and a specific sink, so confirm exact vulnerable parameter via the Patchstack advisory before scoping detection rules.

Mitigation direction

  • Upgrade the WoodMart theme to version 8.3.2 or later on every affected WordPress site.
  • Until patched, restrict authenticated user actions and review accounts with elevated privileges.
  • Deploy or tune a WAF rule set that blocks reflected and DOM XSS payload patterns.
  • Enforce a strict Content Security Policy (CSP) to limit inline script execution.
  • Audit custom WoodMart child themes and overrides that may carry vulnerable code forward.
  • Subscribe to Patchstack or vendor advisories for follow-on WoodMart fixes.

Validation and detection

  • Inventory all WordPress sites and confirm the installed WoodMart theme version via the admin or wp-cli.
  • Compare installed versions against 8.3.2 and flag anything below as vulnerable.
  • Review web server and WAF logs for unusual query strings or fragments hitting WoodMart pages.
  • After patching, retest authenticated user flows and confirm no script injection occurs in DOM sinks.
  • Validate vulnerability scanners (e.g., Patchstack, WPScan) no longer flag the host.
  • Document patch evidence and theme version in your asset and change records.
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-79: 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-2025-49936 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:R/S:C/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
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:L/UI:R/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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
xtemosWoodMartwoodmart, 0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.