CVE-2024-45402
CVSS V2 None
CVSS V3 None
Description
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.
Overview
- CVE ID
- CVE-2024-45402
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-10-11T14:38:59.695Z
- Last Modified Date
- 2024-10-11T14:53:27.016Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/h2o/picotls/security/advisories/GHSA-w7c8-wjx9-vvvv | x_refsource_CONFIRM |
https://github.com/h2o/picotls/commit/9b88159ce763d680e4a13b6e8f3171ae923a535d | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-45402 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45402 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-10-12 13:31:55 | Added to TrackCVE |