CVE-2026-53199

HIGHPre-NVD 7.57.5
EchelonGraph scoreMEDIUM confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. the CNA's CVSS baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 7.5Exploit: None knownExposed: 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(medium)
EG Risk
39(Track)
EG Risk 39/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
52%
KEV
Not listed

Published

June 25, 2026

Last Modified

August 5, 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.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (145 versions)7.0.13-1

Data Freshness Timeline

(refreshed 5× in last 7d / 85× 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.

Showing the most recent 100 of 294 total refreshes for this CVE.

  1. 2026-09-11 14:53 UTCEPSS rescore
  2. 2026-09-10 09:35 UTCEPSS rescore
  3. 2026-09-08 22:01 UTCEPSS rescore
  4. 2026-09-07 16:01 UTCEPSS rescore
  5. 2026-09-06 13:47 UTCEPSS rescore
  6. 2026-09-04 05:06 UTCEPSS rescore
  7. 2026-09-02 14:12 UTCEPSS rescore
  8. 2026-09-01 13:54 UTCEPSS rescore
  9. 2026-09-01 04:40 UTCEPSS rescore
  10. 2026-08-30 19:41 UTCEG score recompute
  11. 2026-08-30 19:41 UTCVendor advisory
  12. 2026-08-30 19:41 UTCGHSA enrichment
  13. 2026-08-30 19:17 UTCEPSS rescore
  14. 2026-08-30 01:22 UTCEPSS rescore
  15. 2026-08-28 21:41 UTCEPSS rescore
  16. 2026-08-28 02:54 UTCEG score recompute
  17. 2026-08-28 02:54 UTCVendor advisory
  18. 2026-08-28 02:54 UTCGHSA enrichment
  19. 2026-08-27 14:25 UTCEPSS rescore
  20. 2026-08-26 14:46 UTCEPSS rescore
  21. 2026-08-25 13:49 UTCEPSS rescore
  22. 2026-08-25 01:40 UTCEG score recompute
  23. 2026-08-25 01:40 UTCGHSA enrichment
  24. 2026-08-24 13:16 UTCEG score recompute
  25. 2026-08-24 13:16 UTCVendor advisory
Show 75 more
  1. 2026-08-24 13:15 UTCGHSA enrichment
  2. 2026-08-24 00:03 UTCVendor advisory
  3. 2026-08-24 00:03 UTCGHSA enrichment
  4. 2026-08-23 11:36 UTCEG score recompute
  5. 2026-08-23 11:36 UTCVendor advisory
  6. 2026-08-23 11:36 UTCGHSA enrichment
  7. 2026-08-23 00:19 UTCEPSS rescore
  8. 2026-08-22 23:12 UTCVendor advisory
  9. 2026-08-22 23:12 UTCGHSA enrichment
  10. 2026-08-22 10:47 UTCEG score recompute
  11. 2026-08-22 10:47 UTCVendor advisory
  12. 2026-08-22 10:47 UTCGHSA enrichment
  13. 2026-08-21 23:49 UTCEPSS rescore
  14. 2026-08-21 20:24 UTCGHSA enrichment
  15. 2026-08-21 07:59 UTCEG score recompute
  16. 2026-08-21 07:59 UTCVendor advisory
  17. 2026-08-21 07:59 UTCGHSA enrichment
  18. 2026-08-20 22:55 UTCEPSS rescore
  19. 2026-08-20 19:35 UTCVendor advisory
  20. 2026-08-20 19:35 UTCGHSA enrichment
  21. 2026-08-20 07:10 UTCEG score recompute
  22. 2026-08-20 07:10 UTCVendor advisory
  23. 2026-08-20 07:10 UTCGHSA enrichment
  24. 2026-08-19 17:04 UTCEPSS rescore
  25. 2026-08-19 14:14 UTCVendor advisory
  26. 2026-08-19 14:14 UTCGHSA enrichment
  27. 2026-08-19 01:33 UTCEG score recompute
  28. 2026-08-19 01:33 UTCVendor advisory
  29. 2026-08-19 01:33 UTCGHSA enrichment
  30. 2026-08-18 13:48 UTCEPSS rescore
  31. 2026-08-17 13:47 UTCEPSS rescore
  32. 2026-08-17 12:28 UTCVendor advisory
  33. 2026-08-17 12:28 UTCGHSA enrichment
  34. 2026-08-17 00:01 UTCEG score recompute
  35. 2026-08-17 00:01 UTCVendor advisory
  36. 2026-08-17 00:01 UTCGHSA enrichment
  37. 2026-08-16 14:56 UTCEPSS rescore
  38. 2026-08-16 11:36 UTCEG score recompute
  39. 2026-08-16 11:36 UTCVendor advisory
  40. 2026-08-16 11:36 UTCGHSA enrichment
  41. 2026-08-16 02:14 UTCEPSS rescore
  42. 2026-08-15 23:12 UTCVendor advisory
  43. 2026-08-15 23:12 UTCGHSA enrichment
  44. 2026-08-15 10:47 UTCEG score recompute
  45. 2026-08-15 10:47 UTCVendor advisory
  46. 2026-08-15 10:47 UTCGHSA enrichment
  47. 2026-08-15 01:30 UTCEPSS rescore
  48. 2026-08-14 22:22 UTCVendor advisory
  49. 2026-08-14 22:22 UTCGHSA enrichment
  50. 2026-08-14 09:58 UTCEG score recompute
  51. 2026-08-14 09:58 UTCVendor advisory
  52. 2026-08-14 09:58 UTCGHSA enrichment
  53. 2026-08-13 22:00 UTCEPSS rescore
  54. 2026-08-13 21:33 UTCVendor advisory
  55. 2026-08-13 21:33 UTCGHSA enrichment
  56. 2026-08-13 08:37 UTCVendor advisory
  57. 2026-08-13 08:37 UTCGHSA enrichment
  58. 2026-08-12 20:13 UTCEG score recompute
  59. 2026-08-12 20:13 UTCVendor advisory
  60. 2026-08-12 20:13 UTCGHSA enrichment
  61. 2026-08-12 13:51 UTCEPSS rescore
  62. 2026-08-12 07:49 UTCVendor advisory
  63. 2026-08-12 07:48 UTCGHSA enrichment
  64. 2026-08-11 19:23 UTCEG score recompute
  65. 2026-08-11 19:23 UTCVendor advisory
  66. 2026-08-11 19:23 UTCGHSA enrichment
  67. 2026-08-11 06:59 UTCEG score recompute
  68. 2026-08-11 06:59 UTCVendor advisory
  69. 2026-08-11 06:59 UTCGHSA enrichment
  70. 2026-08-11 00:00 UTCEPSS rescore
  71. 2026-08-10 18:34 UTCGHSA enrichment
  72. 2026-08-10 05:16 UTCVendor advisory
  73. 2026-08-10 05:16 UTCGHSA enrichment
  74. 2026-08-09 16:51 UTCEG score recompute
  75. 2026-08-09 16:51 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 August 5, 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 1% probability of exploitation in the next 30 days, which ranks it in the top 48.3% of all scored CVEs.
What is the CVSS score of CVE-2026-53199?
CVE-2026-53199 has a CVSS v4.0 base score of 7.5 (CNA self-assessment; NVD's own analysis pending).
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

See which npm, PyPI, Go, and Maven packages are affected by 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.