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]
References
Configurations
Configuration 1 (hide)
|
History
No history.
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
