CVE-2025-23799
Published: 03 February 2025
Summary
CVE-2025-23799 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 17.6th 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-23799 is an Improper Neutralization of Input During Web Page Generation vulnerability, enabling Reflected Cross-site Scripting (XSS) as classified under CWE-79. It affects the tubegtld .TUBE Video Curator plugin (tube-video-curator) for WordPress, impacting all versions from n/a through 1.1.9.
The vulnerability carries a CVSS v3.1 base score of 7.1 (High) with the vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L. Remote attackers require no privileges and can exploit it over the network with low attack complexity, though it demands user interaction such as clicking a malicious link. Exploitation enables limited impacts on confidentiality, integrity, and availability, with a changed scope that may affect other users or components.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/tube-video-curator/vulnerability/wordpress-tube-video-curator-plugin-1-1-9-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3431
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in tubegtld .TUBE Video Curator tube-video-curator allows Reflected XSS.This issue affects .TUBE Video Curator: from n/a through <= 1.1.9.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of the web app via crafted malicious links requiring user interaction for script execution.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires filtering of output during web page generation to neutralize malicious scripts, directly addressing the improper neutralization leading to reflected XSS.
Mandates validation of user inputs at entry points to the web application, preventing malicious XSS payloads from being accepted and reflected.
Ensures identification, reporting, and correction of flaws like this reflected XSS vulnerability in the WordPress plugin, eliminating the root cause.