PT-2026-64721 · Linux+1 · Linux Kernel+1
CVE-2026-64500
·
Published
2026-07-25
·
Updated
2026-09-07
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the
lpc32xx adc probe() function within the drivers/iio/adc/lpc32xx adc.c file. The function registers an interrupt handler using devm request irq() before initializing the st->completion variable with init completion(). If an interrupt occurs after the handler is registered but before the completion is initialized, the lpc32xx adc isr() function calls complete() on an uninitialized completion. This leads to the acquisition of an uninitialized wait.lock and the traversal of a zeroed task list in swake up locked(), resulting in a NULL list entry dereference and a kernel panic. KASAN (Kernel Address Sanitizer) identifies this as a wild-memory-access.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu