mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-28 17:21:36 +00:00
138 lines
5.7 KiB
JSON
138 lines
5.7 KiB
JSON
{
|
|
"id": "CVE-2024-8088",
|
|
"sourceIdentifier": "cna@python.org",
|
|
"published": "2024-08-22T19:15:09.720",
|
|
"lastModified": "2024-09-04T23:15:13.100",
|
|
"vulnStatus": "Awaiting Analysis",
|
|
"cveTags": [],
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected."
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"value": "Existe una vulnerabilidad de gravedad ALTA que afecta al m\u00f3dulo \"zipfile\" de CPython. Al iterar sobre nombres de entradas en un archivo zip (por ejemplo, m\u00e9todos de \"zipfile.ZipFile\" como \"namelist()\", \"iterdir()\", \"extractall()\", etc.), el proceso se puede poner en un infinito bucle con un archivo zip creado con fines malintencionados. Este defecto se aplica al leer solo metadatos o extraer el contenido del archivo zip. Los programas que no manejan archivos zip controlados por el usuario no se ven afectados."
|
|
}
|
|
],
|
|
"metrics": {
|
|
"cvssMetricV40": [
|
|
{
|
|
"source": "cna@python.org",
|
|
"type": "Secondary",
|
|
"cvssData": {
|
|
"version": "4.0",
|
|
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:X",
|
|
"attackVector": "NETWORK",
|
|
"attackComplexity": "LOW",
|
|
"attackRequirements": "NONE",
|
|
"privilegesRequired": "NONE",
|
|
"userInteraction": "NONE",
|
|
"vulnerableSystemConfidentiality": "NONE",
|
|
"vulnerableSystemIntegrity": "NONE",
|
|
"vulnerableSystemAvailability": "HIGH",
|
|
"subsequentSystemConfidentiality": "NONE",
|
|
"subsequentSystemIntegrity": "NONE",
|
|
"subsequentSystemAvailability": "NONE",
|
|
"exploitMaturity": "NOT_DEFINED",
|
|
"confidentialityRequirements": "NOT_DEFINED",
|
|
"integrityRequirements": "NOT_DEFINED",
|
|
"availabilityRequirements": "NOT_DEFINED",
|
|
"modifiedAttackVector": "NOT_DEFINED",
|
|
"modifiedAttackComplexity": "NOT_DEFINED",
|
|
"modifiedAttackRequirements": "NOT_DEFINED",
|
|
"modifiedPrivilegesRequired": "NOT_DEFINED",
|
|
"modifiedUserInteraction": "NOT_DEFINED",
|
|
"modifiedVulnerableSystemConfidentiality": "NOT_DEFINED",
|
|
"modifiedVulnerableSystemIntegrity": "NOT_DEFINED",
|
|
"modifiedVulnerableSystemAvailability": "NOT_DEFINED",
|
|
"modifiedSubsequentSystemConfidentiality": "NOT_DEFINED",
|
|
"modifiedSubsequentSystemIntegrity": "NOT_DEFINED",
|
|
"modifiedSubsequentSystemAvailability": "NOT_DEFINED",
|
|
"safety": "NEGLIGIBLE",
|
|
"automatable": "NO",
|
|
"recovery": "USER",
|
|
"valueDensity": "NOT_DEFINED",
|
|
"vulnerabilityResponseEffort": "LOW",
|
|
"providerUrgency": "NOT_DEFINED",
|
|
"baseScore": 8.7,
|
|
"baseSeverity": "HIGH"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"weaknesses": [
|
|
{
|
|
"source": "cna@python.org",
|
|
"type": "Secondary",
|
|
"description": [
|
|
{
|
|
"lang": "en",
|
|
"value": "CWE-835"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/issues/122905",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/issues/123270",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://github.com/python/cpython/pull/122906",
|
|
"source": "cna@python.org"
|
|
},
|
|
{
|
|
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/",
|
|
"source": "cna@python.org"
|
|
}
|
|
]
|
|
} |