← Vulnerability feed

Vulnerability record · CVE-2026-43284 · published 8 May 2026

CVE-2026-43284: Linux kernel ESP-in-UDP in-place decrypt on shared skb frags

Linux · Linux Kernel

The Linux kernel's IPv4/IPv6 datagram splice paths fail to mark skbs built from shared pipe pages with SKBFL_SHARED_FRAG, so ESP-in-UDP input treats them as ordinary uncloned nonlinear skbs and decrypts in place over memory the skb does not privately own. This is a local privilege escalation class flaw (CWE-123) in the kernel's xfrm/ESP handling. It matters because it allows corruption of externally backed page data reachable from a local context.

8.8 CVSS 3.1 High EPSS 2.5% · top 16.1% CWE-123 · CWE-123
8.8CVSS 3.1 base score
2.5%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
60References, 1 tagged exploit
8 Sep 2026Last modified by NVD

Description

In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: avoid in-place decrypt on shared skb frags MSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(), so later paths that may modify packet data can first make a private copy. The IPv4/IPv6 datagram append paths did not set this flag when splicing pages into UDP skbs. That leaves an ESP-in-UDP packet made from shared pipe pages looking like an ordinary uncloned nonlinear skb. ESP input then takes the no-COW fast path for uncloned skbs without a frag_list and decrypts in place over data that is not owned privately by the skb. Mark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching TCP. Also make ESP input fall back to skb_cow_data() when the flag is present, so ESP does not decrypt externally backed frags in place. Private nonlinear skb frags still use the existing fast path. This intentionally does not change ESP output. In esp_output_head(), the path that appends the ESP trailer to existing skb tailroom without calling skb_cow_data() is not reachable for nonlinear skbs: skb_tailroom() returns zero when skb->data_len is nonzero, while ESP tailen is positive. Thus ESP output will either use the separate destination-frag path or fall back to skb_cow_data().

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: medium.

high priorityCVSS 8.8 with high EPSS and public detection/mitigation scripts, but exploitation requires local low-privileged access and no KEV listing or known ransomware use.

What it is

The Linux kernel's IPv4/IPv6 datagram splice paths fail to mark skbs built from shared pipe pages with SKBFL_SHARED_FRAG, so ESP-in-UDP input treats them as ordinary uncloned nonlinear skbs and decrypts in place over memory the skb does not privately own. This is a local privilege escalation class flaw (CWE-123) in the kernel's xfrm/ESP handling. It matters because it allows corruption of externally backed page data reachable from a local context.

Impact

An attacker gains the ability to write decrypted data into pages not owned by the skb, enabling memory corruption that can lead to local privilege escalation. The CVSS vector rates confidentiality, integrity and availability impact as high with scope change.

Attack surface

Reached locally by a user able to trigger the IPv4/IPv6 datagram splice path and ESP-in-UDP processing; the CVSS vector is AV:L/PR:L/UI:N, so low privileges are required and no user interaction is needed. No remote or unauthenticated path is described.

Exploitation

Not listed in CISA KEV and no ransomware usage is documented, but EPSS is very high (0.93235, 99.83rd percentile) and public detection and mitigation scripts exist, indicating active interest. Reference tags are patch and mailing list only; no exploit tag is present.

What to do

  • Apply the upstream stable kernel patches referenced in the git.kernel.org commit links and the Red Hat errata (RHSA-2026:16061 and related) as soon as possible.
  • If patching cannot be immediate, restrict local access to untrusted users and reduce exposure of ESP-in-UDP services on affected hosts.
  • Track vendor advisories for your distribution to confirm the fixed kernel version for your platform.
  • Reboot or live-patch after applying the kernel update so the fix is active.
  • Monitor for the public mitigation script referenced by Vicarius and validate it against your environment before relying on it.

Detection

  • Monitor kernel logs for ESP/xfrm decryption errors or memory corruption warnings on hosts running ESP-in-UDP.
  • Watch for local privilege escalation attempts or unusual processes gaining root on systems with IPsec/ESP-in-UDP enabled.
  • Use the Vicarius detection script referenced in the advisory to check kernel version and configuration exposure.
  • Audit which hosts run ESP-in-UDP and prioritize those for patch verification.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
