Cyber Posture

CVE-2025-24592

High

Published: 14 February 2025

Published
14 February 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0013 32.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Description

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.

Security Summary

CVE-2025-24592 is a reflected cross-site scripting (XSS) vulnerability, classified under CWE-79 for improper neutralization of input during web page generation, affecting the SysBasics Customize My Account for WooCommerce WordPress plugin. The issue impacts all versions of the plugin up to and including 2.8.22. It carries a CVSS v3.1 base score of 7.1, rated High, with vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L, indicating network accessibility, low complexity, no privileges required, user interaction needed, changed scope, and low impacts to confidentiality, integrity, and availability.

An attacker can exploit this vulnerability by crafting malicious input that is reflected unsanitized in the web page generated by the plugin, tricking a user into accessing a malicious link or submitting tainted input on a vulnerable WordPress site. No authentication is required, but user interaction is necessary, such as clicking a link in a phishing email or visiting a malicious site. Successful exploitation allows the attacker to execute arbitrary scripts in the victim's browser context, potentially stealing session cookies, defacing pages, or performing actions on behalf of the user within the site's scope.

Patchstack's advisory, referenced in the CVE details, documents the vulnerability in version 2.8.22 and recommends updating the Customize My Account for WooCommerce plugin to a patched version beyond 2.8.22 to mitigate the issue. Security practitioners should verify plugin updates via the official WordPress repository and apply them promptly on affected sites.

Details

CWE(s)
CWE-79

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
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 in public-facing WordPress plugin directly enables T1190 (exploit public-facing app); attack requires malicious link delivery (T1566.002); script execution facilitates stealing web session cookies (T1539).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References