In the Linux kernel, the following vulnerability has been resolved:
inet: frags: flush pending skbs in fqdir_pre_exit()
We have been seeing occasional deadlocks on pernet_ops_rwsem since September in NIPA. The stuck task was usually modprobe (often loading a driver like ipvlan), trying to take the lock as a Writer. lockdep does not track readers for rwsems so the read wasn't obvious from the reports.
On closer inspection the Reader holding the lock was conntrack looping forever in nf_conntrack_cleanup_net_list(). Based on past experience with occasional NIPA crashes I looked thru the tests which run before the crash and noticed that the crash follows ip_defrag.sh. An immediate red flag. Scouring thru (de)fragmentation queues reveals skbs sitting around, holding conntrack references.
The problem is that since conntrack depends on nf_defrag_ipv6, nf_defrag_ipv6 will load first. Since nf_defrag_ipv6 loads first its netns exit hooks run _after_ conntrack's netns exit hook.
Flush all fragment queue SKBs during fqdir_pre_exit() to release conntrack references before conntrack cleanup runs. Also flush the queues in timer expiry handlers when they discover fqdir->dead is set, in case packet sneaks in while we're running the pre_exit flush.
The commit under Fixes is not exactly the culprit, but I think previously the timer firing would eventually unblock the spinning conntrack.
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jul 23, 2026 | Jul 23, 2026 |
| Redhat_linux | — | No solution exists | Jul 17, 2026 | Jan 13, 2026 |
| Ubuntu | — | Upgrade linux-image-6.17.0-1011-oracle-64kUpgrade linux-image-generic-64kUpgrade linux-image-oracle-6.17Upgrade linux-image-gcp-64k-6.17Upgrade linux-image-oem-24.04Upgrade linux-image-oracleUpgrade linux-image-6.17.0-1012-gcp-64kUpgrade linux-image-6.17.0-1020-oemUpgrade linux-image-oracle-64k-6.17Upgrade linux-image-aws-64k-6.17Upgrade linux-image-generic-64k-6.17Upgrade linux-image-6.17.0-1013-azureUpgrade linux-image-genericUpgrade linux-image-raspiUpgrade linux-image-6.17.0-1014-raspiUpgrade linux-image-azure-6.17Upgrade linux-image-aws-6.17Upgrade linux-image-generic-6.17Upgrade linux-image-6.17.0-1012-awsUpgrade linux-image-gcp-64kUpgrade linux-image-6.17.0-1012-gcpUpgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-oem-24.04bUpgrade linux-image-6.17.0-1010-realtimeUpgrade linux-image-virtual-6.17Upgrade linux-image-oem-6.17Upgrade linux-image-oem-24.04aUpgrade linux-image-oem-24.04cUpgrade linux-image-generic-hwe-24.04Upgrade linux-image-azureUpgrade linux-image-gcpUpgrade linux-image-6.17.0-1012-aws-64kUpgrade linux-image-realtimeUpgrade linux-image-6.17.0-22-genericUpgrade linux-image-6.17.0-1011-oracleUpgrade linux-image-realtime-6.17Upgrade linux-image-virtual-hwe-24.04Upgrade linux-image-6.17.0-22-generic-64kUpgrade linux-image-virtualUpgrade linux-image-realtime-hwe-24.04Upgrade linux-image-oracle-64kUpgrade linux-image-oem-24.04dUpgrade linux-image-aws-64kUpgrade linux-image-awsUpgrade linux-image-raspi-6.17Upgrade linux-image-gcp-6.17 | Apr 17, 2026 | Jan 13, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Jul 22, 2026 | Jan 13, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub