Junglewise Threat Intelligence

CVE-2026-64012: Linux Kernel null pointer dereference in net/sched sch_sfb

CVE-2026-64012 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's network scheduling component could allow a local user to cause a system crash (kernel panic). This occurs when specific network traffic management configurations are used, leading to a system instability that disrupts all operations on the affected machine.

Technical details

A null pointer dereference vulnerability exists in the net/sched: sch_sfb component of the Linux kernel. The issue arises when the Stochastic Fair Blue (SFB) scheduler has child queueing disciplines (qdiscs), such as QFQ, that use qdisc_peek_dequeued() as their peek callback. When a parent qdisc attempts to retrieve a packet, a direct dequeue call is made instead of using the appropriate peek-and-dequeue logic, leading to a kernel panic. This has been resolved by replacing direct dequeue calls with qdisc_dequeue_peeked() to correctly handle the gso_skb queue.

Affected products

  • Linux Linux kernel 7.1.0-rc1-00035-gac961974495b-dirty

Timeline

  • 2026-07-19: advisory: CVE-2026-64012 published by NVD

References

Related threats