64 lines
3.1 KiB
JSON
Raw Normal View History

{
"id": "CVE-2024-5569",
"sourceIdentifier": "security@huntr.dev",
"published": "2024-07-09T00:15:02.320",
"lastModified": "2024-07-09T18:19:14.047",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp."
},
{
"lang": "es",
"value": "Existe una vulnerabilidad de denegaci\u00f3n de servicio (DoS) en la librer\u00eda jaraco/zipp que afecta a todas las versiones anteriores a la 3.19.1. La vulnerabilidad se activa al procesar un archivo zip especialmente manipulado que genera un bucle infinito. Este problema tambi\u00e9n afecta al m\u00f3dulo zipfile de CPython, ya que las funciones de la librer\u00eda zipp de terceros se fusionan posteriormente en CPython y el c\u00f3digo afectado es id\u00e9ntico en ambos proyectos. El bucle infinito se puede iniciar mediante el uso de funciones que afectan al m\u00f3dulo `Path` tanto en zipp como en zipfile, como `joinpath`, el operador de divisi\u00f3n sobrecargado e `iterdir`. Aunque el bucle infinito no agota los recursos, impide que la aplicaci\u00f3n responda. La vulnerabilidad se solucion\u00f3 en la versi\u00f3n 3.19.1 de jaraco/zipp."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "security@huntr.dev",
"type": "Secondary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 2.5,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "security@huntr.dev",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-400"
}
]
}
],
"references": [
{
"url": "https://github.com/jaraco/zipp/commit/fd604bd34f0343472521a36da1fbd22e793e14fd",
"source": "security@huntr.dev"
},
{
"url": "https://huntr.com/bounties/be898306-11f9-46b4-b28c-f4c4aa4ffbae",
"source": "security@huntr.dev"
}
]
}