CVE-2024-5548
Published: 27 June 2024
Summary
CVE-2024-5548 is a high-severity Path Traversal (CWE-22) vulnerability in Stitionai Devika. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 24.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: Discover AI Model Family (AML.T0014), Evade AI Model (AML.T0015), Obtain Capabilities (AML.T0016).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-46748
Vulnerability details
A directory traversal vulnerability exists in the stitionai/devika repository, specifically within the /api/download-project endpoint. Attackers can exploit this vulnerability by manipulating the 'project_name' parameter in a GET request to download arbitrary files from the system. This issue affects the latest…
more
version of the repository. The vulnerability arises due to insufficient input validation in the 'download_project' function, allowing attackers to traverse the directory structure and access files outside the intended directory. This could lead to unauthorized access to sensitive files on the server.
- 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
- The vulnerability is in stitionai/devika, an open-source AI agentic software engineer (AI coding assistant), listed on an AI/ML bug bounty platform (huntr). This fits Enterprise AI Assistants as it is an AI assistant for development tasks.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directory traversal vulnerability in public-facing /api/download-project endpoint enables exploitation of public-facing applications (T1190), facilitating file and directory discovery (T1083) and collection of data from the local system (T1005) via arbitrary file reads.
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.