First published: Fri Sep 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: kunit/overflow: Fix UB in overflow_allocation_test The 'device_name' array doesn't exist out of the 'overflow_allocation_test' function scope. However, it is being used as a driver name when calling 'kunit_driver_create' from 'kunit_device_register'. It produces the kernel panic with KASAN enabled. Since this variable is used in one place only, remove it and pass the device name into kunit_device_register directly as an ascii string.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | <6.10.10 | |
Linux kernel | =6.11-rc1 | |
Linux kernel | =6.11-rc2 | |
Linux kernel | =6.11-rc3 | |
Linux Kernel | <6.10.10 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
debian/linux | <=5.10.223-1<=5.10.234-1<=6.1.129-1 | 6.1.135-1 6.12.22-1 6.12.25-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46823 is classified as a medium severity vulnerability in the Linux kernel.
To mitigate CVE-2024-46823, upgrade to Linux kernel version 6.12.11-1 or later.
CVE-2024-46823 affects Linux kernel versions up to 6.10.10 and includes 6.11-rc1, 6.11-rc2, and 6.11-rc3.
CVE-2024-46823 involves a potential undefined behavior due to incorrect handling of the 'device_name' array in the overflow_allocation_test function.
Yes, CVE-2024-46823 is present in certain Debian Linux kernel packages prior to version 6.12.11-1.