https://git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03 Patch
https://git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034 Patch
https://git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec Patch
https://git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97 Patch
https://git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7
https://git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9 Patch
https://git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b Patch
https://git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d Patch
https://git.kernel.org/stable/c/f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4
https://git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad
http://www.openwall.com/lists/oss-security/2026/05/08/7 Mailing List
http://www.openwall.com/lists/oss-security/2026/05/13/6
http://www.openwall.com/lists/oss-security/2026/05/14/2
http://www.openwall.com/lists/oss-security/2026/05/14/4
https://www.vicarius.io/vsociety/posts/cve-2026-43284-detection-script-dirty-frag-linux-kernel-local-privilege-escalatio
https://www.vicarius.io/vsociety/posts/cve-2026-43284-mitigation-script-dirty-frag-linux-kernel-local-privilege-escalati
https://access.redhat.com/errata/RHSA-2026:16061
https://access.redhat.com/errata/RHSA-2026:16062
https://access.redhat.com/errata/RHSA-2026:16100
https://access.redhat.com/errata/RHSA-2026:16155
https://access.redhat.com/errata/RHSA-2026:16157
https://access.redhat.com/errata/RHSA-2026:16160
https://access.redhat.com/errata/RHSA-2026:16161
https://access.redhat.com/errata/RHSA-2026:16171
https://access.redhat.com/errata/RHSA-2026:16176
https://access.redhat.com/errata/RHSA-2026:16180
https://access.redhat.com/errata/RHSA-2026:16195
https://access.redhat.com/errata/RHSA-2026:16196
https://access.redhat.com/errata/RHSA-2026:16201
https://access.redhat.com/errata/RHSA-2026:16202
https://access.redhat.com/errata/RHSA-2026:16203
https://access.redhat.com/errata/RHSA-2026:16204
https://access.redhat.com/errata/RHSA-2026:16206
https://access.redhat.com/errata/RHSA-2026:16254
https://access.redhat.com/errata/RHSA-2026:16312
https://access.redhat.com/errata/RHSA-2026:16314
https://access.redhat.com/errata/RHSA-2026:16328
https://access.redhat.com/errata/RHSA-2026:17795
https://access.redhat.com/errata/RHSA-2026:18025
https://access.redhat.com/errata/RHSA-2026:19074

Track CVE-2026-43284 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2023-3079Google Chrome V8 type confusion enables heap corruptionCVE-2023-3079 is a type confusion flaw in the V8 JavaScript engine in Google Chrome before 114.0.5735.110. A crafted HTML page can trigger the confus…KEVEPSS 32%analysed8.8CVE-2013-6282Linux kernel ARM get_user/put_user missing address validationThe get_user and put_user API functions in the Linux kernel before 3.5.5 on v6k and v7 ARM platforms fail to validate certain addresses, allowing cra…KEVEPSS 40%analysed8.4CVE-2022-0185Linux Kernel Filesystem Context Heap Buffer OverflowThe legacy_parse_param function in the Linux kernel's Filesystem Context functionality fails to properly verify supplied parameter lengths, causing a…KEVEPSS 25%analysed8.4CVE-2013-2094Linux Kernel perf_swevent_init Integer Type Flaw Enables Local Privilege EscalationThe perf_swevent_init function in kernel/events/core.c in the Linux kernel before 3.8.9 uses an incorrect integer data type, allowing a local user to…KEVEPSS 48%analysed7.8CVE-2026-53362Linux kernel IPv6 UDP paged allocation out-of-bounds write__ip6_append_data() in the Linux kernel mis-accounts fraggap on the paged-allocation path, leaving the linear skb area undersized while pagedlen is o…KEVEPSS 0.71%analysed7.8CVE-2026-31431Linux kernel algif_aead in-place crypto operation flawThe Linux kernel's algif_aead AF_ALG AEAD interface operated in-place on buffers that come from different mappings, a flaw the fix resolves by revert…KEVEPSS 3.4%analysed

Source: NIST National Vulnerability Database (record CVE-2026-43284), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.