Vulnerability Description
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]
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.14, < 4.14.249 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bddPatch
- https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20bPatch
- https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7Patch
- https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0Patch
- https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486bPatch
- https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84Patch
- https://git.kernel.org/stable/c/280bef512933b2dda01d681d8cbe499b98fc5bddPatch
- https://git.kernel.org/stable/c/42d3711c23781045e7a5cd28536c774b9a66d20bPatch
- https://git.kernel.org/stable/c/568662e37f927e3dc3e475f3ff7cf4ab7719c5e7Patch
- https://git.kernel.org/stable/c/5701e8bff314c155e7afdc467b1e0389d86853d0Patch
- https://git.kernel.org/stable/c/7d39992d45acd6f2d6b2f62389c55b61fb3d486bPatch
- https://git.kernel.org/stable/c/e0c1c2e5da19685a20557a50f10c6aa4fa26aa84Patch
FAQ
What is CVE-2021-47373?
CVE-2021-47373 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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...
How severe is CVE-2021-47373?
CVE-2021-47373 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-47373?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.