2024-05-01 08:03:29 +00:00
{
"id" : "CVE-2024-26930" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-05-01T06:15:07.540" ,
2025-03-16 03:03:50 +00:00
"lastModified" : "2025-03-07T20:28:49.953" ,
2025-03-09 03:03:50 +00:00
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-05-01 08:03:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix double free of the ha->vp_map pointer\n\nCoverity scan reported potential risk of double free of the pointer\nha->vp_map. ha->vp_map was freed in qla2x00_mem_alloc(), and again freed\nin function qla2x00_mem_free(ha).\n\nAssign NULL to vp_map and kfree take care of NULL."
2024-05-05 02:03:23 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: qla2xxx: Correcci\u00f3n de doble liberaci\u00f3n del puntero ha->vp_map Coverity scan inform\u00f3 un riesgo potencial de doble liberaci\u00f3n del puntero ha->vp_map. ha->vp_map se liber\u00f3 en qla2x00_mem_alloc() y nuevamente se liber\u00f3 en la funci\u00f3n qla2x00_mem_free(ha). Asigne NULL a vp_map y kfree se encargar\u00e1 de NULL."
2024-05-01 08:03:29 +00:00
}
] ,
2024-05-23 20:03:29 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2024-05-23 20:03:29 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-05-23 20:03:29 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-415"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
2025-03-09 03:03:50 +00:00
"versionStartIncluding" : "6.3" ,
2024-05-23 20:03:29 +00:00
"versionEndExcluding" : "6.6.24" ,
2025-03-09 03:03:50 +00:00
"matchCriteriaId" : "8CF9EBD7-10AE-400D-BB67-06C2F3EBA390"
2024-05-23 20:03:29 +00:00
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
2025-03-09 03:03:50 +00:00
"versionStartIncluding" : "6.7" ,
2024-05-23 20:03:29 +00:00
"versionEndExcluding" : "6.7.12" ,
2025-03-09 03:03:50 +00:00
"matchCriteriaId" : "6BE9771A-BAFD-4624-95F9-58D536540C53"
2024-05-23 20:03:29 +00:00
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
2025-03-09 03:03:50 +00:00
"versionStartIncluding" : "6.8" ,
2024-05-23 20:03:29 +00:00
"versionEndExcluding" : "6.8.3" ,
2025-03-09 03:03:50 +00:00
"matchCriteriaId" : "4C59BBC3-6495-4A77-9C82-55EC7CDF5E02"
2024-05-23 20:03:29 +00:00
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "22BEDD49-2C6D-402D-9DBF-6646F6ECD10B"
}
]
}
]
}
] ,
2024-05-01 08:03:29 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/825d63164a2e6bacb059a9afb5605425b485413f" ,
2024-05-23 20:03:29 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-01 08:03:29 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/b7deb675d674f44e0ddbab87fee8f9f098925e73" ,
2024-05-23 20:03:29 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-01 08:03:29 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/e288285d47784fdcf7c81be56df7d65c6f10c58b" ,
2024-05-23 20:03:29 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-01 08:03:29 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/f14cee7a882cb79528f17a2335f53e9fd1848467" ,
2024-05-23 20:03:29 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/825d63164a2e6bacb059a9afb5605425b485413f" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/b7deb675d674f44e0ddbab87fee8f9f098925e73" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/e288285d47784fdcf7c81be56df7d65c6f10c58b" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/f14cee7a882cb79528f17a2335f53e9fd1848467" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-05-01 08:03:29 +00:00
}
]
}