---
cve: "CVE-2024-45402"
severity: "HIGH"
cvss: 8.6
epss: "47%"
vendor: "h2o"
kev: false
exploited: false
published: "2024-10-11 15:15:04"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-03T22:42:37+02:00"
---

# CVE-2024-45402

> 8.6 HIGH · 🧪 PoC

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Gering | warn |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- 9b88159ce763d680e4a13b6e8f3171ae923a535d (Commit)

## Referenzen

- <https://github.com/h2o/picotls/security/advisories/GHSA-w7c8-wjx9-vvvv>
- <https://github.com/h2o/picotls/commit/9b88159ce763d680e4a13b6e8f3171ae923a535d>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2024-45402) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
