Description
A broken access control vulnerability in Ghost Foundation Ghost 5.x allows authenticated Author-role users to delete posts owned by other users. The post model permissible() cascade is missing the branch that handles the combined isAuthor and isDestroy condition, causing the authorization check to fall through and permit the deletion. An attacker with an Author account can delete any post on the platform.
Published: 2026-08-11
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a broken access control flaw in Ghost Foundation Ghost that permits any authenticated user with an Author role to delete posts created by other users. The flaw results from a missing branch in the post model’s permissible() cascade for the combined conditions of isAuthor and isDestroy, causing the authorization check to fall through and incorrectly allow the deletion operation. This flaw is classified as CWE-284, reflecting a failure to enforce proper access controls. The primary impact is the irreversible loss of content, which undermines data confidentiality and integrity for the affected users.

Affected Systems

Ghost Foundation Ghost version 5.x is affected by the described flaw. Users running any 5.x release are at risk if they have AUTHORIZED Author accounts. No other Ghost or Ghost Foundation products are listed as impacted.

Risk and Exploitability

The CVSS score of 8.1 marks this as a high severity issue, corroborating the malicious capability of unwanted content removal. EPSS is not available, so there is no published probability metric; however, the vulnerability can be exploited by any user who has been granted or compromised an Author role, which is a common and reachable privilege level in most Ghost deployments. The vulnerability is not listed in KEV, but the potential for widespread social or business impact suggests that monitoring and timely patching are critical.

Generated by OpenCVE AI on August 11, 2026 at 16:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Ghost 5.x security update that resolves the missing authorization check in the post deletion logic.
  • Restrict Author role access by enforcing the principle of least privilege and ensuring only trusted users receive the role, or consider revoking the role from accounts that do not require it.
  • Implement logging and alerting for delete actions to detect and respond to unauthorized post deletions immediately.

Generated by OpenCVE AI on August 11, 2026 at 16:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 11 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Ghost
Ghost ghost
Vendors & Products Ghost
Ghost ghost

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A broken access control vulnerability in Ghost Foundation Ghost 5.x allows authenticated Author-role users to delete posts owned by other users. The post model permissible() cascade is missing the branch that handles the combined isAuthor and isDestroy condition, causing the authorization check to fall through and permit the deletion. An attacker with an Author account can delete any post on the platform.
Title Ghost Foundation Ghost - Broken Access Control
Weaknesses CWE-284
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:15:13.662Z

Reserved: 2026-08-10T10:33:03.257Z

Link: CVE-2026-72596

cve-icon Vulnrichment

Updated: 2026-08-11T12:15:10.645Z

cve-icon NVD

Status : Deferred

Published: 2026-08-11T12:17:42.543

Modified: 2026-08-28T18:51:39.823

Link: CVE-2026-72596

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T17:15:06Z

Weaknesses