Bug 2466803 (CVE-2026-43060) - CVE-2026-43060 kernel: netfilter: nft_ct: drop pending enqueued packets on removal
Summary: CVE-2026-43060 kernel: netfilter: nft_ct: drop pending enqueued packets on re...
Keywords:
Status: NEW
Alias: CVE-2026-43060
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-05 17:03 UTC by OSIDB Bzimport
Modified: 2026-05-06 09:25 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-05 17:03:28 UTC
In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_ct: drop pending enqueued packets on removal

Packets sitting in nfqueue might hold a reference to:

- templates that specify the conntrack zone, because a percpu area is
  used and module removal is possible.
- conntrack timeout policies and helper, where object removal leave
  a stale reference.

Since these objects can just go away, drop enqueued packets to avoid
stale reference to them.

If there is a need for finer grain removal, this logic can be revisited
to make selective packet drop upon dependencies.


Note You need to log in before you can comment on or make changes to this bug.