CVE-2026-32516
Published: 25 March 2026
Summary
CVE-2026-32516 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 16.4th 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-2026-32516 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability, specifically enabling Blind SQL Injection, in the Miraculous Core Plugin (miraculouscore) developed by kamleshyadav for WordPress. The issue affects all versions of the plugin from n/a through those prior to 2.1.2. It has been assigned 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) and is associated with CWE-89.
Low-privileged remote attackers, such as authenticated WordPress users with minimal permissions, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows attackers to perform blind SQL injection, achieving high-impact confidentiality violations by extracting sensitive data from the database, alongside low-impact availability disruption, due to the cross-scope nature of the attack (S:C).
The Patchstack advisory for this vulnerability, available at the referenced URL, details the SQL injection flaw in the Miraculous Core Plugin and indicates that updating to version 2.1.2 or later resolves the issue.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-15876
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in kamleshyadav Miraculous Core Plugin miraculouscore allows Blind SQL Injection.This issue affects Miraculous Core Plugin: from n/a through < 2.1.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Blind SQL injection in a remotely exploitable WordPress plugin directly enables the technique of exploiting weaknesses in public-facing web applications to access or exfiltrate database contents.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation, formatting, and type checking of inputs to directly prevent SQL injection attacks like the blind SQLi in the Miraculous Core Plugin.
Mandates timely flaw remediation, including patching the vulnerable plugin to version 2.1.2 or later to eliminate the SQLi vulnerability.
Provides vulnerability scanning to identify the SQL injection flaw in the WordPress plugin, enabling proactive remediation.