#VU124190 Missing release of memory after effective lifetime in Linux kernel - CVE-2026-23258

 

#VU124190 Missing release of memory after effective lifetime in Linux kernel - CVE-2026-23258

Published: March 20, 2026


Vulnerability identifier: #VU124190
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-23258
CWE-ID: CWE-401
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a local user to cause a memory leak.

The vulnerability exists due to improper memory management in the net: liquidio component when initializing network devices. A local user can trigger a failure during queue setup to cause a memory leak.

The issue occurs because the netdev pointer is not initialized before calling netif_set_real_num_rx_queues() and netif_set_real_num_tx_queues(), leading to failure in freeing the allocated netdev on error paths.


Remediation

Install security update from vendor's repository.

External links