2024-07-30 10:03:21 +00:00
{
"id" : "CVE-2024-42229" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-07-30T08:15:08.070" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T09:33:45.887" ,
2024-11-08 17:03:28 +00:00
"vulnStatus" : "Modified" ,
2024-07-30 10:03:21 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: aead,cipher - zeroize key buffer after use\n\nI.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding\ncryptographic information should be zeroized once they are no longer\nneeded. Accomplish this by using kfree_sensitive for buffers that\npreviously held the private key."
2024-07-30 14:03:15 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: crypto: aead,cipher - poner a cero el b\u00fafer de claves despu\u00e9s de su uso IG 9.7.B para FIPS 140-3 especifica que las variables que contienen temporalmente informaci\u00f3n criptogr\u00e1fica deben ponerse a cero una vez que ya no sean necesarias. Logre esto usando kfree_SENSITIVE para los b\u00fafers que anteriormente conten\u00edan la clave privada."
2024-07-30 10:03:21 +00:00
}
] ,
2024-07-30 20:03:12 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 4.1 ,
"baseSeverity" : "MEDIUM" ,
2024-07-30 20:03:12 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-07-30 20:03:12 +00:00
} ,
"exploitabilityScore" : 0.5 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-Other"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "5.10.222" ,
"matchCriteriaId" : "0ADFA1F9-906A-4D75-8667-7FECEF422B59"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.163" ,
"matchCriteriaId" : "A97DEB09-4927-40F8-B5C6-F5BD5EAE0CFD"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.98" ,
"matchCriteriaId" : "E09E92A5-27EF-40E4-926A-B1CDC8270551"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.6.39" ,
"matchCriteriaId" : "29E894E4-668F-4DB0-81F7-4FB5F698E970"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7" ,
"versionEndExcluding" : "6.9.9" ,
"matchCriteriaId" : "ADCC1407-0CB3-4C8F-B4C5-07F682CD7085"
}
]
}
]
}
] ,
2024-07-30 10:03:21 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/23e4099bdc3c8381992f9eb975c79196d6755210" ,
2024-07-30 20:03:12 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/28c8d274848feba552e95c5c2a7e3cfe8f15c534" ,
2024-07-30 20:03:12 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/71dd428615375e36523f4d4f7685ddd54113646d" ,
2024-07-30 20:03:12 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
} ,
2024-11-08 17:03:28 +00:00
{
"url" : "https://git.kernel.org/stable/c/89b9b6fa4463daf820e6a5ef65c3b0c2db239513" ,
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
} ,
2024-07-30 10:03:21 +00:00
{
"url" : "https://git.kernel.org/stable/c/9db8c299a521813630fcb4154298cb60c37f3133" ,
2024-07-30 20:03:12 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/b502d4a08875ea2b4ea5d5b28dc7c991c8b90cfb" ,
2024-07-30 20:03:12 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
} ,
2024-11-08 17:03:28 +00:00
{
"url" : "https://git.kernel.org/stable/c/b716e9c3603ee95ed45e938fe47227d22cf3ec35" ,
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
} ,
2024-07-30 10:03:21 +00:00
{
"url" : "https://git.kernel.org/stable/c/f58679996a831754a356974376f248aa0af2eb8e" ,
2024-07-30 20:03:12 +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/23e4099bdc3c8381992f9eb975c79196d6755210" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/28c8d274848feba552e95c5c2a7e3cfe8f15c534" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/71dd428615375e36523f4d4f7685ddd54113646d" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/9db8c299a521813630fcb4154298cb60c37f3133" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/b502d4a08875ea2b4ea5d5b28dc7c991c8b90cfb" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://git.kernel.org/stable/c/f58679996a831754a356974376f248aa0af2eb8e" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-07-30 10:03:21 +00:00
}
]
}