Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2021-47373
HistoryMay 21, 2024 - 3:03 p.m.

CVE-2021-47373 irqchip/gic-v3-its: Fix potential VPE leak on error

2024-05-2115:03:37
Linux
github.com
2
linux kernel
vulnerability resolved
irqchip/gic-v3-its
vpe leak
error fix
its_vpe_irq_domain_alloc

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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]

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial