CVE-2025-38271
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-20
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) |
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 NULL pointer dereference in the Linux kernel function rtnl_create_link(). When rtnl_create_link() runs, the dev->netdev_ops pointer can be NULL, and if the code uses netdev_lock_ops() under the CONFIG_NET_SHAPER configuration, it risks dereferencing this NULL pointer, which can cause a kernel crash or instability. The fix involves using netif_set_group() instead of dev_set_group() to avoid this NULL dereference.
How can this vulnerability impact me? :
This vulnerability can cause a NULL pointer dereference in the Linux kernel, potentially leading to a kernel crash or system instability. This could result in denial of service or unexpected behavior on affected systems.