CVE-2026-23164

CWE-401Memory LeakCWE-7729 documents9 sources
Severity
5.5MEDIUM
EPSS
0.0%
top 96.85%
CISA KEV
Not in KEV
Exploit
No known exploits
Timeline
PublishedFeb 14
Latest updateApr 13

Description

In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pre_init(), rocker_port->wpriv is allocated with kzalloc(wops->port_priv_size, GFP_KERNEL). However, in rocker_world_port_post_fini(), the memory is only freed when wops->port_post_fini callback is set: if (!wops->port_post_fini) return; wops->port_post_fini(rocker_port); kfree(rocker_port->wpriv); Since rocker_ofdpa_ops does not implement port_pos

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.8 | Impact: 3.6

Affected Packages3 packages

NVDlinux/linux_kernel4.65.10.249+6
CVEListV5linux/linuxe420114eef4a3a5025a243b89b0dc343101e3d3c2a3a64d75d2d0727da285749476761ebcad557a3+7
Debianlinux< 5.10.249-1+3

Patches

🔴Vulnerability Details

4
VulDB
Linux Kernel up to 6.18.8 rocker_world_port_post_fini memory leak (Nessus ID 299225 / WID-SEC-2026-0421)2026-04-13
OSV
CVE-2026-23164: In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pre_2026-02-14
CVEList
rocker: fix memory leak in rocker_world_port_post_fini()2026-02-14
GHSA
GHSA-4chx-f5rg-w5pp: In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pr2026-02-14

📋Vendor Advisories

3
Ubuntu
Linux kernel (NVIDIA Tegra) vulnerabilities2026-04-09
Red Hat
kernel: Kernel: Memory leak in rocker component leads to denial of service2026-02-14
Debian
CVE-2026-23164: linux - In the Linux kernel, the following vulnerability has been resolved: rocker: fix...2026

🕵️Threat Intelligence

1
Wiz
CVE-2026-23164 Impact, Exploitability, and Mitigation Steps | Wiz
CVE-2026-23164 (MEDIUM CVSS 5.5) | In the Linux kernel | cvebase.io