CVE-2026-74492

8.4

Linux · Kernel

An improper memory handling vulnerability in the Linux kernel netfilter ipset module occurs during resize operations, leading to potential memory corruption.

Executive summary

A high-severity vulnerability in the Linux kernel netfilter ipset module could allow local attackers to trigger memory corruption and potentially achieve privilege escalation.

Vulnerability

The issue resides in the mtype_resize function, which incorrectly copies comment pointers using memcpy instead of duplicating the underlying comment objects. This leads to dangling pointers and memory safety issues when the ipset is modified.

Business impact

The CVSS score of 8.4 reflects the high impact of memory corruption within the kernel. Successful exploitation could lead to system instability, denial of service, or the ability for a local user to execute arbitrary code with kernel-level privileges, effectively bypassing all user-mode security controls.

Remediation

Immediate Action: Update the Linux kernel to version 6.6.151, 6.12.103, 6.18.44, 7.1.8, or later versions that incorporate the upstream fix.

Proactive Monitoring: Monitor kernel logs for memory management exceptions or unexpected crashes associated with netfilter or ipset operations.

Compensating Controls: Limit the ability of unprivileged users to configure or interact with network filtering subsystems and ipsets where possible.

Exploitation status

Public Exploit Available: No

Analyst recommendation

This vulnerability highlights the ongoing need for rigorous kernel patching cycles. Organizations should verify that their Linux distributions have integrated the necessary upstream patches into their stable channels and perform timely updates to mitigate the risk of local privilege escalation.

More Linux CVEs