CVE-2026-22596
Published: 10 January 2026
Summary
CVE-2026-22596 is a medium-severity SQL Injection (CWE-89) vulnerability in Ghost Ghost. Its CVSS base score is 6.7 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.3th 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-22596 is a SQL injection vulnerability (CWE-89) in Ghost, a Node.js content management system. The flaw affects versions 5.90.0 through 5.130.5 and 6.0.0 through 6.10.3, specifically in the /ghost/api/admin/members/events endpoint of the Admin API. It enables arbitrary SQL execution when the endpoint processes untrusted input from authenticated requests.
Attackers require valid authentication credentials for the Ghost Admin API, corresponding to high privileges (PR:H) as per the CVSS v3.1 base score of 6.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L). Exploitation occurs over the network with low complexity and no user interaction. Successful attacks allow high-impact confidentiality and integrity violations, such as data exfiltration or modification, alongside low availability disruption.
Ghost has addressed the issue in patched versions 5.130.6 and 6.11.0. The official security advisory (GHSA-gjrp-xgmh-x9qq) and related commits detail the fixes, recommending immediate upgrades for affected installations.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1426
Vulnerability details
Ghost is a Node.js content management system. In versions 5.90.0 through 5.130.5 and 6.0.0 through 6.10.3, a vulnerability in Ghost's /ghost/api/admin/members/events endpoint allows users with authentication credentials for the Admin API to execute arbitrary SQL. This issue has been patched…
more
in versions 5.130.6 and 6.11.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing Ghost Admin API endpoint directly matches exploitation of web application flaws for arbitrary query execution and data impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of untrusted input to the /ghost/api/admin/members/events endpoint, blocking the SQL injection that enables arbitrary SQL execution.
Mandates timely application of patches (5.130.6/6.11.0) that remediate the SQL injection flaw in the Admin API endpoint.
Restricts the number of accounts holding the high-privilege Admin API credentials required to reach the vulnerable endpoint.