Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53199

7.5 · HIGH
Published Jun 25, 2026 linux EPSS 0.72% (51th pctl)

Overview

CVE-2026-53199 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf

netvsc_copy_to_send_buf() copies page buffer entries into the VMBus

send buffer using phys_to_virt() on the entry PFN. Entries for the

RNDIS header and the skb linear data come from kmalloc'd memory and

are always in the kernel direct map, but entries for skb fragments

reference page cache or user pages, which on 32-bit x86 with

CONFIG_HIGHMEM=y can live above the LOWMEM boundary. For such a page

phys_to_virt() returns an address outside the direct map and the

subsequent memcpy() faults on the transmit softirq path, which is

fatal.

Map the pages with kmap_local_page() instead, handling two properties

of the page buffer entries:

- pb[i].pfn is a Hyper-V PFN at HV_HYP_PAGE_SIZE (4K) granularity,

not a native PFN. Reconstruct the physical address first and derive

the native page from it, so the mapping stays correct where

PAGE_SIZE > HV_HYP_PAGE_SIZE

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.16, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53199?

CVE-2026-53199 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-53199?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-53199?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53199?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53199 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.