CVE-2024-40348
Published: 20 July 2024
Summary
CVE-2024-40348 is a high-severity Path Traversal (CWE-22) vulnerability in Bazarr Bazarr. Its CVSS base score is 8.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 0.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-40348 is a directory traversal vulnerability, tracked as CWE-22, that affects the /api/swaggerui/static component of Bazaar version 1.4.3. It carries a CVSS 3.1 base score of 8.2 reflecting network attack vector, low attack complexity, and no required privileges or user interaction, with high confidentiality impact and limited availability impact.
Unauthenticated remote attackers can exploit the flaw to traverse directories on the affected system and read arbitrary files, achieving unauthorized access to sensitive data without authentication.
The two provided references consist solely of public proof-of-concept material demonstrating the traversal via crafted filenames; they contain no vendor advisories, patches, or mitigation guidance. The associated EPSS score remains high at a current value of 0.9338 with a peak of 0.9360.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-38435
Vulnerability details
An issue in the component /api/swaggerui/static of Bazaar v1.4.3 allows unauthenticated attackers to execute a directory traversal.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated directory traversal in public-facing /api/swaggerui/static endpoint enables exploitation of public-facing application (T1190), file and directory discovery (T1083), collection of data from local system (T1005), and unsecured credentials in files (T1081).
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.