CVE-2026-53362
Published Jul 4, 2026
Last updated 9 days ago
AI description
CVE-2026-53362 describes a vulnerability within the Linux kernel's IPv6 networking subsystem, specifically concerning the `__ip6_append_data()` function. The flaw arises from incorrect accounting for "fraggap" (fragment gaps) when data is handled via the paged allocation path. This miscalculation occurs when `alloclen` and `pagedlen` are computed, particularly when `fraggap` is non-zero, leading to an undersized linear area and an overstated `pagedlen`. This accounting error can result in memory corruption, as bytes carried over from a previous `skb` (socket buffer) are copied past the intended boundary into the `skb_shared_info` structure. An unprivileged user can trigger this out-of-bounds write by utilizing a UDPv6 socket in conjunction with the `MSG_MORE` and `MSG_SPLICE_PAGES` flags. The issue was introduced by a commit aimed at avoiding partial copies for zero-copy operations, and a later commit allowed `MSG_SPLICE_PAGES` to proceed in this vulnerable state, making the corruption exploitable.
- Description
- In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES. The bad accounting was introduced by commit 773ba4fe9104 ("ipv6: avoid partial copy for zc"). Before commit ce650a166335 ("udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES"), the negative copy value caused -EINVAL to be returned. That later commit allowed MSG_SPLICE_PAGES to proceed in this case, making the corruption triggerable. The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen. After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic. Since a negative copy is no longer expected for a valid MSG_SPLICE_PAGES case, remove the MSG_SPLICE_PAGES exception from the negative copy check.
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- NVD status
- Analyzed
- Products
- linux_kernel
CVSS 3.1
- Type
- Secondary
- Base score
- 7.8
- Impact score
- 5.9
- Exploitability score
- 1.8
- Vector string
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
Data from CISA
- Vulnerability name
- Linux Kernel Unspecified Vulnerability
- Exploit added on
- Aug 27, 2026
- Exploit action due
- Aug 30, 2026
- 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.
- Hype score
- Not currently trending
CISA KEV due today: Linux CVE-2026-53362 (IPv6). Local priv-esc via IPv6 path. Red Hat: container-escape risk on unpatched kernels. Patch vendor kernel now. Multi-tenant and container hosts first. Assume ITW. https://t.co/pEAPRPlFmp
@snypet86
1 Sept 2026
15 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🐦 🚨 CISA KEV: CVE-2026-53362 (Linux kernel) actively exploited — OpenAI's own AI agents used it to root their systems. CVE-2026-60004 (Gitea) still hits 8,300+ unpatched servers with crypto miners. ServiceNow also fixed 3x CVSS 10.0 unauth RCE/SQLi bugs. #infosec #CVE
@ita_ipo
31 Aug 2026
56 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
⚠️ New CVE Exploited in Linux Kernel • CVE-2026-53362 impacts Linux Kernel. • Issue: Privilege escalation via IPv6. • Affects Suse, Red Hat, and more. • Actively exploited; not ransomware-linked. Apply mitigations by 2026-08-30. Full report: 🔗 https://t.co/KqalX
@ido_cohen2
31 Aug 2026
1489 Impressions
2 Retweets
3 Likes
1 Bookmark
0 Replies
0 Quotes
CISA just added actively exploited Linux kernel CVE-2026-53362 to its KEV catalog. Exposed servers need urgent patching: unpatched kernels can enable privilege escalation and compromise. #CyberSecurity https://t.co/Aq7dWooHpz
@apcyberguard
30 Aug 2026
0 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CVE-2026-53362: OpenAI Agents Exploit Linux Kernel Flaw https://t.co/8qrau7nALm #AI #Tech #SoftwareEngineering
@binod__suman
30 Aug 2026
2 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🚨 CYBERSÉCURITÉ — UNE FAILLE DU NOYAU LINUX DÉSORMAIS CLASSÉE « ACTIVEMENT EXPLOITÉE » La CISA a ajouté le 27 août 2026 CVE-2026-53362 à son catalogue KEV après confirmation de son exploitation. Cette vulnérabilité du noyau Linux permet à un utilisateur dispos
@ActuX_off
29 Aug 2026
41 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CISA added two flaws to KEV after OpenAI said its own AI agents exploited them: JFrog Artifactory 0-day CVE-2026-66384 and Linux kernel CVE-2026-53362. The agents found a public exploit, adapted it, got root. Patch now. #CyberSecurity #AppSec #OWASP https://t.co/b0sLORNuhu https
@OWASPHyderabad
29 Aug 2026
159 Impressions
2 Retweets
1 Like
1 Bookmark
0 Replies
0 Quotes
🔒 #CyberSecurity CVE-2026-53362: Linux Kernel Flaw Exploited on OpenAI's Own Systems — KEV-Liste… "CISA has added CVE-2026-53362 — a Linux kernel vulnerability — to its Known Exploited…" 🔗 https://t.co/wg1arC31wE #CyberSecurity #ThreatIntel #cve #zeroday #patc
@SecurityAr58409
28 Aug 2026
40 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
OpenAI confirms its AI agents escaped testing environments, exploited Linux kernel CVE-2026-53362, and compromised Hugging Face. CISA added both CVEs to KEV with immediate patching deadlines. #AIAgents #CyberSecurity #CVE https://t.co/dRroGP7our
@CyberWorldOps
28 Aug 2026
1 Impression
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🔒 #CyberSecurity CVE-2026-53362: Linux Kernel IPv6 Privilege Escalation Actively Exploited — Det… "On August 27, 2026, CISA added CVE-2026-53362 to its Known Exploited Vulnerabilities…" 🔗 https://t.co/F4AwS4bT69 #CyberSecurity #ThreatIntel #cve202653362 #critical
@SecurityAr58409
28 Aug 2026
42 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CISA adds Linux kernel CVE-2026-53362 (Frag Gap) and two other flaws to the KEV catalog. The IPv6 packet-generation bug permits local privilege escalation to root via an out-of-bounds write; CVSS 7.8, public exploits exist. Federal agencies must patch CVE-2026-53362 and
@WorldCyberNewsX
28 Aug 2026
8 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CISA KEV Catalog updates include CVE-2023-49105, CVE-2026-53362, and CVE-2026-66384. These actively exploited flaws can fully compromise device security. #CISAKEV #Cybersecurity #CVE202349105 #CVE202653362 #CVE202666384 https://t.co/Ne9C3Sf3er
@Daily_CyberSec
28 Aug 2026
402 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
米国サイバーセキュリティ・社会基盤安全保障庁(CISA)が既知の悪用された脆弱性カタログに以下3脆弱性を追加。 - CVE-2023-49105 (ownCloud) - CVE-2026-53362 (Linux Kernel) - CVE-2026-66384 (JFrog) 対処期限は上2件が3日後の8/30、J
@__kokumoto
27 Aug 2026
700 Impressions
0 Retweets
4 Likes
0 Bookmarks
0 Replies
0 Quotes
🛡️ We added ownCloud vulnerability CVE-2023-49105, Linux kernel vulnerability CVE-2026-53362 & JFrog Artifactory vulnerability CVE-2026-66384 to our KEV Catalog. Visit https://t.co/myxOwap1Tf & apply mitigations to protect your org from cyberattacks. #Cybersecurity h
@CISACyber
27 Aug 2026
7323 Impressions
10 Retweets
36 Likes
3 Bookmarks
5 Replies
0 Quotes
🚨 HIGH: CVE-2026-53362 (CVSS 7.8) Linux kernel IPv6 memory corruption flaw. Unprivileged users can trigger buffer overflow via UDPv6 socket with MSG_MORE+MSG_SPLICE_PAGES. Patch immediately. #CVE #PatchNow #ThreatIntel https://t.co/APZdbUdtts
@DFIR_Lab
26 Jul 2026
49 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
Linux Kernelの脆弱性(IPV6_FRAG_ESCAPE: CVE-2026-53362, CVE-2026-53366) #security #vulnerability #セキュリティ #脆弱性 #linux #kernel #ipv6 #selinux https://t.co/hAxOMNZrWM
@omokazuki
22 Jul 2026
164 Impressions
0 Retweets
1 Like
0 Bookmarks
0 Replies
0 Quotes
CVE-2026-53362,CVE-2026-53366: Linux kernel: OOB write in UDP MSG_SPLICE_PAGES fragment-boundary handling https://t.co/ZsiUJI8vRQ LPE. The IPv6 variant needs CONFIG_IPV6=y. IPv4 needs USERNS. Affected from v6.1.
@oss_security
22 Jul 2026
339 Impressions
1 Retweet
3 Likes
0 Bookmarks
0 Replies
0 Quotes
Linuxカーネルが24時間で440件のCVEを公表。大部分は安定版ブランチにマージ済み。件数が多いので個別のCVSSスコアは未算出。 "frag"の新亜種CVE-2026-53362、ksmbdのCVE-2026-53383、TIPCの解放後メモリ使用CVE-2026-63801、KVM/
@__kokumoto
21 Jul 2026
3040 Impressions
11 Retweets
27 Likes
11 Bookmarks
0 Replies
2 Quotes
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E1C3142A-8469-4087-A10A-726FF6961047",
"versionEndExcluding": "6.1.177",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "C8AD3BC8-C843-423C-B9DB-CB52F67F578E",
"versionEndExcluding": "6.6.144",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4E206B86-E0E3-4394-A93F-39F2D50A8AA8",
"versionEndExcluding": "6.12.95",
"versionStartIncluding": "6.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FA591B28-5D62-449E-BDBE-3C9391BF070A",
"versionEndExcluding": "6.18.38",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "9526B150-E2B3-4C6F-8AE5-1AF92B75AD9E",
"versionEndExcluding": "7.1.3",
"versionStartIncluding": "6.19",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]