CVE-2024-10100
Published: 17 October 2024
Summary
CVE-2024-10100 is a high-severity Path Traversal (CWE-22) vulnerability in Binary-Husky Gpt Academic. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 33.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Privacy and Disclosure risk domain; MITRE ATLAS techniques in scope: Obtain Capabilities (AML.T0016), Exfiltration via AI Inference API (AML.T0024).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-32904
Vulnerability details
A path traversal vulnerability exists in binary-husky/gpt_academic version 3.83. The vulnerability is due to improper handling of the file parameter, which is open to path traversal through URL encoding. This allows attackers to view any file on the host system,…
more
including sensitive files such as critical application files, SSH keys, API keys, and configuration values.
- CWE(s)
AI Security AnalysisAI
- AI Category
- Enterprise AI Assistants
- Risk Domain
- Privacy and Disclosure
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- gpt_academic is an AI academic assistant built on ChatGPT API for tasks like literature search, reading, polishing, and generation, fitting Enterprise AI Assistants category. Vulnerability reported on AI/ML bug bounty platform confirms AI relevance.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal vulnerability in web application (file parameter via URL encoding) enables exploitation of public-facing application (T1190) to perform arbitrary local file reads (T1005), including sensitive files with credentials (T1081).
MITRE ATLAS TechniquesAI
MITRE ATLAS techniques
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.