Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Sajjad Aslani AWSA Shipping awsa-shipping allows Reflected XSS.This issue affects AWSA Shipping: from n/a through <= 1.3.0.
Security readout for executives and security teams
Plain-English summary
AWSA Shipping for WordPress has a reflected XSS flaw through version 1.3.0. An attacker could trick a user into opening malicious content that makes the site return attacker-controlled script to the browser.
Executive priority
Treat as a high-priority WordPress plugin exposure where AWSA Shipping is deployed. Prioritize public sites and sites used by administrators, because successful XSS can undermine trust, sessions, and privileged workflows.
Technical view
CVE-2025-32604 is CWE-79 improper output neutralization in Sajjad Aslani AWSA Shipping, package awsa-shipping. CVSS 3.1 is 7.1: network reachable, low complexity, no privileges, user interaction required, changed scope, low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress sites running AWSA Shipping version 1.3.0 or earlier. Public internet-facing sites are most relevant. The source bundle does not provide install base, vulnerable parameter details, or a confirmed fixed version.
Exploitation context
The source bundle does not indicate CISA KEV listing or active exploitation. Exploitation requires user interaction, typically by convincing a victim to open crafted content. Risk rises if administrators or privileged users can be targeted.
Researcher notes
Evidence supports reflected XSS and CVSS 7.1, but public details in the bundle are sparse. Do not assume exploit availability, affected parameters, or patch status without confirming vendor or Patchstack details.
Mitigation direction
Inventory WordPress sites for AWSA Shipping and record installed versions.
Check Patchstack, WordPress plugin, or vendor guidance for a fixed release.
Upgrade if a vendor-confirmed fixed version is available.
Disable or remove the plugin where no update is available or it is unnecessary.
Review WAF and CSP controls as temporary compensating defenses.
Validation and detection
Confirm whether the awsa-shipping plugin is installed on each WordPress site.
Compare installed plugin versions against affected versions through 1.3.0.
Review web logs for suspicious requests targeting AWSA Shipping pages or parameters.
Confirm remediation by documenting upgrade, disablement, or vendor guidance status.
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.
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.
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.
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.