{ "id": "CVE-2024-45402", "sourceIdentifier": "security-advisories@github.com", "published": "2024-10-11T15:15:04.903", "lastModified": "2024-10-15T12:58:51.050", "vulnStatus": "Awaiting Analysis", "cveTags": [], "descriptions": [ { "lang": "en", "value": "Picotls is a TLS protocol library that allows users select different crypto backends based on their use case. When parsing a spoofed TLS handshake message, picotls (specifically, bindings within picotls that call the crypto libraries) may attempt to free the same memory twice. This double free occurs during the disposal of multiple objects without any intervening calls to malloc Typically, this triggers the malloc implementation to detect the error and abort the process. However, depending on the internals of malloc and the crypto backend being used, the flaw could potentially lead to a use-after-free scenario, which might allow for arbitrary code execution. The vulnerability is addressed with commit 9b88159ce763d680e4a13b6e8f3171ae923a535d." }, { "lang": "es", "value": "Picotls es una librer\u00eda de protocolo TLS que permite a los usuarios seleccionar diferentes backends criptogr\u00e1ficos seg\u00fan su caso de uso. Al analizar un mensaje de protocolo de enlace TLS falsificado, picotls (espec\u00edficamente, los enlaces dentro de picotls que llaman a las librer\u00edas criptogr\u00e1ficas) pueden intentar liberar la misma memoria dos veces. Esta doble liberaci\u00f3n ocurre durante la eliminaci\u00f3n de m\u00faltiples objetos sin ninguna llamada intermedia a malloc. Por lo general, esto activa la implementaci\u00f3n de malloc para detectar el error y abortar el proceso. Sin embargo, dependiendo de los componentes internos de malloc y el backend criptogr\u00e1fico que se use, la falla podr\u00eda potencialmente conducir a un escenario de use-after-free, lo que podr\u00eda permitir la ejecuci\u00f3n de c\u00f3digo arbitrario. La vulnerabilidad se soluciona con el commit 9b88159ce763d680e4a13b6e8f3171ae923a535d." } ], "metrics": { "cvssMetricV31": [ { "source": "security-advisories@github.com", "type": "Secondary", "cvssData": { "version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH" }, "exploitabilityScore": 3.9, "impactScore": 4.7 } ] }, "weaknesses": [ { "source": "security-advisories@github.com", "type": "Primary", "description": [ { "lang": "en", "value": "CWE-415" } ] } ], "references": [ { "url": "https://github.com/h2o/picotls/commit/9b88159ce763d680e4a13b6e8f3171ae923a535d", "source": "security-advisories@github.com" }, { "url": "https://github.com/h2o/picotls/security/advisories/GHSA-w7c8-wjx9-vvvv", "source": "security-advisories@github.com" } ] }