Executive Summary

Informations
Name CVE-2024-6197 First vendor Publication 2024-07-24
Vendor Cve Last vendor Modification 2024-11-29

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 7.5
Base Score 7.5 Environmental Score 7.5
impact SubScore 3.6 Temporal Score 7.5
Exploitabality Sub Score 3.9
 
Attack Vector Network Attack Complexity Low
Privileges Required None User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

libcurl's ASN1 parser has this utf8asn1str() function used for parsing an ASN.1 UTF-8 string. Itcan detect an invalid field and return error. Unfortunately, when doing so it also invokes `free()` on a 4 byte localstack buffer. Most modern malloc implementations detect this error and immediately abort. Some however accept the input pointer and add that memory to its list of available chunks. This leads to the overwriting of nearby stack memory. The content of the overwrite is decided by the `free()` implementation; likely to be memory pointers and a set of flags. The most likely outcome of exploting this flaw is a crash, although it cannot be ruled out that more serious results can be had in special circumstances.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6197

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 146

Sources (Detail)

http://www.openwall.com/lists/oss-security/2024/07/24/1
http://www.openwall.com/lists/oss-security/2024/07/24/5
https://curl.se/docs/CVE-2024-6197.html
https://curl.se/docs/CVE-2024-6197.json
https://hackerone.com/reports/2559516
https://security.netapp.com/advisory/ntap-20241129-0008/
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
Date Informations
2024-11-29 17:21:22
  • Multiple Updates
2024-11-25 09:23:31
  • Multiple Updates
2024-09-11 02:47:20
  • Multiple Updates
2024-08-26 21:28:08
  • Multiple Updates
2024-08-01 21:27:32
  • Multiple Updates
2024-07-25 00:27:23
  • Multiple Updates
2024-07-24 13:27:26
  • First insertion