CVE-2025-38589
BaseFortify
Publication date: 2025-08-19
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 null pointer dereference in the Linux kernel function neigh_flush_dev(). It was introduced when the kernel switched from using a global hash table to a per-network-device neighbour list. The function neigh_table_clear() calls neigh_ifdown() with a NULL device pointer, leading to a null pointer dereference and potential kernel crash or instability.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash or system instability due to a null pointer dereference in the Linux kernel networking code. This could lead to denial of service or unexpected system behavior, potentially affecting system availability.