Skip to main content

CVE-2024-45402

8.6
HIGHCVSS v3.1 Base Score
0.69%
LOW RiskEPSS (72nd percentile)

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.

Published: 10/11/2024
Modified: 11/12/2024
Back to CVE Lookup

Vulnerability Summary

CVSS v3 Score

8.6HIGH

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

EPSS Score (Exploitation Probability)

0.69%LOW Exploitation Risk
72nd percentile

This vulnerability has a 0.69% probability of being exploited in the next 30 days, ranking higher than 72% of all scored CVEs.

CWE Classification

Related Vulnerabilities

Same Weakness Type(CWE-415)

Similar SeverityHIGH