CVE-2025-38655
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-11-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential NULL pointer dereference in the Linux kernel's pinctrl driver for canaan k230. It occurs because the code did not check if the 'pinmux' property was missing from the device tree node before using it, which could lead to a crash or unexpected behavior. The fix adds a NULL check to prevent this issue.
How can this vulnerability impact me? :
If the 'pinmux' property is missing in the device tree node, the kernel could dereference a NULL pointer, potentially causing the system to crash or behave unpredictably. This could lead to system instability or denial of service.