Cyber Resilience

CVE-2025-22326

High

Published: 07 January 2025

Published
07 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.0033 56.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22326 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 JavaScript (T1059.007); ranked in the top 43.8% of CVEs by exploit likelihood; 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-22326 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the 5centsCDN WordPress plugin. It affects all versions of 5centsCDN from n/a through 25.4.15.

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), indicating exploitation is possible over the network with low attack complexity, no required privileges, but user interaction such as visiting a malicious link. Attackers can leverage reflected XSS to inject and execute arbitrary scripts in a victim's browser context, achieving low impacts on confidentiality, integrity, and availability due to the changed scope.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/5centscdn/vulnerability/wordpress-5centscdn-wordpress-cdn-plugin-plugin-24-8-16-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 5centsCDN 5centsCDN 5centscdn allows Reflected XSS.This issue affects 5centsCDN: from n/a through <= 25.4.15.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Reflected XSS directly enables arbitrary JavaScript execution in victim browsers (T1059.007).

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

CVEs Like This One

CVE-2025-69368Shared CWE-79
CVE-2025-0829Shared CWE-79
CVE-2026-3880Shared CWE-79
CVE-2026-34557Shared CWE-79
CVE-2026-33299Shared CWE-79
CVE-2025-28880Shared CWE-79
CVE-2026-47760Shared CWE-79
CVE-2026-1090Shared CWE-79
CVE-2026-6073Shared CWE-79
CVE-2026-45348Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-15 directly prevents reflected XSS by requiring filtering of information output to web pages, addressing the improper neutralization of input during web page generation in the 5centsCDN plugin.

prevent

SI-10 enforces validation of user inputs to ensure they are appropriate and safe, mitigating the root cause of reflected XSS where untrusted input is reflected without sanitization.

prevent

SI-2 requires timely identification, reporting, and remediation of flaws like this reflected XSS vulnerability in the 5centsCDN WordPress plugin up to version 25.4.15.

References