Cyber Posture

CVE-2025-24728

High

Published: 24 January 2025

Published
24 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0008 22.3th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-89

MITRE ATT&CK Enterprise Techniques

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

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

References