CVE-2024-45402

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:dena:picotls:*:*:*:*:*:*:*:*

History

12 Nov 2024, 20:02

Type Values Removed Values Added
CPE cpe:2.3:a:dena:picotls:*:*:*:*:*:*:*:*
References () https://github.com/h2o/picotls/commit/9b88159ce763d680e4a13b6e8f3171ae923a535d - () https://github.com/h2o/picotls/commit/9b88159ce763d680e4a13b6e8f3171ae923a535d - Patch
References () https://github.com/h2o/picotls/security/advisories/GHSA-w7c8-wjx9-vvvv - () https://github.com/h2o/picotls/security/advisories/GHSA-w7c8-wjx9-vvvv - Vendor Advisory
First Time Dena picotls
Dena
CVSS v2 : unknown
v3 : 8.6
v2 : unknown
v3 : 9.8

15 Oct 2024, 12:58

Type Values Removed Values Added
Summary
  • (es) Picotls es una librería de protocolo TLS que permite a los usuarios seleccionar diferentes backends criptográficos según su caso de uso. Al analizar un mensaje de protocolo de enlace TLS falsificado, picotls (específicamente, los enlaces dentro de picotls que llaman a las librerías criptográficas) pueden intentar liberar la misma memoria dos veces. Esta doble liberación ocurre durante la eliminación de múltiples objetos sin ninguna llamada intermedia a malloc. Por lo general, esto activa la implementación de malloc para detectar el error y abortar el proceso. Sin embargo, dependiendo de los componentes internos de malloc y el backend criptográfico que se use, la falla podría potencialmente conducir a un escenario de use-after-free, lo que podría permitir la ejecución de código arbitrario. La vulnerabilidad se soluciona con el commit 9b88159ce763d680e4a13b6e8f3171ae923a535d.

11 Oct 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-10-11 15:15

Updated : 2024-11-12 20:02


NVD link : CVE-2024-45402

Mitre link : CVE-2024-45402

CVE.ORG link : CVE-2024-45402


JSON object : View

Products Affected

dena

  • picotls
CWE
CWE-415

Double Free