CVE-2026-15295
Raw vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:NSummary
CVE-2026-15295 is a medium-severity Incomplete Denylist to Cross-Site Scripting (CWE-692) vulnerability in Wordpress (inferred from references). Its CVSS base score is 4.4 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-43002
Vulnerability Data
The WordPress Infinite Scroll – Ajax Load More plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 7.0.1 due to insufficient input sanitization and output escaping. This makes it possible…
more
for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Input validation requires complete, allowlist-style checks that structurally eliminate reliance on incomplete XSS denylists.
Security engineering principles mandate robust sanitization and validation approaches that avoid incomplete denylist patterns.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require robust input validation and sanitization (e.g., allowlists) rather than incomplete denylists for XSS.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can discover incomplete denylists, yet the control does not mandate their replacement.
Secure-SDLC processes encourage proper input/output handling, but do not specifically address denylist shortcomings.
Application-security requirements can mandate proper output encoding, but the control itself does not prescribe the technique.
Secure-coding rules directly require allow-list or context-aware escaping instead of incomplete denylists for XSS.