CVE-2024-3220
There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or have file extensions be interpreted as the incorrect file type. This defect is caused by the default locations of Linux and macOS platforms (such as “/etc/mime.types”) also being used on Windows, where they are user-writable locations (“C:\etc\mime.types”). To work-around this issue a user can call mimetypes.init() with an empty list (“[]”) on Windows platforms to avoid using the default list of known file locations.
- Affected products
- Cpython
- Fix
- Available
- CVSS 4.0
- 2.3 LOW
- EPSS
- 0.5% (42th percentile)
- Weakness
- CWE-426
- NVD status
- Deferred
- Published
- 2025-02-14
No indexed exploits for CVE-2024-3220 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2024-3220 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.