BIT-python-2024-3220

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/python/BIT-python-2024-3220.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-python-2024-3220
Aliases
Published
2025-02-19T07:17:18.087Z
Modified
2025-02-19T07:57:04.408186Z
Summary
[none]
Details

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.

Database specific
{
    "cpes": [
        "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
    ],
    "severity": "Unknown"
}
References

Affected packages

Bitnami / python

Package

Name
python
Purl
pkg:bitnami/python

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.14.0