CVE-2026-97998: netfilter: nfnetlink_log: cope with concurrent instance destruction

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nfnetlinklog: 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> nfulnlrecvconfig+0x31a/0xd50 nfnetlinkrcvmsg+0x7c2/0xeb0

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What conditions are required to trigger the fault?

An uncooperative userspace client must create a timing race between destruction of an nfnetlink_log queue through a netlink event and an UNBIND request processed by a different socket using the same port ID. The race can cause the instance to be removed from the hash a second time.

2

What is the observed impact when the race succeeds?

The reported outcome is a general protection fault in the kernel, with the call trace reaching nfulnl_recv_config via nfnetlink_rcv_msg. This indicates a kernel crash condition.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203