CVE-2026-53949Medium· 5.3▾ SunlitGhost Content API filter bypass reveals private fields
▾ Sunlit zone — Low / medium · no exploitation signal
impact 29.2 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 5.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via GHSA
0.2%
0.2% → 0.4%
The validation applied to filters on the public API endpoints could be partially bypassed, making it possible to reveal private fields via a brute force attack. If SQLite was used as the database password hashes were fully accessible. If MySQL was used as the database the password hashes' case (uppercase / lowercase) would have been lost, which would likely have rendered a further brute force attack on the discovered hashes fruitless.
This vulnerability is present in Ghost from v5.46.1 up to v6.21.1.
v6.21.2 contains a fix for this issue.
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.
If upgrading immediately is not possible, block or filter requests to Content API endpoints where the filter query parameter contains password or email (including any compound form such as users.password, users.email, authors.password, authors.email). Reject requests at a reverse proxy / WAF layer before they reach Ghost.
Example (case-insensitive) pattern to block on the raw querystring:
filter=[^&]*(password|email)
Ghost thanks crnkovic for disclosing this vulnerability responsibly.
If you have any questions or comments about this advisory, email Ghost at [email protected].
ghost >= 5.46.1, < 6.21.2Upgrade to a patched release:
ghost 6.21.2Connected by shared product, vendor, weakness, or advisory.
CVE-2026-70590Medium· 4.8Ghost is a Node.js content management system
CVE-2026-70595Medium· 4.0Ghost is a Node.js content management system
CVE-2026-70596Medium· 4.3Ghost is a Node.js content management system
CVE-2026-70593Medium· 6.6Ghost is a Node.js content management system
CVE-2026-70594Medium· 6.7Ghost is a Node.js content management system
CVE-2026-53947Medium· 5.3Ghost: Member existence leak via magic link sign-in response