LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39192: Privilege escalation: all users can access Admin-level API keys

Ghost is a Node.js content management system. An error in the implementation of the limits service between versions 4.0.0 and 4.9.4 allows all authenticated users (including contributors) to view admin-level API keys via the integrations API endpoint, leading to a privilege escalation vulnerability. This issue is patched in Ghost version 4.10.0. As a workaround, disable all non-Administrator accounts to prevent API access. It is highly recommended to regenerate all API keys after patching or applying the workaround.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Ghost sites running vulnerable 4.x releases let any logged-in user, even a contributor, see administrator-level API keys. That can turn a low-privilege CMS account into broader administrative access. The issue is fixed in Ghost 4.10.0, and exposed API keys should be regenerated after remediation.

Executive priority

Treat as a timely remediation item for any affected Ghost site with multiple users. It is not evidenced as actively exploited, but compromised admin API keys can create lasting account and content-management risk.

Technical view

CVE-2021-39192 is a Ghost limits-service authorization flaw in versions 4.0.0 through 4.9.4. Authenticated non-admin users could access admin-level API keys through the integrations API endpoint. The CVSS score is 6.5, with high confidentiality and integrity impact, no user interaction, and high privileges required.

Likely exposure

Exposure is limited to Ghost deployments on versions >= 4.0.0 and < 4.10.0 with any non-Administrator authenticated accounts. Contributor accounts are specifically named as able to reach the affected data.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. Abuse requires an authenticated Ghost account, but the impact is serious because leaked admin API keys can enable privilege escalation.

Researcher notes

Focus validation on version range, authenticated role exposure, key rotation evidence, and whether contributor or other non-admin accounts had access before patching. Avoid assuming compromise without logs or other supporting evidence.

Mitigation direction

  • Upgrade Ghost to version 4.10.0 or later.
  • Regenerate all API keys after patching.
  • If patching is delayed, disable all non-Administrator accounts.
  • Review Ghost vendor guidance before applying other mitigations.

Validation and detection

  • Inventory Ghost instances and confirm versions are not below 4.10.0.
  • Check whether non-Administrator accounts existed during the vulnerable period.
  • Confirm all API keys were regenerated after remediation.
  • Review available logs for non-admin integrations API access, if retained.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-39192 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N1.25.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-39192Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TryGhostGhost>= 4.0.0, < 4.10.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.