Description
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.
INFO
Published Date :
2025-02-14T16:18:00.918Z
Last Modified :
2025-03-14T10:03:04.669Z
Source :
PSF
AFFECTED PRODUCTS
The following products are affected by CVE-2024-3220 vulnerability.
| Vendors | Products |
|---|---|
| Python |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2024-3220.