LiveActive security incident?Get immediate response
CVE Record

CVE-2022-47195: 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 `facebook` field for a user.

CriticalCVSS 9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Ghost 5.9.4 default behavior can let a logged-in non-admin place JavaScript where an administrator may later view it. If triggered, the attacker could escalate to administrator through stored XSS. This matters most for Ghost sites with multiple content users or delegated publishing workflows.

Executive priority

Treat this as urgent for any Ghost 5.9.4 site with multiple users. The business risk is account takeover of administrators, which can affect published content, site trust, and administrative control.

Technical view

The sources describe stored XSS in Ghost 5.9.4 post creation and the user `facebook` field. The CVSS 3.0 vector is network-accessible, low complexity, low privileges required, user interaction required, changed scope, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to Ghost Foundation Ghost 5.9.4 as listed in the source bundle. Risk is higher where non-administrator users can create posts or edit affected profile fields that administrators later review.

Exploitation context

The bundle says exploitation requires a non-admin account and administrator interaction by viewing attacker-controlled content. CISA KEV is false, and no provided source confirms active exploitation in the wild.

Researcher notes

Evidence is specific but narrow: affected version 5.9.4, stored XSS, privilege escalation to admin, and the `facebook` field. The bundle does not include a named patched version, direct vendor fix text, or confirmed exploitation telemetry.

Mitigation direction

  • Identify and prioritize all Ghost 5.9.4 instances.
  • Check Ghost vendor guidance for fixed versions or configuration advice.
  • Restrict post creation and profile editing to trusted users until remediated.
  • Review administrator workflows that expose admins to untrusted draft or profile content.
  • Monitor for suspicious script content in posts and user profile fields.

Validation and detection

  • Confirm Ghost version on each public and internal instance.
  • Inventory non-admin users with post creation or profile editing access.
  • Review affected post and profile fields for unexpected JavaScript content.
  • Check whether administrators recently viewed untrusted drafts or profiles.
  • Track remediation evidence against the official Ghost or Talos advisory.
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 · 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-47195 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-47195Attack 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.