CVE-2025-24728
Published: 24 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-24728 is an Improper Neutralization of Special Elements used in an SQL Command vulnerability, classified as SQL Injection (CWE-89), specifically enabling Blind SQL Injection in the Bug Library WordPress plugin developed by Yannick Lefebvre. This issue affects all versions of the plugin from unknown initial release through 2.1.4.
The vulnerability carries a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L), indicating it can be exploited over the network with low attack complexity by users possessing low privileges, such as authenticated low-level WordPress users, without requiring user interaction. Successful exploitation changes the scope, allowing high-impact confidentiality violations through data extraction via blind SQL injection techniques, with no integrity impact and only low availability disruption.
Details on mitigation, including patches for the WordPress Bug Library plugin vulnerability up to version 2.1.4, are provided in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/bug-library/vulnerability/wordpress-bug-library-plugin-2-1-4-sql-injection-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing WordPress plugin allows authenticated low-priv users to extract DB data (high C impact, scope change), directly enabling public app exploitation (T1190), priv esc (T1068), and DB info repo access (T1213.006).