Junglewise Threat Intelligence

CVE-2026-53199: Linux Kernel hv_netvsc fatal fault in netvsc_copy_to_send_buf

CVE-2026-53199 · Severity: info · CVSS 5.5 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Hyper-V network driver could cause a system crash (kernel panic). This occurs when the system attempts to process network data stored in specific memory areas that are not directly accessible, leading to a fatal error. This issue primarily affects 32-bit systems or specific high-memory configurations running as Hyper-V guests.

Technical details

A flaw exists in the hv_netvsc driver's netvsc_copy_to_send_buf() function where it uses phys_to_virt() to access page buffer entries. On 32-bit x86 systems with CONFIG_HIGHMEM enabled, skb fragments may reside in high memory above the LOWMEM boundary. Using phys_to_virt() on these addresses returns invalid pointers outside the kernel direct map, causing a fatal page fault during memcpy() in the transmit softirq path. The fix replaces phys_to_virt() with kmap_local_page() to safely map high-memory pages before copying.

Affected products

  • Linux Linux Kernel versions including c25aaf814a63 and prior to 004e9ecfe6c5

Timeline

  • 2026-06-04: patched: Initial fix authored by Anton Leontev
  • 2026-06-25: disclosed: CVE-2026-53199 published

References

Related threats