CVE Catalog

CVE-2026-97998

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the netfilter nfnetlink_log module has a bug related to concurrent instance destruction. Unlinking an instance from the hashes can occur at any refcount, not only on the 1 to 0 transition. Uncooperative userspace can force a situation where a queue is pending destruction from a netlink event while a different socket with the same portid processes an UNBIND request, leading to the instance being unhashed again and a general protection fault.

Risk Assessment

A local user can trigger a kernel crash (general protection fault), causing a denial of service or potentially further impact depending on context. The vulnerability affects systems with the nfnetlink_log module loaded.

Recommendation

Update the Linux kernel to a version containing the fix for this issue. If updating is not possible, consider restricting access to netlink/netfilter interfaces for untrusted users.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_log: cope with concurrent instance destruction Instances are refcounted. However, only memory release happens on the 1 -> 0 transition; the unlink from hashes can occur with any refcount. Uncooperative userspace can force a situation where a queue is pending for destruction from netlink event while a different socket with same portid processes an UNBIND request. With right timing, this will unhash the instance again: Oops: general protection fault, [..] Call Trace: <TASK> nfulnl_recv_config+0x31a/0xd50 nfnetlink_rcv_msg+0x7c2/0xeb0

Vulnerability data from NVD (NIST) · CISA KEV · EPSS