Lucene search

K
osvGoogleOSV:CVE-2021-47373
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47373

2024-05-2115:15:00
Google
osv.dev
3
linux kernel
vulnerability
irqchip/gic-v3-its
potential vpe leak

AI Score

6.6

Confidence

Low

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]