{"cve":{"cve_id":"CVE-2026-53199","is_kev":false,"kev_date_added":null,"kev_vendor_project":null,"kev_product":null,"kev_vulnerability_name":null,"kev_short_description":null,"kev_required_action":null,"kev_due_date":null,"kev_known_ransomware":null,"kev_notes":null,"kev_cwes":null,"epss_score":null,"epss_percentile":null,"epss_as_of":null,"description":"In the Linux kernel, the following vulnerability has been resolved:\n\nhv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf\n\nnetvsc_copy_to_send_buf() copies page buffer entries into the VMBus\nsend buffer using phys_to_virt() on the entry PFN. Entries for the\nRNDIS header and the skb linear data come from kmalloc'd memory and\nare always in the kernel direct map, but entries for skb fragments\nreference page cache or user pages, which on 32-bit x86 with\nCONFIG_HIGHMEM=y can live above the LOWMEM boundary. For such a page\nphys_to_virt() returns an address outside the direct map and the\nsubsequent memcpy() faults on the transmit softirq path, which is\nfatal.\n\nMap the pages with kmap_local_page() instead, handling two properties\nof the page buffer entries:\n\n - pb[i].pfn is a Hyper-V PFN at HV_HYP_PAGE_SIZE (4K) granularity,\n   not a native PFN. Reconstruct the physical address first and derive\n   the native page from it, so the mapping stays correct where\n   PAGE_SIZE > HV_HYP_PAGE_SIZE (e.g. arm64 with 64K pages).\n\n - Since commit 41a6328b2c55 (\"hv_netvsc: Preserve contiguous PFN\n   grouping in the page buffer array\"), an entry describes a full\n   physically contiguous fragment and pb[i].len can exceed PAGE_SIZE,\n   while kmap_local_page() maps a single page. Copy page by page,\n   splitting at native page boundaries.\n\nThe copy path only handles packets smaller than the send section size\n(6144 bytes by default); larger packets take the cp_partial path where\nonly the RNDIS header is copied. So entries here are bounded by the\nsection size and a copy is split at most once on 4K-page systems. On\n!CONFIG_HIGHMEM configs kmap_local_page() folds to page_address() and\nno mapping work is added.","published_at":"2026-06-25T08:39:08.320000Z","last_modified_at":null,"cvss_v3_score":7.5,"cvss_v3_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","cvss_v3_severity":"HIGH","cvss_v4_score":null,"cvss_v4_vector":null,"cvss_v4_severity":null,"ssvc_decision":null,"ssvc_exploitation":null,"ssvc_automatable":null,"ssvc_technical_impact":null,"cwes":null,"nvd_references":["https://git.kernel.org/stable/c/16514afeb7d3d121072ba9a0b640d6c1c5507db0","https://git.kernel.org/stable/c/a82d4251918f37d9c5aab7b365157669fb885ec3","https://git.kernel.org/stable/c/695c59cf7bf707e6ff8cea01916ee50e86616933","https://git.kernel.org/stable/c/09b8a7aa5a341bb345dc492aac139525efa13515","https://git.kernel.org/stable/c/918c0c988239aa5ab96b254e504d191af6191061","https://git.kernel.org/stable/c/0b38870d81ab3a04c1ab0598d9d3285f5d9d0584","https://git.kernel.org/stable/c/fe7221b4346418d27ec2daccfc09df6692b76f0b","https://git.kernel.org/stable/c/004e9ecfe6c5384f9e0b2f6f6389d42ec22789af"],"vuln_status":null,"trending_score":null,"is_trending":false,"has_trended":false,"trended_number_one":false,"trending_peak_score":null,"trending_peak_rank":null,"started_trending_at":null,"trended_number_one_at":null,"summary_generated":null,"summary_generated_at":null,"summary_model":null,"created_at":"2026-06-28T17:55:28.590503Z","updated_at":"2026-06-28T23:30:51.545322Z"},"effective_severity":"HIGH","badges":[],"impact_analysis":[],"cvss_v3_decoded":{"version":"3.1","metrics":[{"metric":"AV","name":"Attack Vector","value":"N","value_label":"Network"},{"metric":"AC","name":"Attack Complexity","value":"L","value_label":"Low"},{"metric":"PR","name":"Privileges Required","value":"N","value_label":"None"},{"metric":"UI","name":"User Interaction","value":"N","value_label":"None"},{"metric":"S","name":"Scope","value":"U","value_label":"Unchanged"},{"metric":"C","name":"Confidentiality","value":"N","value_label":"None"},{"metric":"I","name":"Integrity","value":"N","value_label":"None"},{"metric":"A","name":"Availability","value":"H","value_label":"High"}]},"cvss_v4_decoded":{"version":null,"metrics":[]},"affected":[{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"16514afeb7d3d121072ba9a0b640d6c1c5507db0","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:16514afeb7d3d121072ba9a0b640d6c1c5507db0"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"a82d4251918f37d9c5aab7b365157669fb885ec3","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:a82d4251918f37d9c5aab7b365157669fb885ec3"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"695c59cf7bf707e6ff8cea01916ee50e86616933","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:695c59cf7bf707e6ff8cea01916ee50e86616933"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"09b8a7aa5a341bb345dc492aac139525efa13515","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:09b8a7aa5a341bb345dc492aac139525efa13515"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"918c0c988239aa5ab96b254e504d191af6191061","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:918c0c988239aa5ab96b254e504d191af6191061"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"0b38870d81ab3a04c1ab0598d9d3285f5d9d0584","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:0b38870d81ab3a04c1ab0598d9d3285f5d9d0584"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"fe7221b4346418d27ec2daccfc09df6692b76f0b","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:fe7221b4346418d27ec2daccfc09df6692b76f0b"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e","version_start_inclusive":true,"version_end":"004e9ecfe6c5384f9e0b2f6f6389d42ec22789af","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:c25aaf814a63f9d9c4e45416f13d70ef0aa0be2e:004e9ecfe6c5384f9e0b2f6f6389d42ec22789af"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"3.16","version_start_inclusive":true,"version_end":"3.16","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:3.16:3.16"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"0","version_start_inclusive":true,"version_end":"3.16","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:0:3.16"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"5.10.259","version_start_inclusive":true,"version_end":"5.10.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:5.10.259:5.10.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"5.15.210","version_start_inclusive":true,"version_end":"5.15.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:5.15.210:5.15.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.1.176","version_start_inclusive":true,"version_end":"6.1.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.1.176:6.1.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.6.143","version_start_inclusive":true,"version_end":"6.6.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.6.143:6.6.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.12.94","version_start_inclusive":true,"version_end":"6.12.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.12.94:6.12.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.18.36","version_start_inclusive":true,"version_end":"6.18.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.18.36:6.18.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"7.0.13","version_start_inclusive":true,"version_end":"7.0.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:7.0.13:7.0.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"7.1","version_start_inclusive":true,"version_end":"*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:7.1:*"}],"exploit_refs":[],"news":[],"references":[{"url":"https://git.kernel.org/stable/c/16514afeb7d3d121072ba9a0b640d6c1c5507db0","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/a82d4251918f37d9c5aab7b365157669fb885ec3","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/695c59cf7bf707e6ff8cea01916ee50e86616933","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/09b8a7aa5a341bb345dc492aac139525efa13515","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/918c0c988239aa5ab96b254e504d191af6191061","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/0b38870d81ab3a04c1ab0598d9d3285f5d9d0584","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/fe7221b4346418d27ec2daccfc09df6692b76f0b","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/004e9ecfe6c5384f9e0b2f6f6389d42ec22789af","source_type":"MISC","tags":[]}],"timeline":[{"type":"published","at":"2026-06-25T08:39:08.320000Z","label":"CVE published","source":null}]}