CVE-2024-56773: kunit: Fix potential null dereference in kunit_device_driver_test()
In the Linux kernel, the following vulnerability has been resolved:
kunit: Fix potential null dereference in kunitdevicedrivertest()
kunitkzalloc() may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-56773?
CVE-2024-56773 is classified as a vulnerability that could lead to NULL dereference impacting the Linux kernel.
How do I fix CVE-2024-56773?
To fix CVE-2024-56773, ensure that you are running an updated version of the Linux kernel after the fix has been applied.
Which versions of the Linux kernel are affected by CVE-2024-56773?
CVE-2024-56773 affects versions of the Linux kernel from 6.8 to 6.12.4.
What is the risk of not addressing CVE-2024-56773?
Not addressing CVE-2024-56773 could lead to potential system instability or crashes due to NULL dereference.
Is there a patch available for CVE-2024-56773?
Yes, a patch has been made available in the Linux kernel release that addresses the NULL dereference issue in CVE-2024-56773.