CVE-2024-3220

Public on 2025-02-14
Modified on 2025-02-24
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.
Severity
Medium severity
Medium
CVSS v3 Base Score
4.6
See breakdown

Affected Packages

Platform Package Release Date Advisory Status
HAQM Linux 2 - Core python Not Affected
HAQM Linux 1 python26 Not Affected
HAQM Linux 1 python27 Not Affected
HAQM Linux 2 - Core python3 Not Affected
HAQM Linux 2023 python3.11 Not Affected
HAQM Linux 2023 python3.12 Not Affected
HAQM Linux 2023 python3.9 Not Affected
HAQM Linux 1 python35 Not Affected
HAQM Linux 1 python36 Not Affected

CVSS Scores

Score Type Score Vector
HAQM Linux CVSSv3 4.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L