In the Linux kernel, the following vulnerability has been resolved:
octeon_ep_vf: add NULL check for napi_build_skb()
napi_build_skb() can return NULL on allocation failure. In
__octep_vf_oq_process_rx(), the result is used directly without a NULL
check in both the single-buffer and multi-fragment paths, leading to a
NULL pointer dereference.
Add NULL checks after both napi_build_skb() calls, properly advancing
descriptors and consuming remaining fragments on failure.
References
Configurations
Configuration 1 (hide)
|
History
11 Jun 2026, 03:06
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-476 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/60246cdd4c515ea7d920cddf48932efcb990773e - Patch | |
| References | () https://git.kernel.org/stable/c/6fef6640bbf360e254cc0174365ed30ce3a07572 - Patch | |
| References | () https://git.kernel.org/stable/c/b0f4711b426a06fb4c4be85c36b9f5588d5140d3 - Patch | |
| References | () https://git.kernel.org/stable/c/dd66b42854705e4e4ee7f14d260f86c578bed3e3 - Patch |
28 May 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-28 10:16
Updated : 2026-06-11 03:06
NVD link : CVE-2026-46188
Mitre link : CVE-2026-46188
CVE.ORG link : CVE-2026-46188
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
