Cyber Resilience

CVE-2025-23464

High

Published: 03 March 2025

Published
03 March 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.0023 46.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23464 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 Exploit Public-Facing Application (T1190); ranked at the 46.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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-23464 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Twitter News Feed WordPress plugin (twitter-news-feed) developed by Keir Whitaker. This issue affects all versions of the plugin from its initial release through 1.1.1. Published on 2025-03-03, it 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), reflecting network accessibility, low attack complexity, no required privileges, user interaction dependency, changed scope, and low impacts across confidentiality, integrity, and availability.

An unauthenticated remote attacker can exploit this vulnerability by crafting malicious input that is reflected back in the web page without proper neutralization, tricking a user into accessing a malicious URL via social engineering, such as a phishing link. Successful exploitation executes arbitrary JavaScript in the victim's browser context, potentially enabling session hijacking, data theft, or further site compromise within the scope changed by the cross-origin effects.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/twitter-news-feed/vulnerability/wordpress-twitter-news-feed-plugin-1-1-1-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve documents the Reflected XSS in Twitter News Feed plugin version 1.1.1, providing details for WordPress administrators to assess and address the risk.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Keir Whitaker Twitter News Feed twitter-news-feed allows Reflected XSS.This issue affects Twitter News Feed: from n/a through <= 1.1.1.

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

Reflected XSS in public-facing WordPress plugin enables exploitation via spearphishing links (T1566.002), arbitrary JavaScript execution (T1059.007), and browser session hijacking (T1185) as part of exploiting a public-facing application (T1190).

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

CVEs Like This One

CVE-2024-13574Shared CWE-79
CVE-2026-30918Shared CWE-79
CVE-2025-68842Shared CWE-79
CVE-2026-28126Shared CWE-79
CVE-2025-23732Shared CWE-79
CVE-2025-23722Shared CWE-79
CVE-2025-68874Shared CWE-79
CVE-2025-22294Shared CWE-79
CVE-2025-68906Shared CWE-79
CVE-2025-53231Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates reflected XSS by requiring filtering of information prior to output to web pages, addressing the improper neutralization of input during web page generation.

prevent

Enforces validation of information inputs to block malicious payloads that could be reflected back unneutralized in the WordPress plugin.

prevent

Requires timely identification, reporting, and correction of the specific flaw in the Twitter News Feed plugin versions up to 1.1.1.

References