First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: KEYS: prevent NULL pointer dereference in find_asymmetric_key() In find_asymmetric_key(), if all NULLs are passed in the id_{0,1,2} arguments, the kernel will first emit WARN but then have an oops because id_2 gets dereferenced anyway. Add the missing id_2 check and move WARN_ON() to the final else branch to avoid duplicate NULL checks. Found by Linux Verification Center (linuxtesting.org) with Svace static analysis tool.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.17<6.1.113 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 | |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47743 is classified as a high severity vulnerability due to the potential for a kernel panic caused by a NULL pointer dereference.
To mitigate CVE-2024-47743, you should update the Linux kernel to a version that has resolved this vulnerability.
CVE-2024-47743 affects multiple versions of the Linux kernel between 5.17 and 6.6.54, as well as additional specific versions.
Exploitation of CVE-2024-47743 may lead to a kernel panic and potential denial of service on affected systems.
There are no known workarounds for CVE-2024-47743, and the recommended action is to apply the necessary kernel updates.