CVE-2026-53946: Ghost: Mobiledoc image-size fetch SSRF
Impact
When re-rendering posts, Ghost would refetch missing image dimensions by issuing an outbound HTTP request to the URL stored on an image card — without restricting that URL to trusted image hosts. An authenticated staff user able to create or edit posts could therefore point an image card at an attacker-chosen host and cause the Ghost server to request it on their behalf, including hosts on internal networks or cloud instance metadata endpoints that would not normally be reachable from the public internet.
Vulnerable versions
This vulnerability is present in Ghost from v6.19.3 up to v6.21.0.
Patches
v6.21.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.
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. From 6.19.4 until 6.21.1, when re-rendering posts, Ghost would refetch missing image dimensions by issuing an outbound HTTP request to the URL stored on an image card — without restricting that URL to trusted image hosts. An authenticated staff user able to create or edit posts could therefore point an image card at an attacker-chosen host and cause the Ghost server to request it on their behalf, including hosts on internal networks or cloud instance metadata endpoints that would not normally be reachable from the public internet. This vulnerability is fixed in 6.21.1.
— NVD
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.21.2 - Upgrade
Upgrade
Ghostto a version that resolves this vulnerability.Fixed in 6.21.1
Event History
Frequently Asked Questions
What is the severity of CVE-2026-53946?
The severity of CVE-2026-53946 is medium, with a CVSS score of 5.4.
How do I fix CVE-2026-53946?
To fix CVE-2026-53946, upgrade Ghost to version 6.21.2 or later where the issue has been addressed.
What type of vulnerability is CVE-2026-53946?
CVE-2026-53946 is classified as a Server-Side Request Forgery (SSRF) vulnerability.
What versions of Ghost are affected by CVE-2026-53946?
CVE-2026-53946 affects Ghost versions from 6.19.4 up to 6.21.1.
Who can exploit CVE-2026-53946?
An authenticated staff user with the ability to re-render posts can exploit CVE-2026-53946.