CVE-2026-53199

HIGHPre-NVD 7.57.5
EchelonGraph scoreHIGH confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. a secondary CVSS source baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 1%CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 (e.g. arm64 with 64K pages).
  • Since commit 41a6328b2c55 ("hv_netvsc: Preserve contiguous PFN
grouping in the page buffer array"), an entry describes a full physically contiguous fragment and pb[i].len can exceed PAGE_SIZE, while kmap_local_page() 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 cp_partial 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 !CONFIG_HIGHMEM configs kmap_local_page() folds to page_address() and no mapping work is added.

CVSS v3
7.5
EG Score
7.5(high)
EPSS
40.9%
KEV
Not listed

Published

June 25, 2026

Last Modified

July 6, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fe7221b4346418d27ec2daccfc09df6692b76f0b
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a82d4251918f37d9c5aab7b365157669fb885ec3
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/918c0c988239aa5ab96b254e504d191af6191061
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/695c59cf7bf707e6ff8cea01916ee50e86616933
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/16514afeb7d3d121072ba9a0b640d6c1c5507db0
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0b38870d81ab3a04c1ab0598d9d3285f5d9d0584
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/09b8a7aa5a341bb345dc492aac139525efa13515
generic

hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/004e9ecfe6c5384f9e0b2f6f6389d42ec22789af

Vendor Advisories for CVE-2026-53199(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 0× in last 7d / 0× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 16:30 UTCEG score recompute
  2. 2026-07-06 16:30 UTCVendor advisory
  3. 2026-07-06 16:30 UTCGHSA enrichment
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 16:27 UTCEPSS rescore
  6. 2026-07-06 04:04 UTCEG score recompute
  7. 2026-07-06 04:04 UTCVendor advisory
  8. 2026-07-06 04:04 UTCGHSA enrichment
  9. 2026-07-06 02:23 UTCEPSS rescore
  10. 2026-07-06 02:23 UTCEPSS rescore
  11. 2026-07-05 15:37 UTCEG score recompute
  12. 2026-07-05 15:37 UTCVendor advisory
  13. 2026-07-05 15:37 UTCGHSA enrichment
  14. 2026-07-05 03:11 UTCEG score recompute
  15. 2026-07-05 03:11 UTCVendor advisory
  16. 2026-07-05 03:11 UTCGHSA enrichment
  17. 2026-07-05 02:31 UTCEPSS rescore
  18. 2026-07-05 02:30 UTCEPSS rescore
  19. 2026-07-04 14:46 UTCEG score recompute
  20. 2026-07-04 14:46 UTCVendor advisory
  21. 2026-07-04 14:46 UTCGHSA enrichment
  22. 2026-07-04 06:31 UTCEPSS rescore
  23. 2026-07-04 06:31 UTCEPSS rescore
  24. 2026-07-04 02:22 UTCEG score recompute
  25. 2026-07-04 02:22 UTCVendor advisory
Show 44 more
  1. 2026-07-04 02:21 UTCGHSA enrichment
  2. 2026-07-03 13:52 UTCEG score recompute
  3. 2026-07-03 13:52 UTCVendor advisory
  4. 2026-07-03 13:52 UTCGHSA enrichment
  5. 2026-07-03 01:26 UTCEG score recompute
  6. 2026-07-03 01:26 UTCVendor advisory
  7. 2026-07-03 01:26 UTCGHSA enrichment
  8. 2026-07-02 13:00 UTCEG score recompute
  9. 2026-07-02 13:00 UTCVendor advisory
  10. 2026-07-02 13:00 UTCGHSA enrichment
  11. 2026-07-02 00:35 UTCEG score recompute
  12. 2026-07-02 00:35 UTCVendor advisory
  13. 2026-07-02 00:34 UTCGHSA enrichment
  14. 2026-07-01 15:07 UTCEPSS rescore
  15. 2026-07-01 12:09 UTCEG score recompute
  16. 2026-07-01 12:09 UTCVendor advisory
  17. 2026-07-01 12:09 UTCGHSA enrichment
  18. 2026-06-30 23:44 UTCEG score recompute
  19. 2026-06-30 23:44 UTCVendor advisory
  20. 2026-06-30 23:44 UTCGHSA enrichment
  21. 2026-06-30 23:22 UTCEPSS rescore
  22. 2026-06-30 11:07 UTCEG score recompute
  23. 2026-06-30 11:07 UTCVendor advisory
  24. 2026-06-30 11:07 UTCGHSA enrichment
  25. 2026-06-29 22:35 UTCEG score recompute
  26. 2026-06-29 22:35 UTCVendor advisory
  27. 2026-06-29 22:35 UTCGHSA enrichment
  28. 2026-06-29 10:11 UTCEG score recompute
  29. 2026-06-29 10:11 UTCVendor advisory
  30. 2026-06-29 10:11 UTCGHSA enrichment
  31. 2026-06-28 21:46 UTCEG score recompute
  32. 2026-06-28 21:46 UTCVendor advisory
  33. 2026-06-28 21:46 UTCGHSA enrichment
  34. 2026-06-28 14:07 UTCEPSS rescore
  35. 2026-06-28 09:21 UTCEG score recompute 7.50
  36. 2026-06-28 09:21 UTCVendor advisory
  37. 2026-06-28 09:21 UTCGHSA enrichment
  38. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
  39. 2026-06-28 04:56 UTCEPSS rescore
  40. 2026-06-28 04:56 UTCEPSS rescore
  41. 2026-06-27 03:08 UTCEPSS rescore
  42. 2026-06-25 13:49 UTCEPSS rescore
  43. 2026-06-25 10:07 UTCEG score recompute
  44. 2026-06-25 10:07 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-53199?
CVE-2026-53199 is a high vulnerability published on June 25, 2026. 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…
When was CVE-2026-53199 disclosed?
CVE-2026-53199 was first published in the National Vulnerability Database on June 25, 2026, with the most recent update on July 6, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53199 actively exploited?
CVE-2026-53199 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 40.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53199?
CVE-2026-53199 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-53199?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53199, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53199

Explore →

Is Your Infrastructure Affected by CVE-2026-53199?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.