{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-43284","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-05-01T14:12:55.998Z","datePublished":"2026-05-08T07:21:47.524Z","dateUpdated":"2026-05-14T16:40:12.480Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-05-11T22:21:34.920Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: esp: avoid in-place decrypt on shared skb frags\n\nMSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP\nmarks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(),\nso later paths that may modify packet data can first make a private\ncopy. The IPv4/IPv6 datagram append paths did not set this flag when\nsplicing pages into UDP skbs.\n\nThat leaves an ESP-in-UDP packet made from shared pipe pages looking\nlike an ordinary uncloned nonlinear skb. ESP input then takes the no-COW\nfast path for uncloned skbs without a frag_list and decrypts in place\nover data that is not owned privately by the skb.\n\nMark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching\nTCP. Also make ESP input fall back to skb_cow_data() when the flag is\npresent, so ESP does not decrypt externally backed frags in place.\nPrivate nonlinear skb frags still use the existing fast path.\n\nThis intentionally does not change ESP output. In esp_output_head(),\nthe path that appends the ESP trailer to existing skb tailroom without\ncalling skb_cow_data() is not reachable for nonlinear skbs:\nskb_tailroom() returns zero when skb->data_len is nonzero, while ESP\ntailen is positive. Thus ESP output will either use the separate\ndestination-frag path or fall back to skb_cow_data()."}],"metrics":[{"cvssV3_1":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H","baseScore":8.8,"baseSeverity":"HIGH"}}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["net/ipv4/esp4.c","net/ipv4/ip_output.c","net/ipv6/esp6.c","net/ipv6/ip6_output.c"],"versions":[{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"a6cb440f274a22456ef3e86b457344f1678f38f9","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"ab8b995323e5237041472d07e5055f5f7dcdf15b","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"fe785bb3a8096dffcc4048a85cd0c83337eeecad","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"5d55c7336f8032d434adcc5fab987ccc93a44aec","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"8253aab4659ca16116b522203c2a6b18dccacea7","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"50ed1e7873100f77abad20fd31c51029bc49cd03","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"b54edf1e9a3fd3491bdcb82a21f8d21315271e0d","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"71a1d9d985d26716f74d21f18ee8cac821b06e97","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"52646cbd00e765a6db9c3afe9535f26218276034","status":"affected","versionType":"git"},{"version":"cac2661c53f35cbe651bef9b07026a5a05ab8ce0","lessThan":"f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["net/ipv4/esp4.c","net/ipv4/ip_output.c","net/ipv6/esp6.c","net/ipv6/ip6_output.c"],"versions":[{"version":"4.11","status":"affected"},{"version":"0","lessThan":"4.11","status":"unaffected","versionType":"semver"},{"version":"5.10.255","lessThanOrEqual":"5.10.*","status":"unaffected","versionType":"semver"},{"version":"5.15.205","lessThanOrEqual":"5.15.*","status":"unaffected","versionType":"semver"},{"version":"5.15.206","lessThanOrEqual":"5.15.*","status":"unaffected","versionType":"semver"},{"version":"6.1.171","lessThanOrEqual":"6.1.*","status":"unaffected","versionType":"semver"},{"version":"6.1.172","lessThanOrEqual":"6.1.*","status":"unaffected","versionType":"semver"},{"version":"6.6.138","lessThanOrEqual":"6.6.*","status":"unaffected","versionType":"semver"},{"version":"6.12.87","lessThanOrEqual":"6.12.*","status":"unaffected","versionType":"semver"},{"version":"6.18.28","lessThanOrEqual":"6.18.*","status":"unaffected","versionType":"semver"},{"version":"7.0.5","lessThanOrEqual":"7.0.*","status":"unaffected","versionType":"semver"},{"version":"7.1-rc3","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"5.10.255"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"5.15.205"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"5.15.206"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"6.1.171"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"6.1.172"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"6.6.138"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"6.12.87"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"6.18.28"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"7.0.5"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.11","versionEndExcluding":"7.1-rc3"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9"},{"url":"https://git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b"},{"url":"https://git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad"},{"url":"https://git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec"},{"url":"https://git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7"},{"url":"https://git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03"},{"url":"https://git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d"},{"url":"https://git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97"},{"url":"https://git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034"},{"url":"https://git.kernel.org/stable/c/f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4"}],"title":"xfrm: esp: avoid in-place decrypt on shared skb frags","x_generator":{"engine":"bippy-1.2.0"}},"adp":[{"title":"CVE Program Container","references":[{"url":"http://www.openwall.com/lists/oss-security/2026/05/08/7"},{"url":"http://www.openwall.com/lists/oss-security/2026/05/13/6"},{"url":"http://www.openwall.com/lists/oss-security/2026/05/14/2"},{"url":"http://www.openwall.com/lists/oss-security/2026/05/14/4"}],"providerMetadata":{"orgId":"af854a3a-2127-422b-91ae-364da2661108","shortName":"CVE","dateUpdated":"2026-05-14T16:40:12.480Z"}},{"problemTypes":[{"descriptions":[{"type":"CWE","cweId":"CWE-123","lang":"en","description":"CWE-123 Write-what-where Condition"}]}],"references":[{"url":"https://github.com/V4bel/dirtyfrag","tags":["exploit"]}],"metrics":[{"cvssV3_1":{"scope":"CHANGED","version":"3.1","baseScore":7.8,"attackVector":"LOCAL","baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H","integrityImpact":"HIGH","userInteraction":"NONE","attackComplexity":"HIGH","availabilityImpact":"HIGH","privilegesRequired":"LOW","confidentialityImpact":"HIGH"}},{"other":{"type":"ssvc","content":{"timestamp":"2026-05-08T00:00:00+00:00","options":[{"Exploitation":"poc"},{"Automatable":"no"},{"Technical Impact":"total"}],"role":"CISA Coordinator","version":"2.0.3","id":"CVE-2026-43284"}}}],"title":"CISA ADP Vulnrichment","providerMetadata":{"orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP","dateUpdated":"2026-05-09T03:55:46.272Z"}}]}}