Cyber Resilience

CVE-2025-69323

High

Published: 20 February 2026

Published
20 February 2026
Modified
15 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.0004 14.4th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-69323 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 Spearphishing Link (T1566.002); ranked at the 14.4th 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-69323 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the VeronaLabs Slimstat Analytics wp-slimstat WordPress plugin. This issue affects all versions from n/a through 5.3.2 inclusive. The vulnerability was published on 2026-02-20T16:22:19.530 and 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).

Remote attackers can exploit this vulnerability over the network with low attack complexity and no required privileges, though user interaction such as clicking a malicious link is necessary. Successful exploitation changes scope to affect other components, enabling low-level impacts on confidentiality, integrity, and availability, such as potential theft of user session data or minor disruption within the victim's browser context.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp-slimstat/vulnerability/wordpress-slimstat-analytics-plugin-5-3-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve documents this vulnerability in the wp-slimstat WordPress plugin version 5.3.2, providing details relevant to mitigation for affected deployments.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in VeronaLabs Slimstat Analytics wp-slimstat allows Reflected XSS.This issue affects Slimstat Analytics: from n/a through <= 5.3.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Reflected XSS enables delivery via crafted malicious links requiring user click (spearphishing link + user execution); directly matches description of network exploitation with UI:R.

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

CVEs Like This One

CVE-2025-22575Shared CWE-79
CVE-2025-28903Shared CWE-79
CVE-2025-22631Shared CWE-79
CVE-2025-28921Shared CWE-79
CVE-2025-24563Shared CWE-79
CVE-2025-23812Shared CWE-79
CVE-2025-23633Shared CWE-79
CVE-2025-23674Shared CWE-79
CVE-2025-23629Shared CWE-79
CVE-2025-67964Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and neutralization of untrusted input before web page generation, blocking the reflected XSS payload at the root cause of improper neutralization.

prevent

Requires filtering of output data to remove or encode script content, preventing reflected XSS from executing in the victim's browser context.

preventdetect

Can enforce web-layer malicious code inspection and filtering rules that detect and block common reflected XSS patterns before they reach the plugin.

References