Junglewise Threat Intelligence

CVE-2026-31469: Linux Kernel virtio_net use-after-free in dst_ops

CVE-2026-31469 · Severity: high · CVSS 7.8 · Published 2026-04-22

Technologies: Linux Kernel, Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP. Vendors: Linux, Siemens.

Executive brief

A vulnerability exists in the Linux kernel's virtio_net driver, which is commonly used for networking in virtualized environments. Under specific network configurations, the system may attempt to access memory that has already been freed when a network namespace is deleted. This can lead to a system crash (kernel panic), potentially disrupting services or allowing an attacker with local access to compromise the system's stability.

Technical details

A use-after-free (UAF) vulnerability exists in the virtio_net driver when configured with napi_tx=N and the IFF_XMIT_DST_RELEASE flag is cleared. When the flag is cleared, the network stack expects the driver to hold the skb->dst reference until transmission is complete. If the network namespace is destroyed while packets are still pending in the transmit ring, the associated dst_ops structure is freed. A subsequent transmission triggers free_old_xmit(), which calls dst_release() on the stale entry, resulting in a kernel paging request failure. The fix involves adding skb_dst_drop(skb) in the start_xmit function to release the reference before the skb is queued.

Affected products

  • Linux Linux Kernel 7.0.0-rc1+
  • Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6

Timeline

  • 2026-03-12: other: Patch authored
  • 2026-04-22: advisory: CVE published

References

Related threats