CVE-2026-53945: Ghost: Server-side request forgery via DNS rebinding in external request handling
Impact
Ghost’s private-IP check for outbound HTTP requests could be bypassed via DNS rebinding, allowing an attacker to coerce the Ghost server into reaching hosts on internal networks through features that issue external fetches.
Vulnerable versions
This vulnerability is present in Ghost from v6.0.9 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.
Workarounds
If upgrading immediately is not possible, operators can reduce exposure by preventing the Ghost server from reaching sensitive internal ranges at the network layer — for example, egress firewall rules that block the Ghost process from initiating connections to RFC1918 networks, loopback, link-local (including 169.254.169.254) and any other internal service ranges. Disabling features that trigger outbound fetches (oEmbed, webmentions, recommendations) will further limit the attack surface but does not remove the underlying issue.
References
Ghost thanks Oluwaseun Esther Folorunsho, Lakshmikanthan K (@l3tchupkt), Offgrid Security, and Baki 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. From 6.0.9 until 6.21.1, Ghost’s private-IP check for outbound HTTP requests could be bypassed via DNS rebinding, allowing an attacker to coerce the Ghost server into reaching hosts on internal networks through features that issue external fetches. 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 - Configuration
If upgrading immediately is not possible, disable features that trigger outbound fetches (oEmbed, webmentions, recommendations) to further limit the attack surface (SRF via DNS rebinding in external request handling).
Ghost oEmbed/webmentions/recommendations (features that issue external fetches) = disable - Compensating control
For self-hosters, reduce exposure by adding egress firewall rules to prevent the Ghost process from initiating outbound connections to sensitive internal ranges, including RFC1918 networks, loopback, and link-local ranges (including 169.254.169.254).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-53945?
CVE-2026-53945 has a medium severity level of 4.
How do I fix CVE-2026-53945?
To fix CVE-2026-53945, update Ghost to version 6.21.2 or later.
What does CVE-2026-53945 exploit?
CVE-2026-53945 exploits a server-side request forgery vulnerability via DNS rebinding.
Which versions of Ghost are affected by CVE-2026-53945?
CVE-2026-53945 affects Ghost versions from 6.0.9 to 6.21.1.
What is the potential impact of CVE-2026-53945?
The potential impact of CVE-2026-53945 includes unauthorized access to internal network resources through the Ghost server.