CVE-2022-28397:
Arbitrary file upload in Ghost
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.86679%
CWE
Published
4/13/2022
Updated
4/22/2024
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ghost | npm | <= 4.42.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided information lacks concrete technical details about the implementation of Ghost CMS's file upload module. While the vulnerability (CWE-434) indicates insufficient file type validation, there is no access to:- 1) Specific code snippets from Ghost v4.42.0
, 2) GitHub
patch/diff information, or 3) File path/function names from vulnerability reports. The vendor's security documentation mentions intentional trusted-user uploads but doesn't reveal implementation details. Without these critical artifacts, we cannot confidently identify specific vulnerable functions
. Arbitrary file upload vulnerabilities typically involve file handling functions
, but precise identification requires code analysis unavailable in the provided materials.