CVE-2026-53949: Ghost Content API filter bypass reveals private fields

Published Jun 24, 2026
·
Updated

Impact

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.

Vulnerable versions

This vulnerability is present in Ghost from v5.46.1 up to v6.21.1.

Patches

v6.21.2 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, 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)

References

Ghost thanks crnkovic for disclosing this vulnerability responsibly.

For more information

If you have any questions or comments about this advisory, email Ghost at security@ghost.org.

Other sources

Ghost is a Node.js content management system. From 5.46.1 until 6.21.2, 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 fixed in 6.21.2.

NVD

Affected Software

2 affected componentsFixes available
Ghost Ghost>=5.46.1<6.21.2
npm/ghost>=5.46.1<6.21.2
6.21.2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/ghost to a version that resolves this vulnerability.

    Fixed in 6.21.2
  2. Upgrade

    Upgrade Ghost to a version that resolves this vulnerability.

    Fixed in 6.21.2
  3. Compensating control

    As an immediate mitigation when upgrading is not possible, block or filter requests to Ghost Content API endpoints where the `filter` query parameter contains `password` or `email` (including compound forms like `users.password`, `users.email`, `authors.password`, `authors.email`). Example pattern: `filter=[^&]*(password|email)`.

  4. Compensating control

    Reject requests at a reverse proxy / WAF layer before they reach Ghost (specifically for Content API endpoints with `filter` parameters containing `password` or `email` per the pattern `filter=[^&]*(password|email)`).

Event History

Jun 24, 2026
CVE Published
via MITRE·06:05 PM
Data Sourced
via MITRE·06:05 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·07:17 PM
DescriptionSeverityWeakness
Aug 5, 2026
Advisory Published
via GitHub·02:42 PM
Data Sourced
via GitHub·02:42 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-53949?

The severity of CVE-2026-53949 is medium with a score of 5.3.

2

How do I fix CVE-2026-53949?

To fix CVE-2026-53949, update Ghost to version 6.21.2 or later.

3

What type of vulnerability is CVE-2026-53949?

CVE-2026-53949 is a vulnerability that allows for a bypass of filters on the public API endpoints, leading to information leakage.

4

What is the impact of CVE-2026-53949 on Ghost?

CVE-2026-53949 can potentially expose private fields through a brute force attack on the public API.

5

In which versions of Ghost is CVE-2026-53949 present?

CVE-2026-53949 exists in Ghost versions from 5.46.1 to 6.21.2.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203