CVE-2026-70590: Ghost: Blind Password Hash Disclosure in Ghost Admin API
Impact
Any staff-level user was able to leak the hashed passwords of other staff users. An offline password-guessing attack against the hashes could lead to account takeover if successful, but Device Verification should have prevented an attacker from logging in with a recovered password. Depending on the database used, leaked hashes may not have had the correct casing for all characters, increasing the difficulty of a password-guessing attack.
Vulnerable versions
This vulnerability is present in Ghost versions v6.54.0 and earlier.
Patches
v6.54.1 contains a fix for this issue.
How to update
For self-hosters using Docker, find Docker's official Ghost image here. Updating a Docker-based Ghost instance is documented here.
If your Ghost is a Ghost-CLI install see our documentation on updating it to the latest version here.
Workarounds
If upgrading immediately is not possible, ensure all staff users have Multi-factor Authentication (MFA) enabled. This will help prevent an attacker from logging in with any passwords that are successfully recovered from the leaked hashes.
References
Ghost thanks Chapman Schleiss for disclosing this vulnerability responsibly.
For more information
If you have any questions or comments about this advisory, email us at security@ghost.org.
Other sources
Ghost is a Node.js content management system. Prior to 6.54.1, any staff-level user was able to leak the hashed passwords of other staff users through the Ghost Admin API. An offline password-guessing attack against the hashes could lead to account takeover if successful, but Device Verification should have prevented an attacker from logging in with a recovered password. Depending on the database used, leaked hashes may not have had the correct casing for all characters, increasing the difficulty of a password-guessing attack. This issue is fixed in version 6.54.1.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
npm/ghostto a version that resolves this vulnerability.Fixed in 6.54.1 - Upgrade
Upgrade
Ghostto a version that resolves this vulnerability.Fixed in 6.54.1 - Configuration
If upgrading immediately is not possible, ensure all staff-level users have Multi-factor Authentication (MFA) enabled.
Ghost Email-2FA (Multi-factor Authentication) for staff users = enabled
Event History
Frequently Asked Questions
What is the severity of CVE-2026-70590?
The severity of CVE-2026-70590 is medium with a score of 4.8.
What is the main impact of CVE-2026-70590?
CVE-2026-70590 allows any staff-level user to leak the hashed passwords of other staff users.
How can I fix CVE-2026-70590?
To fix CVE-2026-70590, update to the latest version of Ghost that addresses this vulnerability.
What kind of attack can be executed due to CVE-2026-70590?
CVE-2026-70590 could enable an offline password-guessing attack on the leaked hashed passwords.
Who is affected by CVE-2026-70590?
All users with staff-level access in Ghost are potentially affected by CVE-2026-70590.