-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated at 20250219070339 Signed-off-by: bitnami-bot <[email protected]>
- Loading branch information
1 parent
de57cb1
commit 2730bd6
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"schema_version": "1.5.0", | ||
"id": "BIT-python-min-2024-3220", | ||
"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.", | ||
"aliases": [ | ||
"CVE-2024-3220" | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Bitnami", | ||
"name": "python-min", | ||
"purl": "pkg:bitnami/python-min" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "3.14.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"database_specific": { | ||
"severity": "Unknown", | ||
"cpes": [ | ||
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*" | ||
] | ||
}, | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://mail.python.org/archives/list/[email protected]/thread/CDXW34ND2LSAOYAR5N6UNONP4ZBX4D6R/" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "http://www.openwall.com/lists/oss-security/2025/02/14/8" | ||
} | ||
], | ||
"published": "2025-02-19T07:17:13.292Z", | ||
"modified": "2025-02-19T07:38:30.134Z" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"schema_version": "1.5.0", | ||
"id": "BIT-python-2024-3220", | ||
"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.", | ||
"aliases": [ | ||
"CVE-2024-3220" | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Bitnami", | ||
"name": "python", | ||
"purl": "pkg:bitnami/python" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "3.14.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"database_specific": { | ||
"severity": "Unknown", | ||
"cpes": [ | ||
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*" | ||
] | ||
}, | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://mail.python.org/archives/list/[email protected]/thread/CDXW34ND2LSAOYAR5N6UNONP4ZBX4D6R/" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "http://www.openwall.com/lists/oss-security/2025/02/14/8" | ||
} | ||
], | ||
"published": "2025-02-19T07:17:18.087Z", | ||
"modified": "2025-02-19T07:38:30.134Z" | ||
} |