Cyber Resilience

CVE-2025-15378

High

Published: 14 January 2026

Published
14 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.0006 19.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-15378 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.2th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-15378 is a stored cross-site scripting (XSS) vulnerability, classified under CWE-79, in the AJS Footnotes plugin for WordPress. It affects all versions up to and including 1.0. The issue stems from missing authorization and nonce verification during settings saves, along with insufficient input sanitization and output escaping for the 'note_list_class' and 'popup_display_effect_in' parameters. Published on 2026-01-14, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N).

Unauthenticated attackers can exploit this vulnerability remotely with low attack complexity and no privileges or user interaction required. By submitting malicious payloads via the vulnerable parameters, they can update plugin settings, injecting arbitrary web scripts into pages. These scripts execute in the context of any user's browser when accessing an affected page that utilizes the plugin's footnotes.

Advisories and references, including the Wordfence threat intelligence report and the plugin's source code on WordPress Trac (highlighting lines 138, 271, and 303 in ajs_footnotes.php version 1.0), provide details on the vulnerability but do not specify patches or mitigations in the available information.

EU & UK References

Vulnerability details

The AJS Footnotes plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'note_list_class' and 'popup_display_effect_in' parameters in all versions up to, and including, 1.0 due to missing authorization and nonce verification on settings save, as well as insufficient…

more

input sanitization and output escaping. This makes it possible for unauthenticated attackers to update plugin settings and inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

Stored XSS in public-facing WordPress plugin directly enables remote exploitation of the web application without authentication.

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

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces authorization checks and nonce validation on plugin settings updates, directly blocking the unauthenticated modification vector used to inject XSS payloads.

prevent

Requires validation of the 'note_list_class' and 'popup_display_effect_in' inputs before they are persisted, preventing malicious script content from being stored.

prevent

Mandates output filtering/escaping of stored footnote settings before rendering, neutralizing any injected scripts that reach the page.

References