CVE-2026-46258
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
03/06/2026
Last modified:
22/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
gpio: cdev: Avoid NULL dereference in linehandle_create()<br />
<br />
In linehandle_create(), there is a statement like this:<br />
retain_and_null_ptr(lh);<br />
<br />
Soon after, there is a debug printout that dereferences "lh", which<br />
will crash things.<br />
<br />
Avoid the crash by using handlereq.lines, which is the same value.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



