Cyber Resilience

CVE-2025-22588

High

Published: 13 January 2025

Published
13 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0012 30.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22588 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Steal Web Session Cookie (T1539); ranked at the 30.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-22588 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Scanventory WooCommerce Inventory Management plugin by intelligence_lab. This issue affects all versions of the Scanventory plugin up to and including 1.1.3, which is a WordPress plugin for inventory management in WooCommerce environments. The vulnerability carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L).

Unauthenticated attackers (PR:N) can exploit this over the network (AV:N) with low complexity (AC:L) by tricking users into interacting with malicious input, such as clicking a crafted link (UI:R). Successful exploitation changes scope (S:C), enabling arbitrary script execution in the victim's browser context, with low impacts to confidentiality, integrity, and availability (C:L/I:L/A:L). This could allow theft of session data or limited site manipulation from the user's perspective.

The Patchstack advisory provides details on this Reflected XSS vulnerability in the WordPress Scanventory plugin version 1.1.3, available at https://patchstack.com/database/Wordpress/Plugin/woocommerce-inventory-management/vulnerability/wordpress-scanventory-plugin-1-1-3-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in intelligence_lab Scanventory woocommerce-inventory-management allows Reflected XSS.This issue affects Scanventory: from n/a through <= 1.1.3.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Reflected XSS directly enables theft of web session cookies via injected client-side scripts.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-35218Shared CWE-79
CVE-2026-34529Shared CWE-79
CVE-2024-13094Shared CWE-79
CVE-2025-27269Shared CWE-79
CVE-2025-23489Shared CWE-79
CVE-2026-32277Shared CWE-79
CVE-2026-35035Shared CWE-79
CVE-2025-23753Shared CWE-79
CVE-2026-21284Shared CWE-79
CVE-2026-46367Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the CVE by requiring identification, reporting, and correction of the reflected XSS flaw in the Scanventory WooCommerce plugin.

prevent

Prevents exploitation of the improper input neutralization vulnerability by implementing validation mechanisms at input points to block malicious payloads.

prevent

Mitigates reflected XSS by filtering and encoding information output to web browsers, preventing execution of reflected malicious scripts.

References