Vulnerability Details : CVE-2024-7264
Potential exploit
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.
Products affected by CVE-2024-7264
- cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2024-7264
2.20%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 84 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2024-7264
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
6.3
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L |
2.8
|
3.4
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 2024-10-30 |
6.5
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
2.8
|
3.6
|
NIST | 2024-08-12 |
CWE ids for CVE-2024-7264
-
The product reads data past the end, or before the beginning, of the intended buffer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2024-7264
-
https://curl.se/docs/CVE-2024-7264.json
Vendor Advisory
-
https://curl.se/docs/CVE-2024-7264.html
curl - ASN.1 date parser overread - CVE-2024-7264Vendor Advisory
-
https://hackerone.com/reports/2629968
Sign in | HackerOneExploit;Issue Tracking;Permissions Required;Third Party Advisory
-
http://www.openwall.com/lists/oss-security/2024/07/31/1
oss-security - [SECURITY ADVISORY] curl: CVE-2024-7264 ASN.1 date parser overreadMailing List
Jump to