CVE-2026-46269
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
03/06/2026
Last modified:
09/06/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
pinctrl: canaan: k230: Fix NULL pointer dereference when parsing devicetree<br />
<br />
When probing the k230 pinctrl driver, the kernel triggers a NULL pointer<br />
dereference. The crash trace showed:<br />
[ 0.732084] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000068<br />
[ 0.740737] ...<br />
[ 0.776296] epc : k230_pinctrl_probe+0x1be/0x4fc<br />
<br />
In k230_pinctrl_parse_functions(), we attempt to retrieve the device<br />
pointer via info->pctl_dev->dev, but info->pctl_dev is only initialized<br />
after k230_pinctrl_parse_dt() completes.<br />
<br />
At the time of DT parsing, info->pctl_dev is still NULL, leading to<br />
the invalid dereference of info->pctl_dev->dev.<br />
<br />
Use the already available device pointer from platform_device<br />
instead of accessing through uninitialized pctl_dev.
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.15.10 (including) | 6.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16.1 (including) | 6.18.14 (excluding) |
| 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



