In the Linux kernel, the following vulnerability has been resolved:
octeonepvf: add NULL check for napibuildskb()
napibuildskb() can return NULL on allocation failure. In __octepvfoqprocessrx(), 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 napibuildskb() calls, properly advancing descriptors and consuming remaining fragments on failure.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46188.json",
"cna_assigner": "Linux"
}