CVE-2024-50649
Published: 15 November 2024
Summary
CVE-2024-50649 is a critical-severity Path Traversal (CWE-22) vulnerability in Timgreen Python Book. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 19.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-45199
Vulnerability details
The user avatar upload function in python_book V1.0 has an arbitrary file upload vulnerability.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file upload vulnerability in a public-facing web application (python_book V1.0 user avatar upload) enables exploitation of public-facing apps (T1190), uploading web shells for execution/persistence (T1100, T1505.003), and staging malware (T1608.001).
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.