2025-02-26 19:03:52 +00:00
{
"id" : "CVE-2022-49716" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2025-02-26T07:01:47.350" ,
2025-03-11 23:03:49 +00:00
"lastModified" : "2025-03-11T21:59:45.273" ,
"vulnStatus" : "Analyzed" ,
2025-02-26 19:03:52 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nirqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions\n\nof_get_child_by_name() returns a node pointer with refcount\nincremented, we should use of_node_put() on it when not need anymore.\nWhen kcalloc fails, it missing of_node_put() and results in refcount\nleak. Fix this by goto out_put_node label."
2025-03-02 03:03:52 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: irqchip/gic-v3: Se ha corregido el error de gesti\u00f3n en gic_populate_ppi_partitions. of_get_child_by_name() devuelve un puntero de nodo con refcount incrementado. Deber\u00edamos usar of_node_put() en \u00e9l cuando ya no lo necesitemos. Cuando kcalloc falla, falta of_node_put() y da como resultado una fuga de refcount. Corrija esto pasando a la etiqueta out_put_node."
2025-02-26 19:03:52 +00:00
}
] ,
2025-03-11 23:03:49 +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" : "NVD-CWE-Other"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.4" ,
"versionEndExcluding" : "5.4.200" ,
"matchCriteriaId" : "D95D8CDF-D629-470D-8F5A-0241E6344D98"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.124" ,
"matchCriteriaId" : "6442F2CD-FF1C-4574-9948-138835E635D7"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.49" ,
"matchCriteriaId" : "697D250E-E0A4-41BE-BB54-96385E129206"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "5.18.6" ,
"matchCriteriaId" : "CDD33A19-B51E-4090-A47B-073098916815"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "A8C30C2D-F82D-4D37-AB48-D76ABFBD5377"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "BF8547FC-C849-4F1B-804B-A93AE2F04A92"
}
]
}
]
}
] ,
2025-02-26 19:03:52 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/0b325d993995a321f6ab4e6c51f0504ec092bf5b" ,
2025-03-11 23:03:49 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2025-02-26 19:03:52 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/58e67c81e229351027d28c610638378606e33a08" ,
2025-03-11 23:03:49 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2025-02-26 19:03:52 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/7c9dd9d23f26dabcfb14148b9acdfba540418b19" ,
2025-03-11 23:03:49 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2025-02-26 19:03:52 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/c83c34c57798fc41faefcf078be78683db2f4beb" ,
2025-03-11 23:03:49 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2025-02-26 19:03:52 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/ec8401a429ffee34ccf38cebf3443f8d5ae6cb0d" ,
2025-03-11 23:03:49 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2025-02-26 19:03:52 +00:00
}
]
}