LiveActive security incident?Get immediate response
CVE Record

CVE-2022-47197: An insecure default vulnerability exists in the Post Creation functionality of Ghost Foundation Ghost 5.9.4.

An insecure default vulnerability exists in the Post Creation functionality of Ghost Foundation Ghost 5.9.4. Default installations of Ghost allow non-administrator users to inject arbitrary Javascript in posts, which allow privilege escalation to administrator via XSS. To trigger this vulnerability, an attacker can send an HTTP request to inject Javascript in a post to trick an administrator into visiting the post.A stored XSS vulnerability exists in the `codeinjection_foot` for a post.

CriticalCVSS 9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Ghost 5.9.4 default behavior allowed lower-privileged content users to place JavaScript in a post. If an administrator viewed that post, the script could run in the administrator’s session and potentially elevate the attacker to administrator access.

Executive priority

Treat as urgent where Ghost 5.9.4 is used with multiple content users. The business risk is administrator account takeover through normal editorial workflow, but evidence of active exploitation is not provided.

Technical view

The sources describe a stored XSS issue in Ghost 5.9.4 post creation, specifically `codeinjection_foot`. The CVSS 3.0 vector is network exploitable, low complexity, low privileges, user interaction required, changed scope, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure appears limited to Ghost Foundation Ghost 5.9.4, especially default installations where non-administrator users can create or modify posts that administrators later view.

Exploitation context

The bundle does not show KEV listing or cited evidence of active exploitation. Exploitation requires authenticated low-privilege access and administrator interaction with attacker-controlled post content.

Researcher notes

Do not generalize beyond Ghost 5.9.4 from the provided sources. The key exposure condition is stored JavaScript in post code injection reached by an administrator. Patch details are not present in the bundle.

Mitigation direction

  • Identify and prioritize any Ghost 5.9.4 instances.
  • Check Ghost vendor guidance for the fixed version or official mitigation.
  • Restrict post creation and code injection capability to trusted administrators.
  • Review posts for unexpected JavaScript in post-level code injection fields.
  • Remove suspicious post code injection content before administrator review.

Validation and detection

  • Inventory Ghost versions across production, staging, and internal systems.
  • Confirm whether any instance is running Ghost 5.9.4.
  • Review non-administrator roles with post creation or editing rights.
  • Inspect affected posts for unexpected `codeinjection_foot` content.
  • Check audit logs for suspicious post edits by non-administrators.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-453: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2022-47197 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
Critical
CVSS
9 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

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
9CVSS 3.0CriticalCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H2.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

9Critical
CVSS 3.0 vector shape for CVE-2022-47197Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

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
Ghost FoundationGhost5.9.4Listed
Weakness

CWE details

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

CWE-453 · source CWE mapping

Insecure Default Variable Initialization

Insecure Default Variable Initialization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.