LiveActive security incident?Get immediate response
CVE Record

CVE-2025-49957: WordPress Email Attachment by Order Status & Products Plugin <= 1.0.1 - Cross Site Scripting (XSS) Vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Weboccult Technologies Pvt Ltd Email Attachment by Order Status & Products email-attachment-by-order-status-products allows Reflected XSS.This issue affects Email Attachment by Order Status & Products: from n/a through <= 1.0.1.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called "Email Attachment by Order Status & Products" (versions up to 1.0.1) has a flaw that lets an attacker craft a malicious link. If a logged-in site user clicks it, the attacker can run scripts in their browser session, potentially stealing data or hijacking admin actions on the WooCommerce store.

Executive priority

Moderate priority. Patch or remove the plugin during the next maintenance window. Customer data is not directly stolen by the flaw, but a successful click-through could let an attacker hijack a store admin session and tamper with orders or content.

Technical view

CVE-2025-49957 is a Reflected Cross-Site Scripting (CWE-79) vulnerability in the Weboccult "Email Attachment by Order Status & Products" WordPress plugin through 1.0.1. CVSS 3.1 score is 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L). The scope-changed vector indicates injected script executes in a different security context, typical of admin-targeted reflected XSS in WordPress plugins.

Likely exposure

Limited to WordPress/WooCommerce sites that have installed the Weboccult "Email Attachment by Order Status & Products" plugin at version 1.0.1 or earlier. Niche plugin with low installation footprint, but affected stores remain exposed until a fixed release is identified or the plugin is removed.

Exploitation context

No public reports of active exploitation and the CVE is not in CISA KEV. Exploitation requires user interaction (a target must click an attacker-supplied link) but no authentication is needed. Reflected XSS in admin-facing plugin pages is commonly chained to session theft or forced administrative actions.

Researcher notes

Sources do not name a fixed version; advisory lists "n/a through <= 1.0.1" with default status "unaffected", indicating ambiguity about a patched release. Scope:Changed plus UI:R aligns with reflected XSS landing in an admin context. Validate the exact sink and parameter via the Patchstack entry before crafting detections; avoid assuming a fix exists without vendor confirmation.

Mitigation direction

  • Inventory WordPress sites for the email-attachment-by-order-status-products plugin and record installed versions.
  • Disable or uninstall the plugin on affected sites until vendor guidance confirms a patched release.
  • Check the Patchstack advisory and Weboccult vendor channels for an updated plugin version.
  • Apply a Web Application Firewall rule to block reflected XSS payloads targeting plugin endpoints.
  • Restrict WordPress admin access via IP allowlists or VPN to reduce phishing-link exposure.
  • Train administrators to avoid clicking unsolicited links to wp-admin pages.

Validation and detection

  • Run wp plugin list (or scan plugin directories) to identify installations of the affected plugin.
  • Compare installed version to 1.0.1 and flag any equal-or-lower versions as vulnerable.
  • Review the Patchstack advisory for the specific vulnerable parameter and any released fix version.
  • Inspect WAF and access logs for suspicious query strings hitting plugin URLs.
  • After remediation, retest by browsing plugin admin pages with reflected payload patterns blocked at the WAF.
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-49957 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-49957Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
Weboccult Technologies Pvt LtdEmail Attachment by Order Status & Productsemail-attachment-by-order-status-products, 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.