CVE-2026-22594
Published: 10 January 2026
Summary
CVE-2026-22594 is a high-severity Improper Authentication (CWE-287) vulnerability in Ghost Ghost. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.6th 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 IA-5 (Authenticator Management) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Flaw remediation requires timely identification, reporting, and correction of the specific 2FA bypass vulnerability in Ghost, preventing exploitation of CVE-2026-22594.
Authenticator management ensures proper implementation and verification of multi-factor authenticators like email 2FA, directly addressing improper authentication that allows skipping.
Re-authentication for privileged staff actions provides an additional layer to enforce 2FA even if initial authentication is bypassed.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Auth bypass vuln in public-facing Ghost CMS directly enables T1190 exploitation and T1068 priv esc via skipped 2FA.
NVD Description
Ghost is a Node.js content management system. In versions 5.105.0 through 5.130.5 and 6.0.0 through 6.10.3, a vulnerability in Ghost's 2FA mechanism allows staff users to skip email 2FA. This issue has been patched in versions 5.130.6 and 6.11.0.
Deeper analysisAI
CVE-2026-22594 is a vulnerability in the two-factor authentication (2FA) mechanism of Ghost, a Node.js content management system. It affects Ghost versions 5.105.0 through 5.130.5 and 6.0.0 through 6.10.3, where staff users can bypass email-based 2FA. The issue is classified under CWE-287 (Improper Authentication) with a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating high severity due to its potential for significant confidentiality and integrity impacts.
An authenticated staff user with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. By skipping the email 2FA step, the attacker gains unauthorized access to staff-level functionalities, potentially allowing them to read sensitive data, modify content, or perform other privileged actions, resulting in high confidentiality and integrity violations without affecting availability.
The Ghost security advisory (GHSA-5fp7-g646-ccf4) and associated patches detail mitigation through upgrading to Ghost version 5.130.6 or 6.11.0, where the flaw is fixed via commits b59f707f670e6f175b669977724ccf16c718430b and fc7bc2fb0888513498154ec5cb4b21eccb88de07. Security practitioners should prioritize updating affected installations and review staff access controls to limit exposure.
Details
- CWE(s)