← Back to browse · API

CVE-2024-5982

Severity
CRITICAL
CVSS
9.1
EPSS
0.30962
Risk score
47.24
CISA KEV
No
PoC
No
Published
2024-10-29
Modified
2024-10-29
First seen
2026-08-07
Aliases
EUVD-2024-47099, GHSA-P6JM-98C6-M9X8
Products
gaizhenbiao:gaizhenbiao/chuanhuchatgpt unspecified <20240918
Sources
euvd EUVD-2024-47099

Description

A path traversal vulnerability exists in the latest version of gaizhenbiao/chuanhuchatgpt. The vulnerability arises from unsanitized input handling in multiple features, including user upload, directory creation, and template loading. Specifically, the load_chat_history function in modules/models/base_model.py allows arbitrary file uploads, potentially leading to remote code execution (RCE). The get_history_names function in utils.py permits arbitrary directory creation. Additionally, the load_template function in utils.py can be exploited to leak the first column of CSV files. These issues stem from improper sanitization of user inputs concatenated with directory paths using os.path.join.

References