cbcvebase.
CVE-2026-46116
published 2026-05-28

CVE-2026-46116: In the Linux kernel, the following vulnerability has been resolved: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete KASAN reproduces a…

PriorityP342high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.13%
3.0th percentile
In the Linux kernel, the following vulnerability has been resolved: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete KASAN reproduces a slab-use-after-free in __xfrm_state_delete()'s hlist_del_rcu calls under syzkaller load on linux-6.12.y stable (reproduced on 6.12.47, also reachable via the same code path on torvalds/master and on the ipsec tree). Nine unique signatures cluster in the xfrm_state lifecycle, the load-bearing one being: BUG: KASAN: slab-use-after-free in __hlist_del include/linux/list.h:990 [inline] BUG: KASAN: slab-use-after-free in hlist_del_rcu include/linux/rculist.h:516 [inline] BUG: KASAN: slab-use-after-free in __xfrm_state_delete net/xfrm/xfrm_state.c Write of size 8 at addr ffff8881198bcb70 by task kworker/u8:9/435 Workqueue: netns cleanup_net Call Trace: __hlist_del / hlist_del_rcu __xfrm_state_delete xfrm_state_delete xfrm_state_flush xfrm_state_fini ops_exit_list cleanup_net The other observed signatures hit the same slab object from __xfrm_state_lookup, xfrm_alloc_spi, __xfrm_state_insert and an OOB write variant of __xfrm_state_delete, all on the byseq/byspi hash chains. __xfrm_state_delete() guards its byseq and byspi unhashes with value-based predicates: if (x->km.seq) hlist_del_rcu(&x->byseq); if (x->id.spi) hlist_del_rcu(&x->byspi); while everywhere else in the file (e.g. state_cache, state_cache_input) the safer hlist_unhashed() check is used. xfrm_alloc_spi() sets x->id.spi = newspi inside xfrm_state_lock and then immediately inserts into byspi, but a path that observes x->id.spi != 0 outside of xfrm_state_lock can still skip-or-hit the byspi unhash inconsistently with whether x is actually on the list. The same holds for x->km.seq versus byseq, and the bydst/bysrc unhashes have no predicate at all, so a second __xfrm_state_delete() on the same object writes through LIST_POISON pprev. The defensive change here: - Use hlist_del_init_rcu() instead of hlist_del_rcu() on bydst, bysrc, byseq and byspi so a sec

Affected

37 ranges· showing 25
VendorProductVersion rangeFixed in
linuxlinux
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 6b4dc3181b4bfc5f5fc33ab33b1dc6e15759f4b66b4dc3181b4bfc5f5fc33ab33b1dc6e15759f4b6
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 3943fcad7694a7d0b15aeabe7d3cc2a2eb8e92e83943fcad7694a7d0b15aeabe7d3cc2a2eb8e92e8
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 2c617848ae6e4f07a3e397f604208c293bbecacc2c617848ae6e4f07a3e397f604208c293bbecacc
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < b4a53add2fa8f1b5aa17d4c5686c320785fab182b4a53add2fa8f1b5aa17d4c5686c320785fab182
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 26edb0a3c99f9d958c212be68b21f1221614dcf026edb0a3c99f9d958c212be68b21f1221614dcf0
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 4980162de555cb838f1a189ce7d2cbf5d2e7b0504980162de555cb838f1a189ce7d2cbf5d2e7b050
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < a2e2d08fb070fab4947447171f1c4e3ca5a188e5a2e2d08fb070fab4947447171f1c4e3ca5a188e5
linuxlinux>= 7b4dc3600e4877178ba94c7fbf7e520421378aa6 < 14acf9652e5690de3c7486c6db5fb8dafd0a32a314acf9652e5690de3c7486c6db5fb8dafd0a32a3
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 2.6.19 < 5.15.2105.15.210
linuxlinux_kernel>= 5.16 < 6.1.1766.1.176
linuxlinux_kernel>= 6.13 < 6.18.306.18.30
linuxlinux_kernel>= 6.19 < 7.0.77.0.7
linuxlinux_kernel>= 6.2 < 6.6.1406.6.140
linuxlinux_kernel>= 6.7 < 6.12.886.12.88
ubuntulinux
ubuntulinux-fips
ubuntulinux-gcp
ubuntulinux-gcp-6.8
ubuntulinux-gcp-fips
ubuntulinux-gke
ubuntulinux-gkeop

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_redhat7.0HIGH
vendor_ubuntu7.0HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.