VDB
KO
MEDIUM 5.4

GHSA-g366-23fw-ggp6

Ghost: Mobiledoc image-size fetch SSRF

Quick fix

GHSA-g366-23fw-ggp6 — ghost: upgrade to the fixed version with the command below.

npm install ghost@6.21.2

Details

### 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](https://hub.docker.com/_/ghost). Updating a Docker-based Ghost instance [is documented here](https://docs.ghost.org/install/docker#updating-ghost).

If your Ghost is a Ghost-CLI install see our documentation on [updating it to the latest version here](https://docs.ghost.org/update).

### For more information

If you have any questions or comments about this advisory, email us at [security@ghost.org](mailto:security@ghost.org).

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / ghost
Introduced in: 6.19.4 Fixed in: 6.21.2
Fix npm install ghost@6.21.2

References