Cyber Resilience

CVE-2026-32516

High

Published: 25 March 2026

Published
25 March 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score v3.1 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0025 16.4th percentile
Risk Priority 55 floored blend · peak EPSS

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

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

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.
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.

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

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation, formatting, and type checking of inputs to directly prevent SQL injection attacks like the blind SQLi in the Miraculous Core Plugin.

prevent

Mandates timely flaw remediation, including patching the vulnerable plugin to version 2.1.2 or later to eliminate the SQLi vulnerability.

detect

Provides vulnerability scanning to identify the SQL injection flaw in the WordPress plugin, enabling proactive remediation.

References