2024-07-29 16:03:14 +00:00
{
"id" : "CVE-2024-41077" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-07-29T15:15:15.303" ,
2025-02-03 17:04:00 +00:00
"lastModified" : "2025-02-03T15:22:52.693" ,
"vulnStatus" : "Analyzed" ,
2024-07-29 16:03:14 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nnull_blk: fix validation of block size\n\nBlock size should be between 512 and PAGE_SIZE and be a power of 2. The current\ncheck does not validate this, so update the check.\n\nWithout this patch, null_blk would Oops due to a null pointer deref when\nloaded with bs=1536 [1].\n\n\n[axboe: remove unnecessary braces and != 0 check]"
2024-08-04 02:03:13 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: null_blk: corrige la validaci\u00f3n del tama\u00f1o del bloque. El tama\u00f1o del bloque debe estar entre 512 y PAGE_SIZE y ser una potencia de 2. La verificaci\u00f3n actual no valida esto, as\u00ed que actualice la verificaci\u00f3n. Sin este parche, null_blk tendr\u00eda un error debido a la eliminaci\u00f3n del puntero nulo cuando se carga con bs=1536 [1]. [axboe: elimine las llaves innecesarias y la comprobaci\u00f3n != 0]"
2024-07-29 16:03:14 +00:00
}
] ,
2025-02-03 17:04:00 +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:N/I:N/A:H" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "5.10.223" ,
"matchCriteriaId" : "5F22BF24-4A98-4FA3-8A18-7D5B4A401F36"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.164" ,
"matchCriteriaId" : "3D6B1E23-6E6C-4761-ACD4-EA687A95F56F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.101" ,
"matchCriteriaId" : "2B46438B-72B8-4053-8554-94AED3EB13EB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.6.42" ,
"matchCriteriaId" : "972274A2-D688-4C37-BE42-689B58B4C225"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7" ,
"versionEndExcluding" : "6.9.11" ,
"matchCriteriaId" : "01E300B3-8B39-4A2D-8B03-4631433D3915"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "2EBB4392-5FA6-4DA9-9772-8F9C750109FA"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "331C2F14-12C7-45D5-893D-8C52EE38EA10"
}
]
}
]
}
] ,
2024-07-29 16:03:14 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/08f03186b96e25e3154916a2e70732557c770ea7" ,
2025-02-03 17:04:00 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e" ,
2025-02-03 17:04:00 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1" ,
2025-02-03 17:04:00 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0" ,
2025-02-03 17:04:00 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053" ,
2025-02-03 17:04:00 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3" ,
2025-02-03 17:04:00 +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/08f03186b96e25e3154916a2e70732557c770ea7" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3" ,
2025-02-03 17:04:00 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-07-29 16:03:14 +00:00
}
]
}