In the Linux kernel, the following vulnerability has been resolved:
gpio: cdev: Avoid NULL dereference in linehandle_create()
In linehandlecreate(), there is a statement like this: retainandnullptr(lh);
Soon after, there is a debug printout that dereferences "lh", which will crash things.
Avoid the crash by using handlereq.lines, which is the same value.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46258.json",
"cna_assigner": "Linux"
}