![]() |
|
Message-ID: <d0ce97e9-4e35-4845-9f66-440c40997ec2@oracle.com> Date: Fri, 14 Feb 2025 08:47:06 -0800 From: Alan Coopersmith <alan.coopersmith@...cle.com> To: oss-security@...ts.openwall.com Subject: [CVE-2024-3220] CPython: Default mimetype known files writeable on Windows -------- Forwarded Message -------- Subject: [Security-announce][CVE-2024-3220] Default mimetype known files writeable on Windows Date: Fri, 14 Feb 2025 10:16:45 -0600 From: Seth Larson <seth@...hon.org> Reply-To: security-sig@...hon.org To: security-announce@...hon.org There is a LOW severity vulnerability affecting CPython. 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. There is no patch available yet, the CVE will be updated once there is a fixed version. Please see the linked CVE ID for the latest information on affected versions: https://www.cve.org/CVERecord?id=CVE-2024-3220 <https://www.cve.org/CVERecord?id=CVE-2024-3220> _______________________________________________ Security-announce mailing list -- security-announce@...hon.org To unsubscribe send an email to security-announce-leave@...hon.org https://mail.python.org/mailman3/lists/security-announce.python.org/
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.