LIVE · cybersecurity feed
Live wire
cve recordmedium

CVE-2026-23258

linux · linux kernel

Published
CVSS5.5
Severitymedium
WeaknessCWE-401
ExploitedNot in CISA KEV

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Description

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Initialize netdev pointer before queue setup In setup_nic_devices(), the netdev is allocated using alloc_etherdev_mq(). However, the pointer to this structure is stored in oct->props[i].netdev only after the calls to netif_set_real_num_rx_queues() and netif_set_real_num_tx_queues(). If either of these functions fails, setup_nic_devices() returns an error without freeing the allocated netdev. Since oct->props[i].netdev is still NULL at this point, the cleanup function liquidio_destroy_nic_device() will fail to find and free the netdev, resulting in a memory leak. Fix this by initializing oct->props[i].netde

References

← Back to the CVE Tracker

Our coverage of CVE-2026-23258

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-23258.