U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-7264

Change History

New CVE Received by NIST 7/31/2024 4:15:02 AM

Action Type Old Value New Value
Added Description

								
							
							
						
libcurl's ASN1 parser code has the `GTime2str()` function, used for parsing an
ASN.1 Generalized Time field. If given an syntactically incorrect field, the
parser might end up using -1 for the length of the *time fraction*, leading to
a `strlen()` getting performed on a pointer to a heap buffer area that is not
(purposely) null terminated.

This flaw most likely leads to a crash, but can also lead to heap contents
getting returned to the application when
[CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used.
Added Reference

								
							
							
						
curl https://curl.se/docs/CVE-2024-7264.html [No types assigned]
Added Reference

								
							
							
						
curl https://curl.se/docs/CVE-2024-7264.json [No types assigned]
Added Reference

								
							
							
						
curl https://hackerone.com/reports/2629968 [No types assigned]