2024-06-16 14:03:11 +00:00
{
"id" : "CVE-2024-38443" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2024-06-16T13:15:53.483" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T09:25:53.177" ,
2024-06-17 14:03:54 +00:00
"vulnStatus" : "Awaiting Analysis" ,
2024-07-03 04:04:51 +00:00
"cveTags" : [ ] ,
2024-06-16 14:03:11 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "C/sorting/binary_insertion_sort.c in The Algorithms - C through e5dad3f has a segmentation fault for deep recursion, which may affect common use cases such as sorting an array of 50 elements."
2024-06-17 14:03:54 +00:00
} ,
{
"lang" : "es" ,
"value" : "C/sorting/binary_insertion_sort.c en Los algoritmos: C hasta e5dad3f tiene un error de segmentaci\u00f3n para la recursividad profunda, lo que puede afectar casos de uso comunes, como ordenar una matriz de 50 elementos."
2024-06-16 14:03:11 +00:00
}
] ,
2024-07-03 04:04:51 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.2 ,
"baseSeverity" : "MEDIUM" ,
2024-07-03 04:04:51 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-07-03 04:04:51 +00:00
} ,
"exploitabilityScore" : 2.5 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-121"
}
]
}
] ,
2024-06-16 14:03:11 +00:00
"references" : [
{
"url" : "https://github.com/TheAlgorithms/C/issues/1394" ,
"source" : "cve@mitre.org"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/TheAlgorithms/C/issues/1394" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2024-06-16 14:03:11 +00:00
}
]
}