{"cve":{"cve_id":"CVE-2026-53362","is_kev":true,"kev_date_added":"2026-08-27","kev_vendor_project":"Linux","kev_product":"Kernel","kev_vulnerability_name":"Linux Kernel Unspecified Vulnerability","kev_short_description":"Linux Kernel contains an unspecified vulnerability that can allow for privilege escalation via IPv6 networking subsystem. This vulnerability can impact multiple products, including but not limited to Suse, Red Hat, and other products using Linux. ","kev_required_action":"Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.","kev_due_date":"2026-08-30","kev_known_ransomware":false,"kev_notes":"This vulnerability affects an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: ; https://git.kernel.org/stable/c/14200d435af9a9eeb444f529fc2f689a236b7962; https://git.kernel.org/stable/c/65fb14cbebb0cd0eff903a22d33537ddc8b95769; https://git.kernel.org/stable/c/46f201f8b4c39633a1fa3dc12459f506d470993d; https://git.kernel.org/stable/c/6374fb9edf72c67a118a2c214a0dddd04c921e0a; https://git.kernel.org/stable/c/e9eacf19281ea2498b36291b56c9606118c2d74e; https://git.kernel.org/stable/c/736b380e28d0480c7bc3e022f1950f31fe53a7c5 ; BOD 26-04: https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk ; Forensics Triage Requirements: https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk ; https://nvd.nist.gov/vuln/detail/CVE-2026-53362","kev_cwes":[],"epss_score":0.00265,"epss_percentile":0.18041,"epss_as_of":"2026-08-26","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: account for fraggap on the paged allocation path\n\nIn __ip6_append_data(), when the paged-allocation branch is taken\n(MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are\ncomputed as\n\n\talloclen = fragheaderlen + transhdrlen;\n\tpagedlen = datalen - transhdrlen;\n\ndatalen already includes fraggap (datalen = length + fraggap). When\nfraggap is non-zero, this is not the first skb and transhdrlen is zero.\nThe fraggap bytes carried over from the previous skb are copied just past\nthe fragment headers in the new skb's linear area. The linear area is\ntherefore undersized by fraggap bytes while pagedlen is overstated by the\nsame amount, and the copy writes past skb->end into the trailing\nskb_shared_info.\n\nAn unprivileged user can trigger this via a UDPv6 socket using\nMSG_MORE together with MSG_SPLICE_PAGES.\n\nThe bad accounting was introduced by commit 773ba4fe9104 (\"ipv6:\navoid partial copy for zc\"). Before commit ce650a166335 (\"udp6: Fix\n__ip6_append_data()'s handling of MSG_SPLICE_PAGES\"), the negative\ncopy value caused -EINVAL to be returned. That later commit allowed\nMSG_SPLICE_PAGES to proceed in this case, making the corruption\ntriggerable.\n\nThe non-paged branch sets alloclen to fraglen, which already accounts\nfor fraggap because datalen does. Bring the paged branch in line by\nadding fraggap to alloclen and subtracting it from pagedlen.\n\nAfter this adjustment, copy no longer collapses to -fraggap on the\npaged path, so remove the stale comment describing that old arithmetic.\nSince a negative copy is no longer expected for a valid MSG_SPLICE_PAGES\ncase, remove the MSG_SPLICE_PAGES exception from the negative copy check.","published_at":"2026-07-04T11:56:35.864000Z","last_modified_at":"2026-08-27T17:18:46.977000Z","cvss_v3_score":7.8,"cvss_v3_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","cvss_v3_severity":"HIGH","cvss_v4_score":null,"cvss_v4_vector":null,"cvss_v4_severity":null,"ssvc_decision":null,"ssvc_exploitation":"none","ssvc_automatable":false,"ssvc_technical_impact":"total","cwes":["CWE-122"],"nvd_references":["https://git.kernel.org/stable/c/14200d435af9a9eeb444f529fc2f689a236b7962","https://git.kernel.org/stable/c/65fb14cbebb0cd0eff903a22d33537ddc8b95769","https://git.kernel.org/stable/c/46f201f8b4c39633a1fa3dc12459f506d470993d","https://git.kernel.org/stable/c/6374fb9edf72c67a118a2c214a0dddd04c921e0a","https://git.kernel.org/stable/c/e9eacf19281ea2498b36291b56c9606118c2d74e","https://git.kernel.org/stable/c/736b380e28d0480c7bc3e022f1950f31fe53a7c5"],"vuln_status":"Modified","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-07-04T12:41:58.937253Z","updated_at":"2026-08-27T17:38:41.369924Z"},"effective_severity":"HIGH","badges":["kev"],"impact_analysis":[],"cvss_v3_decoded":{"version":"3.1","metrics":[{"metric":"AV","name":"Attack Vector","value":"L","value_label":"Local"},{"metric":"AC","name":"Attack Complexity","value":"L","value_label":"Low"},{"metric":"PR","name":"Privileges Required","value":"L","value_label":"Low"},{"metric":"UI","name":"User Interaction","value":"N","value_label":"None"},{"metric":"S","name":"Scope","value":"U","value_label":"Unchanged"},{"metric":"C","name":"Confidentiality","value":"H","value_label":"High"},{"metric":"I","name":"Integrity","value":"H","value_label":"High"},{"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":"7.2","version_start_inclusive":true,"version_end":"*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:7.2:*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"65fb14cbebb0cd0eff903a22d33537ddc8b95769","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:65fb14cbebb0cd0eff903a22d33537ddc8b95769"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"46f201f8b4c39633a1fa3dc12459f506d470993d","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:46f201f8b4c39633a1fa3dc12459f506d470993d"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"6374fb9edf72c67a118a2c214a0dddd04c921e0a","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:6374fb9edf72c67a118a2c214a0dddd04c921e0a"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"e9eacf19281ea2498b36291b56c9606118c2d74e","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:e9eacf19281ea2498b36291b56c9606118c2d74e"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"736b380e28d0480c7bc3e022f1950f31fe53a7c5","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:736b380e28d0480c7bc3e022f1950f31fe53a7c5"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.0","version_start_inclusive":true,"version_end":"6.0","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.0:6.0"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"0","version_start_inclusive":true,"version_end":"6.0","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:0:6.0"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.1.177","version_start_inclusive":true,"version_end":"6.1.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.1.177:6.1.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.6.144","version_start_inclusive":true,"version_end":"6.6.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.6.144:6.6.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.12.95","version_start_inclusive":true,"version_end":"6.12.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.12.95:6.12.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"6.18.38","version_start_inclusive":true,"version_end":"6.18.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:6.18.38:6.18.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"7.1.3","version_start_inclusive":true,"version_end":"7.1.*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:7.1.3:7.1.*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"7.2-rc1","version_start_inclusive":true,"version_end":"*","version_end_inclusive":true,"cpe23_uri":"cve5:linux:linux:7.2-rc1:*"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux","product_name":"Linux","version_start":"773ba4fe9104a64a54d1c00f0fb6ffb95def2b03","version_start_inclusive":true,"version_end":"14200d435af9a9eeb444f529fc2f689a236b7962","version_end_inclusive":false,"cpe23_uri":"cve5:linux:linux:773ba4fe9104a64a54d1c00f0fb6ffb95def2b03:14200d435af9a9eeb444f529fc2f689a236b7962"},{"vendor_slug":"linux","vendor_name":"Linux","product_slug":"linux-kernel","product_name":"Linux kernel","version_start":"6.0","version_start_inclusive":true,"version_end":"6.1.177","version_end_inclusive":false,"cpe23_uri":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"}],"exploit_refs":[],"news":[],"references":[{"url":"https://git.kernel.org/stable/c/14200d435af9a9eeb444f529fc2f689a236b7962","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/65fb14cbebb0cd0eff903a22d33537ddc8b95769","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/46f201f8b4c39633a1fa3dc12459f506d470993d","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/6374fb9edf72c67a118a2c214a0dddd04c921e0a","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/e9eacf19281ea2498b36291b56c9606118c2d74e","source_type":"MISC","tags":[]},{"url":"https://git.kernel.org/stable/c/736b380e28d0480c7bc3e022f1950f31fe53a7c5","source_type":"MISC","tags":[]}],"timeline":[{"type":"published","at":"2026-07-04T11:56:35.864000Z","label":"CVE published","source":null},{"type":"cvss_changed","at":"2026-07-18T08:40:10.177568Z","label":"CVSS score revised","source":"cvelistv5"},{"type":"cvss_changed","at":"2026-07-18T08:40:10.177568Z","label":"CVSS score revised","source":"cvelistv5"},{"type":"cvss_changed","at":"2026-07-18T08:40:10.177568Z","label":"CVSS score revised","source":"cvelistv5"},{"type":"cisa_reported","at":"2026-08-27T00:00:00Z","label":"Added to CISA KEV catalog","source":"kev"},{"type":"ssvc_changed","at":"2026-08-27T14:40:11.365896Z","label":"SSVC decision revised","source":"vulnrichment"},{"type":"ssvc_changed","at":"2026-08-27T14:40:11.365896Z","label":"SSVC decision revised","source":"vulnrichment"},{"type":"ssvc_changed","at":"2026-08-27T14:40:11.365896Z","label":"SSVC decision revised","source":"vulnrichment"}]}