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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupPrivilege 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H2.36Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
9CriticalVector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
