CVE-2026-46188
NULL Pointer Dereference in Linux Kernel Octeon EP VF Driver
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's octeon_ep_vf driver where the function napi_build_skb() can return NULL if memory allocation fails.
In the function __octep_vf_oq_process_rx(), the return value of napi_build_skb() is used without checking if it is NULL, which can lead to a NULL pointer dereference.
The fix involves adding NULL checks after both calls to napi_build_skb(), ensuring that descriptors are properly advanced and remaining fragments are consumed if allocation fails.
How can this vulnerability impact me? :
This vulnerability can cause a NULL pointer dereference in the Linux kernel, which may lead to a system crash or kernel panic.
Such crashes can result in denial of service, affecting system availability and stability.