Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Avoid NULL dereference in linehandle_create() In linehandle_create(), there is a statement like this: retain_and_null_ptr(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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/6af6be278e3ba2ffb6af5b796c89dfb3f5d9063ePatch
- https://git.kernel.org/stable/c/87b9d7a4cfbed5f42af440372026270af997c766Patch
FAQ
What is CVE-2026-46258?
CVE-2026-46258 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Avoid NULL dereference in linehandle_create() In linehandle_create(), there is a statement like this: retain_and_nul...
How severe is CVE-2026-46258?
CVE-2026-46258 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46258?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.