Cyber Posture

CVE-2025-23633

High

Published: 26 March 2025

Published
26 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0010 27.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.

Security Summary

CVE-2025-23633 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 WP Database Audit plugin (database-audit) developed by khanhtruong for WordPress, impacting all versions from n/a through 1.0 inclusive. Published on 2025-03-26, the issue 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 its potential for high severity due to network accessibility, low complexity, lack of required privileges, user interaction requirement, and changed scope.

Unauthenticated attackers accessible over the network can exploit this vulnerability by crafting malicious inputs that are reflected back in web pages without proper sanitization. Exploitation requires tricking a user—typically an authenticated WordPress user or administrator—into interacting with a malicious payload, such as clicking a specially crafted link. Successful attacks inject scripts into the victim's browser context, achieving low impacts on confidentiality (e.g., limited data exposure), integrity (e.g., minor tampering), and availability, amplified by the changed scope to affect the site's security context.

The primary advisory from Patchstack (https://patchstack.com/database/Wordpress/Plugin/database-audit/vulnerability/wordpress-wp-database-audit-plugin-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve) documents this Reflected XSS issue in WP Database Audit version 1.0. Security practitioners should review this reference for specific mitigation recommendations, including potential plugin updates or workarounds.

Details

CWE(s)
CWE-79

MITRE ATT&CK Enterprise Techniques

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain 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.
Why these techniques?

Reflected XSS vulnerability requires crafting and delivering a malicious link that tricks an authenticated user into clicking it to execute injected scripts in the browser context.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References