Skip to main content

CVE-2023-32235

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.

NVD
Severity: HIGH
CVE ID: CVE-2023-32235
CVSS Score: 7.5
CVSS Metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Refrence: NVDMITRE

Proof Of Concept

Nuclei Templates for CVE-2023-32235
VEEXH

A Directory Traversal attack (also known as path traversal) aims to access files and directories that are stored outside the intended folder.

Refrence: GitHub