LiveActive security incident?Get immediate response
CVE Record

CVE-2022-47194: 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 `twitter` 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 can let a lower-privileged user store JavaScript where an administrator may later view it. That can turn a content-editing account into an administrator compromise through stored cross-site scripting. The source bundle does not show confirmed active exploitation.

Executive priority

Treat this as urgent where Ghost 5.9.4 is internet-facing or supports multiple content users. Business risk is administrator takeover from a lower-privileged account, but exploitation evidence is not confirmed in the supplied sources.

Technical view

The CVE describes insecure defaults in Ghost 5.9.4 post creation and a stored XSS issue in the user `twitter` field. It requires low privileges and administrator interaction, but CVSS rates impact as high across confidentiality, integrity, and availability with changed scope.

Likely exposure

Exposure is most likely in Ghost 5.9.4 deployments where non-administrator users can create posts, edit profile fields, or otherwise submit content later reviewed by administrators.

Exploitation context

The described attack path requires an authenticated non-admin user and an administrator viewing stored content. KEV status is false in the supplied bundle, and no cited source confirms active exploitation.

Researcher notes

The evidence identifies Ghost 5.9.4 and the vulnerable post creation and `twitter` field behavior, but the bundle does not provide confirmed exploit-in-the-wild status or a named fixed release. Validate directly against vendor/Talos guidance.

Mitigation direction

  • Identify any Ghost 5.9.4 instances and prioritize them for remediation.
  • Check Ghost vendor guidance for the supported fixed version or configuration change.
  • Restrict post creation and profile editing to trusted users until remediated.
  • Avoid administrator review of untrusted user content on affected instances.
  • Inspect stored posts and profile fields for unexpected JavaScript content.
  • Rotate administrator credentials if compromise is suspected.

Validation and detection

  • Confirm the exact Ghost version running in each environment.
  • Review user roles that can create posts or edit profile fields.
  • Check whether non-admin content is reviewed by administrator sessions.
  • Audit posts and user profile fields for suspicious script content.
  • Review logs for unusual admin actions following content review.
  • Verify remediation against vendor guidance before restoring normal workflows.
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-47194 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-47194Attack 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.