CVE-2026-53199

Source
https://cve.org/CVERecord?id=CVE-2026-53199
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53199.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53199
Downstream
Published
2026-06-25T08:39:08.320Z
Modified
2026-07-17T21:09:45.583318631Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf
Details

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

hvnetvsc: use kmaplocalpage in netvsccopytosend_buf

netvsccopytosendbuf() copies page buffer entries into the VMBus send buffer using phystovirt() 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 CONFIGHIGHMEM=y can live above the LOWMEM boundary. For such a page physto_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 kmaplocalpage() instead, handling two properties of the page buffer entries:

  • pb[i].pfn is a Hyper-V PFN at HVHYPPAGESIZE (4K) granularity, not a native PFN. Reconstruct the physical address first and derive the native page from it, so the mapping stays correct where PAGESIZE > HVHYPPAGE_SIZE (e.g. arm64 with 64K pages).

  • Since commit 41a6328b2c55 ("hvnetvsc: Preserve contiguous PFN grouping in the page buffer array"), an entry describes a full physically contiguous fragment and pb[i].len can exceed PAGESIZE, while kmaplocalpage() maps a single page. Copy page by page, splitting at native page boundaries.

The copy path only handles packets smaller than the send section size (6144 bytes by default); larger packets take the cppartial path where only the RNDIS header is copied. So entries here are bounded by the section size and a copy is split at most once on 4K-page systems. On !CONFIGHIGHMEM configs kmaplocalpage() folds to page_address() and no mapping work is added.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53199.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e
Fixed
16514afeb7d3d121072ba9a0b640d6c1c5507db0
Fixed
a82d4251918f37d9c5aab7b365157669fb885ec3
Fixed
695c59cf7bf707e6ff8cea01916ee50e86616933
Fixed
09b8a7aa5a341bb345dc492aac139525efa13515
Fixed
918c0c988239aa5ab96b254e504d191af6191061
Fixed
0b38870d81ab3a04c1ab0598d9d3285f5d9d0584
Fixed
fe7221b4346418d27ec2daccfc09df6692b76f0b
Fixed
004e9ecfe6c5384f9e0b2f6f6389d42ec22789af

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53199.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.94
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53199.json"