mirror of https://github.com/bitnami/vulndb.git
Update 20250219070339 (#787)
feat: Updated at 20250219070339 Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
This commit is contained in:
parent
de57cb1379
commit
2730bd6b97
|
@ -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/security-announce@python.org/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"
|
||||
}
|
|
@ -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/security-announce@python.org/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"
|
||||
}
|
Loading…
Reference in New Issue