CVE-2025-28873
Published: 26 March 2025
Summary
CVE-2025-28873 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.1th 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-2 (Flaw Remediation).
Deeper analysis
CVE-2025-28873 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability that enables Blind SQL Injection in the Shuffle WordPress theme by Scott Taylor. This issue affects Shuffle versions from n/a through <= 0.5.
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 remotely by a low-privileged user with low attack complexity and no user interaction. Attackers can achieve high confidentiality impact through data extraction, low availability impact, and a changed scope, allowing unauthorized access to sensitive database information via blind SQL techniques.
Patchstack documents this SQL injection vulnerability specific to the WordPress Shuffle plugin version 0.5 in their database, providing details on the affected theme at https://patchstack.com/database/Wordpress/Theme/shuffle/vulnerability/wordpress-shuffle-plugin-0-5-sql-injection-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-8155
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Scott Taylor Shuffle shuffle allows Blind SQL Injection.This issue affects Shuffle: from n/a through <= 0.5.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes a remote SQL injection vulnerability in a public-facing WordPress theme, directly enabling exploitation of public-facing applications (T1190) for unauthorized database access and data extraction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of user inputs to neutralize special elements and prevent SQL injection attacks like blind SQLi in the Shuffle theme.
Mandates timely flaw remediation, such as patching the vulnerable Shuffle WordPress theme versions <=0.5 to eliminate the SQL injection vulnerability.
Restricts the types and quantity of information inputs to mitigate injection of malicious SQL payloads by low-privileged users.