CVE-2024-46823
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d03c720e03bd9bf0b784d80b5d3ede7e2daf3b6e < d1207f07decc66546a7fa463d2f335a856c986ef | affected |
| Linux | Linux | d03c720e03bd9bf0b784d80b5d3ede7e2daf3b6e < 92e9bac18124682c4b99ede9ee3bcdd68f121e92 | affected |
| Linux | Linux | 6.8 | affected |
| Linux | Linux | 0 < 6.8 | unaffected |
| Linux | Linux | 6.10.10 <= 6.10.* | unaffected |
| Linux | Linux | 6.11 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
CVE Program Container
Additional References
References
- https://git.kernel.org/stable/c/d1207f07decc66546a7fa463d2f335a856c986ef
- https://git.kernel.org/stable/c/92e9bac18124682c4b99ede9ee3bcdd68f121e92
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.