CVE-2021-47373

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In its_vpe_irq_domain_alloc, when its_vpe_init() returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which is the index of the loop iterating over the VPEs. [maz: fixed commit message]
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*

History

26 Dec 2024, 17:57

Type Values Removed Values Added
CWE CWE-193
CPE cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bdd - () https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bdd - Patch
References () https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20b - () https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20b - Patch
References () https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7 - () https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7 - Patch
References () https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0 - () https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0 - Patch
References () https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486b - () https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486b - Patch
References () https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84 - () https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84 - Patch
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux

21 Nov 2024, 06:36

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bdd - () https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bdd -
References () https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20b - () https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20b -
References () https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7 - () https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7 -
References () https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0 - () https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0 -
References () https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486b - () https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486b -
References () https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84 - () https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84 -
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: irqchip/gic-v3-its: soluciona una posible fuga de VPE en caso de error. En its_vpe_irq_domain_alloc, cuando its_vpe_init() devuelve un error, hay un error de uno en uno en el número de VPE. para ser liberado. Solucionelo simplemente pasando el número de VPE asignados, que es el índice del bucle que se itera sobre los VPE. [maz: mensaje de confirmación fijo]

21 May 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-21 15:15

Updated : 2024-12-26 17:57


NVD link : CVE-2021-47373

Mitre link : CVE-2021-47373

CVE.ORG link : CVE-2021-47373


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-193

Off-by-one Error