2024-05-22 10:03:47 +00:00
{
"id" : "CVE-2021-47486" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-05-22T09:15:10.573" ,
2025-04-01 20:03:56 +00:00
"lastModified" : "2025-04-01T18:40:11.830" ,
"vulnStatus" : "Analyzed" ,
2024-07-03 02:03:28 +00:00
"cveTags" : [ ] ,
2024-05-22 10:03:47 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nriscv, bpf: Fix potential NULL dereference\n\nThe bpf_jit_binary_free() function requires a non-NULL argument. When\nthe RISC-V BPF JIT fails to converge in NR_JIT_ITERATIONS steps,\njit_data->header will be NULL, which triggers a NULL\ndereference. Avoid this by checking the argument, prior calling the\nfunction."
2024-05-26 02:03:22 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: riscv, bpf: corrige una posible desreferencia NULL La funci\u00f3n bpf_jit_binary_free() requiere un argumento que no sea NULL. Cuando el JIT BPF de RISC-V no logra converger en los pasos NR_JIT_ITERATION, jit_data->header ser\u00e1 NULL, lo que desencadena una desreferencia NULL. Evite esto verificando el argumento antes de llamar a la funci\u00f3n."
2024-05-22 10:03:47 +00:00
}
] ,
2024-07-03 02:03:28 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2024-07-03 02:03:28 +00:00
"attackVector" : "NETWORK" ,
"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 02:03:28 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
2025-04-01 20:03:56 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.7" ,
"versionEndExcluding" : "5.10.77" ,
"matchCriteriaId" : "0B2F7AEC-22D4-4027-9295-D80F5CA592E3"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.14.16" ,
"matchCriteriaId" : "2681B950-4548-4649-A9E1-4124B59FC09C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "E46C74C6-B76B-4C94-A6A4-FD2FFF62D644"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "60134C3A-06E4-48C1-B04F-2903732A4E56"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:*" ,
"matchCriteriaId" : "0460DA88-8FE1-46A2-9DDA-1F1ABA552E71"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:*" ,
"matchCriteriaId" : "AF55383D-4DF2-45DC-93F7-571F4F978EAB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc5:*:*:*:*:*:*" ,
"matchCriteriaId" : "9E9481B2-8AA6-4CBD-B5D3-C10F51FF6D01"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc6:*:*:*:*:*:*" ,
"matchCriteriaId" : "EBD45831-4B79-42BC-ABC0-86870F0DEA89"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.15:rc7:*:*:*:*:*:*" ,
"matchCriteriaId" : "948A6B8D-1B72-4945-8680-354E53BE1C80"
}
]
}
]
}
] ,
2024-05-22 10:03:47 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/27de809a3d83a6199664479ebb19712533d6fd9b" ,
2025-04-01 20:03:56 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-22 10:03:47 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/cac6b043cea3e120f4fccec16f7381747cbfdc0d" ,
2025-04-01 20:03:56 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-22 10:03:47 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/e1b80a5ebe5431caeb20f88c32d4a024777a2d41" ,
2025-04-01 20:03:56 +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/27de809a3d83a6199664479ebb19712533d6fd9b" ,
2025-04-01 20:03:56 +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/cac6b043cea3e120f4fccec16f7381747cbfdc0d" ,
2025-04-01 20:03:56 +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/e1b80a5ebe5431caeb20f88c32d4a024777a2d41" ,
2025-04-01 20:03:56 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-05-22 10:03:47 +00:00
}
]
}