cbcvebase.
CVE-2026-31469
published 2026-04-22

CVE-2026-31469: In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false A…

PriorityP342high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.14%
3.3th percentile
In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false A UAF issue occurs when the virtio_net driver is configured with napi_tx=N and the device's IFF_XMIT_DST_RELEASE flag is cleared (e.g., during the configuration of tc route filter rules). When IFF_XMIT_DST_RELEASE is removed from the net_device, the network stack expects the driver to hold the reference to skb->dst until the packet is fully transmitted and freed. In virtio_net with napi_tx=N, skbs may remain in the virtio transmit ring for an extended period. If the network namespace is destroyed while these skbs are still pending, the corresponding dst_ops structure has freed. When a subsequent packet is transmitted, free_old_xmit() is triggered to clean up old skbs. It then calls dst_release() on the skb associated with the stale dst_entry. Since the dst_ops (referenced by the dst_entry) has already been freed, a UAF kernel paging request occurs. fix it by adds skb_dst_drop(skb) in start_xmit to explicitly release the dst reference before the skb is queued in virtio_net. Call Trace: Unable to handle kernel paging request at virtual address ffff80007e150000 CPU: 2 UID: 0 PID: 6236 Comm: ping Kdump: loaded Not tainted 7.0.0-rc1+ #6 PREEMPT ... percpu_counter_add_batch+0x3c/0x158 lib/percpu_counter.c:98 (P) dst_release+0xe0/0x110 net/core/dst.c:177 skb_release_head_state+0xe8/0x108 net/core/skbuff.c:1177 sk_skb_reason_drop+0x54/0x2d8 net/core/skbuff.c:1255 dev_kfree_skb_any_reason+0x64/0x78 net/core/dev.c:3469 napi_consume_skb+0x1c4/0x3a0 net/core/skbuff.c:1527 __free_old_xmit+0x164/0x230 drivers/net/virtio_net.c:611 [virtio_net] free_old_xmit drivers/net/virtio_net.c:1081 [virtio_net] start_xmit+0x7c/0x530 drivers/net/virtio_net.c:3329 [virtio_net] ... Reproduction Steps: NETDEV="enp3s0" config_qdisc_route_filter() { tc qdisc del dev $NETDEV root tc qdisc add dev $NETDEV root handle 1: prio tc filter add

Affected

22 ranges
VendorProductVersion rangeFixed in
linuxlinux
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < be0e63f3b97bbaf453c542e8a15ba2a536e2ac01be0e63f3b97bbaf453c542e8a15ba2a536e2ac01
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < c1ec36cb3768574b916f20d2d7415fd14fa1bf12c1ec36cb3768574b916f20d2d7415fd14fa1bf12
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < 8a4790850e710fd6771e4d2112168ed1dd6c0e548a4790850e710fd6771e4d2112168ed1dd6c0e54
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < fedd2e1630cac920844997227ccbe7b26a76375afedd2e1630cac920844997227ccbe7b26a76375a
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < f04733c4dc40c43899c3d1c97afbae5831a3770ff04733c4dc40c43899c3d1c97afbae5831a3770f
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < 9a18629f2525781f0f3dda7be72b204e4cf77d089a18629f2525781f0f3dda7be72b204e4cf77d08
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < 63d45077b97bb0e0fe0c75931acbbca7a47af14163d45077b97bb0e0fe0c75931acbbca7a47af141
linuxlinux>= f2fc6a54585a1be6669613a31fbaba2ecbadcd36 < ba8bda9a0896746053aa97ac6c3e08168729172cba8bda9a0896746053aa97ac6c3e08168729172c
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 2.6.26 < 5.10.2535.10.253
linuxlinux_kernel>= 5.11 < 5.15.2035.15.203
linuxlinux_kernel>= 5.16 < 6.1.1686.1.168
linuxlinux_kernel>= 6.13 < 6.18.216.18.21
linuxlinux_kernel>= 6.19 < 6.19.116.19.11
linuxlinux_kernel>= 6.2 < 6.6.1316.6.131
linuxlinux_kernel>= 6.7 < 6.12.806.12.80

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.0MEDIUM
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.