CVE-2024-5982

CVSS V2 None CVSS V3 None
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.
Overview
  • CVE ID
  • CVE-2024-5982
  • Assigner
  • @huntr_ai
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2024-10-29T12:46:24.726Z
  • Last Modified Date
  • 2024-10-29T13:47:03.458Z
History
Created Old Value New Value Data Type Notes
2024-10-30 13:31:50 Added to TrackCVE