CVE-2024-32023
Published: 16 April 2024
Summary
CVE-2024-32023 is a medium-severity Path Traversal (CWE-22) vulnerability in Bmaltais Kohya Ss. Its CVSS base score is 6.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 37.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as Computer Vision; in the Other ATLAS/OWASP Terms risk domain; MITRE ATLAS techniques in scope: AI Supply Chain Compromise (AML.T0010), Exfiltration via AI Inference API (AML.T0024), External Harms (AML.T0048).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-29861
Vulnerability details
Kohya_ss is a GUI for Kohya's Stable Diffusion trainers. Kohya_ss is vulnerable to a path injection in the `common_gui.py` `find_and_replace` function. This vulnerability is fixed in 23.1.5.
- CWE(s)
AI Security AnalysisAI
- AI Category
- Computer Vision
- Risk Domain
- Other ATLAS/OWASP Terms
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- Kohya_ss is a GUI for Kohya's Stable Diffusion trainers, where Stable Diffusion is a deep learning model for image generation, which falls under Computer Vision.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path injection vulnerability (CWE-22 Path Traversal) in common_gui.py find_and_replace enables arbitrary file and directory access outside intended paths, facilitating local data collection (T1005) and file/directory discovery (T1083).
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.