← Vulnerability feed

Vulnerability record · CVE-2023-31133 · published 8 May 2023

CVE-2023-31133: Ghost public API filter validation flaw exposes private fields

Ghost · Ghost

Ghost versions before 5.46.1 fail to validate the filter query parameter on public content API endpoints, allowing private fields to be revealed through brute force. The flaw is an information exposure issue in a widely used publishing platform, and self-hosted instances below v5.46.1 are affected.

7.5 CVSS 3.1 High EPSS 46% · top 1.2% CWE-200 · Information exposure
7.5CVSS 3.1 base score
46%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References
17 Jun 2026Last modified by NVD

Description

Ghost is an app for new-media creators with tools to build a website, publish content, send newsletters, and offer paid subscriptions to members. Prior to version 5.46.1, due to a lack of validation when filtering on the public API endpoints, it is possible to reveal private fields via a brute force attack. Ghost(Pro) has already been patched. Maintainers can find no evidence that the issue was exploited on Ghost(Pro) prior to the patch being added. Self-hosters are impacted if running Ghost a version below v5.46.1. v5.46.1 contains a fix for this issue. As a workaround, add a block for requests to `/ghost/api/content/*` where the `filter` query parameter contains `password` or `email`.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityUnauthenticated network-reachable information exposure with high confidentiality impact and very high EPSS percentile, though no confirmed in-the-wild exploitation.

What it is

Ghost versions before 5.46.1 fail to validate the filter query parameter on public content API endpoints, allowing private fields to be revealed through brute force. The flaw is an information exposure issue in a widely used publishing platform, and self-hosted instances below v5.46.1 are affected.

Impact

An unauthenticated attacker can recover private fields such as email and password data by iterating filter values, exposing sensitive member information.

Attack surface

Reachable over the network via the public /ghost/api/content/* endpoints using the filter query parameter; no authentication or user interaction is required per the CVSS vector.

Exploitation

Not listed in CISA KEV and no public exploit references are provided, but EPSS is 0.45713 (98.7th percentile), indicating elevated predicted exploitation likelihood.

What to do

  • Upgrade Ghost to v5.46.1 or later; Ghost(Pro) is already patched.
  • If immediate upgrade is not possible, block requests to /ghost/api/content/* where the filter query parameter contains password or email.
  • Audit public API access logs for filter parameters referencing password or email fields.
  • Restrict or rate-limit public content API endpoints where feasible.

Detection

  • Search web/proxy logs for requests to /ghost/api/content/* with filter parameters containing password or email.
  • Alert on high-volume or sequential filter values from a single source against content API endpoints.
  • Monitor for anomalous enumeration patterns against Ghost public API paths.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-31133 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-29053Ghost injection vulnerabilityGhost is a Node.js content management system. From version 0.7.2 to 6.19.0, specifically crafted malicious themes can execute arbitrary code on the s…EPSS 4.8%9.8CVE-2022-28397Ghost unrestricted file upload vulnerabilityAn arbitrary file upload vulnerability in the file upload module of Ghost CMS v4.42.0 allows attackers to execute arbitrary code via a crafted file. …EPSS 3.5%9.8CVE-2022-27139Ghost unrestricted file upload vulnerabilityAn arbitrary file upload vulnerability in the file upload module of Ghost v4.39.0 allows attackers to execute arbitrary code via a crafted SVG file. …EPSS 4.0%9.1CVE-2024-34451Ghost vulnerabilityGhost through 5.85.1 allows remote attackers to bypass an authentication rate-limit protection mechanism by using many X-Forwarded-For headers with d…EPSS 0.77%9.0CVE-2024-23724Ghost cross-site scripting vulnerabilityGhost through 5.76.0 allows stored XSS, and resultant privilege escalation in which a contributor can take over any account, via an SVG profile pictu…EPSS 3.5%8.8CVE-2026-29784Ghost cross-site request forgery vulnerabilityGhost is a Node.js content management system. From version 5.101.6 to 6.19.2, incomplete CSRF protections around /session/verify made it possible to …EPSS 0.19%8.8CVE-2024-34448Ghost injection vulnerabilityGhost before 5.82.0 allows CSV Injection during a member CSV export.EPSS 0.73%8.1CVE-2026-22594Ghost improper authentication vulnerabilityGhost is a Node.js content management system. In versions 5.105.0 through 5.130.5 and 6.0.0 through 6.10.3, a vulnerability in Ghost's 2FA mechanism …EPSS 1.3%

Source: NIST National Vulnerability Database (record CVE-2023-31133), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.