In the Linux kernel, the following vulnerability has been resolved:
xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added
In commit b441cf3f8c4b ("xfrm: delete x->tunnel as we delete x"), I missed the case where state creation fails between full initialization (->init_state has been called) and being inserted on the lists.
In this situation, ->init_state has been called, so for IPcomp tunnels, the fallback tunnel has been created and added onto the lists, but the user state never gets added, because we fail before that. The user state doesn't go through __xfrm_state_delete, so we don't call xfrm_state_delete_tunnel for those states, and we end up leaking the FB tunnel.
There are several codepaths affected by this: the add/update paths, in both net/key and xfrm, and the migrate code (xfrm_migrate, xfrm_state_migrate). A "proper" rollback of the init_state work would probably be doable in the add/update code, but for migrate it gets more complicated as multiple states may be involved.
At some point, the new (not-inserted) state will be destroyed, so call xfrm_state_delete_tunnel during xfrm_state_gc_destroy. Most states will have their fallback tunnel cleaned up during __xfrm_state_delete, which solves the issue that b441cf3f8c4b (and other patches before it) aimed at. All states (including FB tunnels) will be removed from the lists once xfrm_state_fini has called flush_work(&xfrm_state_gc_work).
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Oracle_linux | — | Upgrade kernel-uek | Mar 3, 2026 | Dec 4, 2025 |
| Ubuntu | — | Upgrade linux-image-gcp-64kUpgrade linux-image-aws-6.17Upgrade linux-image-raspiUpgrade linux-image-generic-64k-6.17Upgrade linux-image-6.17.0-1008-azureUpgrade linux-image-6.17.0-1007-aws-64kUpgrade linux-image-generic-64kUpgrade linux-image-raspi-6.17Upgrade linux-image-azureUpgrade linux-image-virtual-6.17Upgrade linux-image-genericUpgrade linux-image-oracle-64k-6.17Upgrade linux-image-aws-64k-6.17Upgrade linux-image-6.17.0-1007-oracle-64kUpgrade linux-image-6.17.0-1007-gcpUpgrade linux-image-6.17.0-14-genericUpgrade linux-image-oracle-64kUpgrade linux-image-gcp-64k-6.17Upgrade linux-image-generic-6.17Upgrade linux-image-azure-6.17Upgrade linux-image-realtime-6.17Upgrade linux-image-6.17.0-1007-gcp-64kUpgrade linux-image-oem-6.17Upgrade linux-image-awsUpgrade linux-image-gcpUpgrade linux-image-6.17.0-1011-oemUpgrade linux-image-oracleUpgrade linux-image-gcp-6.17Upgrade linux-image-6.17.0-1008-raspiUpgrade linux-image-6.17.0-1007-oracleUpgrade linux-image-realtimeUpgrade linux-image-6.17.0-1006-realtimeUpgrade linux-image-6.17.0-1007-awsUpgrade linux-image-oracle-6.17Upgrade linux-image-virtualUpgrade linux-image-6.17.0-14-generic-64kUpgrade linux-image-aws-64k | Feb 13, 2026 | Feb 12, 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