Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks whether the mapping of the interrupt actially succeeded. Even more, should the firmware report an illegal interrupt number that overlaps with the GIC SGI range, this can result in an IPI being unmapped, and subsequent fireworks (as reported by Dann Frazier). Rework the driver to have a slightly saner behaviour and actually check whether the interrupt has been mapped before unmapping things.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.12.0, < 4.14.233 |
References
- https://git.kernel.org/stable/c/1ecd5b129252249b9bc03d7645a7bda512747277Patch
- https://git.kernel.org/stable/c/42e69521ee1fa5abf21f478d147d06bbfe6bf6a8Patch
- https://git.kernel.org/stable/c/504632a3577a049dd9bb7aabae5b4476f9c586b4Patch
- https://git.kernel.org/stable/c/596e079c362ac17ed02aa1b99fdc444d62072a01Patch
- https://git.kernel.org/stable/c/7b2162db1498c71962a4bb2f776fa4e76d4d305bPatch
- https://git.kernel.org/stable/c/c3385a9122f8db15b453e07bfc88117fce7f3724Patch
- https://git.kernel.org/stable/c/e0f2d86481eaa83df33b0793f75212919db7a19dPatch
- https://git.kernel.org/stable/c/1ecd5b129252249b9bc03d7645a7bda512747277Patch
- https://git.kernel.org/stable/c/42e69521ee1fa5abf21f478d147d06bbfe6bf6a8Patch
- https://git.kernel.org/stable/c/504632a3577a049dd9bb7aabae5b4476f9c586b4Patch
- https://git.kernel.org/stable/c/596e079c362ac17ed02aa1b99fdc444d62072a01Patch
- https://git.kernel.org/stable/c/7b2162db1498c71962a4bb2f776fa4e76d4d305bPatch
- https://git.kernel.org/stable/c/c3385a9122f8db15b453e07bfc88117fce7f3724Patch
- https://git.kernel.org/stable/c/e0f2d86481eaa83df33b0793f75212919db7a19dPatch
FAQ
What is CVE-2021-46953?
CVE-2021-46953 is a vulnerability with a CVSS score of 6.7 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware p...
How severe is CVE-2021-46953?
CVE-2021-46953 has been rated MEDIUM with a CVSS base score of 6.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-46953?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.