🛡️ CVE-2026-43503 on Ubuntu — linux

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

In the Linux kernel, the following vulnerability has been resolved: net: skbuff: propagate shared-frag marker through frag-transfer helpers Two frag-transfer helpers (__pskb_copy_fclone() and skb_shift()) fail to propagate the SKBFL_SHARED_FRAG bit in skb_shinfo()->flags when moving frags from source to destination. __pskb_copy_fclone() defers the rest of the shinfo metadata to skb_copy_header() after copying frag descriptors, but that helper only carries over gso_{size,segs, type} and never touches skb_shinfo()->flags; skb_shift() moves frag descriptors directly and leaves flags untouched. As a result, the destination skb keeps a reference to the same externally-owned or page-cache-backed pages while reporting skb_has_shared_frag() as false. The mismatch is harmful in any in-place writer that uses skb_has_shared_frag() to decide whether shared pages must be detoured through skb_cow_data(). ESP input is one such writer (esp4.c, esp6.c), and a single nft 'dup to <local>' rule -- or any other nf_dup_ipv4() / xt_TEE caller -- is enough to land a pskb_copy()'d skb in esp_input() with the marker stripped, letting an unprivileged user write into the page cache of a root-owned read-only file via authencesn-ESN stray writes. Set SKBFL_SHARED_FRAG on the destination whenever frag descriptors were actually moved from the source. skb_copy() and skb_copy_expand() share skb_copy_header() too but linearize all paged data into freshly allocated head storage and emerge with nr_frags == 0, so skb_has_shared_frag() returns false on its own; they need no change. The same omission exists in skb_gro_receive() and skb_gro_receive_list(). The former moves the incoming skb's frag descriptors into the accumulator's last sub-skb via two paths (a direct frag-move loop and the head_frag + memcpy path); the latter chains the incoming skb whole onto p's frag_list. Downstream skb_segment() reads only skb_shinfo(p)->flags, and skb_segment_list() reuses each sub-skb's shinfo as the nskb -- both p and lp must carry the marker. The same omission also exists in tcp_clone_payload(), which builds an MTU probe skb by moving frag descriptors from skbs on sk_write_queue into a freshly allocated nskb. The helper falls into the same family and warrants the same fix for consistency; no TCP TX-side in-place writer is currently known to reach a user page through this gap, but a future consumer depending on the marker would regress silently. The same omission exists in skb_segment(): the per-iteration flag merge takes only head_skb's flag, and the inner switch that rebinds frag_skb to list_skb on head_skb-frags exhaustion does not fold the new frag_skb's flag into nskb. Fold frag_skb's flag at both sites so segments drawing frags from frag_list members carry the marker.

Distribution advisory

This page covers CVE-2026-43503 as tracked by Ubuntu, for the package linux. The fix is available in version 7.0.0-22.22; earlier versions remain affected.

How this vulnerability can be exploited

This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality high, integrity high, availability high.

Affected software

UBUNTU-CVE-2026-43503 is recorded against 160 packages.

  • linux (fixed in 7.0.0-22.22)
  • linux-allwinner-5.19
  • linux-aws (fixed in 7.0.0-1006.6)
  • linux-aws-5.0
  • linux-aws-5.11
  • linux-aws-5.13
  • linux-aws-5.15 (fixed in 5.15.0-1109.116~20.04.1)
  • linux-aws-5.19
  • linux-aws-5.3
  • linux-aws-5.4 (fixed in 5.4.0-1161.172~18.04.1)
  • linux-aws-5.8
  • linux-aws-6.14
  • linux-aws-6.17 (fixed in 6.17.0-1017.17~24.04.1)
  • linux-aws-6.2
  • linux-aws-6.5
  • linux-aws-6.8 (fixed in 6.8.0-1057.60~22.04.1)
  • linux-aws-fips (fixed in 6.8.0-1057.60+fips1)
  • linux-aws-hwe
  • linux-azure (fixed in 7.0.0-1007.7)
  • linux-azure-4.15 (fixed in 4.15.0-1204.219)
  • linux-azure-5.11
  • linux-azure-5.13
  • linux-azure-5.15 (fixed in 5.15.0-1114.123~20.04.1)
  • linux-azure-5.19
Show the remaining 136 packages
  • linux-azure-5.3
  • linux-azure-5.4 (fixed in 5.4.0-1166.172~18.04.1)
  • linux-azure-5.8
  • linux-azure-6.11
  • linux-azure-6.14
  • linux-azure-6.17 (fixed in 6.17.0-1017.17~24.04.1)
  • linux-azure-6.2
  • linux-azure-6.5
  • linux-azure-6.8 (fixed in 6.8.0-1059.65~22.04.1)
  • linux-azure-edge
  • linux-azure-fde
  • linux-azure-fde-5.15
  • linux-azure-fde-5.19
  • linux-azure-fde-6.14
  • linux-azure-fde-6.17
  • linux-azure-fde-6.2
  • linux-azure-fde-6.8
  • linux-azure-fips (fixed in 6.8.0-1059.65+fips1)
  • linux-azure-nvidia
  • linux-azure-nvidia-6.14
  • linux-bluefield
  • linux-fips (fixed in 6.8.0-124.124+fips1)
  • linux-gcp (fixed in 7.0.0-1005.5)
  • linux-gcp-4.15 (fixed in 4.15.0-1187.204)
  • linux-gcp-5.11
  • linux-gcp-5.13
  • linux-gcp-5.15 (fixed in 5.15.0-1109.118~20.04.1)
  • linux-gcp-5.19
  • linux-gcp-5.3
  • linux-gcp-5.4 (fixed in 5.4.0-1164.173~18.04.1)
  • linux-gcp-5.8
  • linux-gcp-6.11
  • linux-gcp-6.14
  • linux-gcp-6.17 (fixed in 6.17.0-1018.19~24.04.1)
  • linux-gcp-6.2
  • linux-gcp-6.5
  • linux-gcp-6.8 (fixed in 6.8.0-1060.63~22.04.1)
  • linux-gcp-fips (fixed in 6.8.0-1060.63+fips1)
  • linux-gke (fixed in 6.8.0-1055.61)
  • linux-gke-4.15
  • linux-gke-5.15
  • linux-gke-5.4
  • linux-gkeop (fixed in 6.8.0-1042.45)
  • linux-gkeop-5.15
  • linux-gkeop-5.4
  • linux-hwe
  • linux-hwe-5.11
  • linux-hwe-5.13
  • linux-hwe-5.15 (fixed in 5.15.0-181.191~20.04.1)
  • linux-hwe-5.19
  • linux-hwe-5.4 (fixed in 5.4.0-233.253~18.04.1)
  • linux-hwe-5.8
  • linux-hwe-6.11
  • linux-hwe-6.14
  • linux-hwe-6.17 (fixed in 6.17.0-35.35~24.04.1)
  • linux-hwe-6.2
  • linux-hwe-6.5
  • linux-hwe-6.8 (fixed in 6.8.0-124.124~22.04.1)
  • linux-hwe-7.0 (fixed in 7.0.0-28.28~24.04.1)
  • linux-hwe-edge
  • linux-ibm (fixed in 7.0.0-1007.7)
  • linux-ibm-5.15 (fixed in 5.15.0-1103.106~20.04.1)
  • linux-ibm-5.4 (fixed in 5.4.0-1107.112~18.04.1)
  • linux-ibm-6.8 (fixed in 6.8.0-1057.58~22.04.1)
  • linux-intel-5.13
  • linux-intel-iot-realtime (fixed in 5.15.0-1101.103)
  • linux-intel-iotg (fixed in 5.15.0-1104.110)
  • linux-intel-iotg-5.15 (fixed in 5.15.0-1104.110~20.04.1)
  • linux-iot (fixed in 5.4.0-1065.68)
  • linux-kvm (fixed in 5.15.0-1101.106)
  • linux-lowlatency (fixed in 6.8.0-134.134.1)
  • linux-lowlatency-hwe-5.15 (fixed in 5.15.0-181.191~20.04.1)
  • linux-lowlatency-hwe-5.19
  • linux-lowlatency-hwe-6.11
  • linux-lowlatency-hwe-6.2
  • linux-lowlatency-hwe-6.5
  • linux-lowlatency-hwe-6.8 (fixed in 6.8.0-134.134.1~22.04.1)
  • linux-lts-xenial (fixed in 4.4.0-283.317~14.04.1)
  • linux-nvidia (fixed in 7.0.0-1009.9)
  • linux-nvidia-6.11
  • linux-nvidia-6.17 (fixed in 6.17.0-1021.21)
  • linux-nvidia-6.2
  • linux-nvidia-6.5
  • linux-nvidia-6.8 (fixed in 6.8.0-1055.58~22.04.1)
  • linux-nvidia-lowlatency (fixed in 6.8.0-1055.58.1)
  • linux-nvidia-tegra (fixed in 6.8.0-1026.26)
  • linux-nvidia-tegra-5.15 (fixed in 5.15.0-1061.61~20.04.1)
  • linux-nvidia-tegra-igx (fixed in 5.15.0-1050.50)
  • linux-oem
  • linux-oem-5.10
  • linux-oem-5.13
  • linux-oem-5.14
  • linux-oem-5.17
  • linux-oem-5.6
  • linux-oem-6.0
  • linux-oem-6.1
  • linux-oem-6.11
  • linux-oem-6.14
  • linux-oem-6.17 (fixed in 6.17.0-1024.24)
  • linux-oem-6.5
  • linux-oem-6.8
  • linux-oem-7.0 (fixed in 7.0.0-1008.8)
  • linux-oracle (fixed in 7.0.0-1005.5)
  • linux-oracle-5.0
  • linux-oracle-5.11
  • linux-oracle-5.13
  • linux-oracle-5.15 (fixed in 5.15.0-1106.112~20.04.1)
  • linux-oracle-5.3
  • linux-oracle-5.4 (fixed in 5.4.0-1159.169~18.04.1)
  • linux-oracle-5.8
  • linux-oracle-6.14
  • linux-oracle-6.17 (fixed in 6.17.0-1016.16~24.04.1)
  • linux-oracle-6.5
  • linux-oracle-6.8 (fixed in 6.8.0-1054.55~22.04.1)
  • linux-raspi (fixed in 7.0.0-1011.11)
  • linux-raspi-5.4 (fixed in 5.4.0-1144.157~18.04.1)
  • linux-raspi-realtime (fixed in 6.8.0-2046.47)
  • linux-raspi2
  • linux-realtime (fixed in 7.0.0-22.22.1)
  • linux-realtime-6.14
  • linux-realtime-6.17 (fixed in 6.17.0-1014.16~24.04.1)
  • linux-realtime-6.8 (fixed in 6.8.1-1052.53~22.04.1)
  • linux-riscv (fixed in 7.0.0-22.22.1)
  • linux-riscv-5.11
  • linux-riscv-5.15 (fixed in 5.15.0-1103.107~20.04.1)
  • linux-riscv-5.19
  • linux-riscv-5.8
  • linux-riscv-6.14
  • linux-riscv-6.17 (fixed in 6.17.0-35.35.1~24.04.1)
  • linux-riscv-6.5
  • linux-riscv-6.8 (fixed in 6.8.0-124.124~22.04.1)
  • linux-starfive-5.19
  • linux-starfive-6.2
  • linux-starfive-6.5
  • linux-xilinx (fixed in 6.8.0-1032.33)
  • linux-xilinx-zynqmp (fixed in 5.15.0-1074.78)

Timeline and source

Published on 23 May 2026 and last revised on 11 August 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

ubuntu.com (Report)
www.cve.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
git.kernel.org (Report)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)

CVE-2026-43503 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity Unknown
CVSS Score N/A
CVSS Vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2026-05-23
Updated 2026-08-12
Modified 2026-08-11
Fix URL N/A

Affected Packages

Software From version Fixed in
linux 7.0.0-22.22
linux-allwinner-5.19
linux-aws 7.0.0-1006.6
linux-aws-5.0
linux-aws-5.11
linux-aws-5.13
linux-aws-5.15 5.15.0-1109.116~20.04.1
linux-aws-5.19
linux-aws-5.3
linux-aws-5.4 5.4.0-1161.172~18.04.1
linux-aws-5.8
linux-aws-6.14
linux-aws-6.17 6.17.0-1017.17~24.04.1
linux-aws-6.2
linux-aws-6.5
linux-aws-6.8 6.8.0-1057.60~22.04.1
linux-aws-fips 6.8.0-1057.60+fips1
linux-aws-hwe
linux-azure 7.0.0-1007.7
linux-azure-4.15 4.15.0-1204.219
linux-azure-5.11
linux-azure-5.13
linux-azure-5.15 5.15.0-1114.123~20.04.1
linux-azure-5.19
linux-azure-5.3
linux-azure-5.4 5.4.0-1166.172~18.04.1
linux-azure-5.8
linux-azure-6.11
linux-azure-6.14
linux-azure-6.17 6.17.0-1017.17~24.04.1
linux-azure-6.2
linux-azure-6.5
linux-azure-6.8 6.8.0-1059.65~22.04.1
linux-azure-edge
linux-azure-fde
linux-azure-fde-5.15
linux-azure-fde-5.19
linux-azure-fde-6.14
linux-azure-fde-6.17
linux-azure-fde-6.2
linux-azure-fde-6.8
linux-azure-fips 6.8.0-1059.65+fips1
linux-azure-nvidia
linux-azure-nvidia-6.14
linux-bluefield
linux-fips 6.8.0-124.124+fips1
linux-gcp 7.0.0-1005.5
linux-gcp-4.15 4.15.0-1187.204
linux-gcp-5.11
linux-gcp-5.13
linux-gcp-5.15 5.15.0-1109.118~20.04.1
linux-gcp-5.19
linux-gcp-5.3
linux-gcp-5.4 5.4.0-1164.173~18.04.1
linux-gcp-5.8
linux-gcp-6.11
linux-gcp-6.14
linux-gcp-6.17 6.17.0-1018.19~24.04.1
linux-gcp-6.2
linux-gcp-6.5
linux-gcp-6.8 6.8.0-1060.63~22.04.1
linux-gcp-fips 6.8.0-1060.63+fips1
linux-gke 6.8.0-1055.61
linux-gke-4.15
linux-gke-5.15
linux-gke-5.4
linux-gkeop 6.8.0-1042.45
linux-gkeop-5.15
linux-gkeop-5.4
linux-hwe
linux-hwe-5.11
linux-hwe-5.13
linux-hwe-5.15 5.15.0-181.191~20.04.1
linux-hwe-5.19
linux-hwe-5.4 5.4.0-233.253~18.04.1
linux-hwe-5.8
linux-hwe-6.11
linux-hwe-6.14
linux-hwe-6.17 6.17.0-35.35~24.04.1
linux-hwe-6.2
linux-hwe-6.5
linux-hwe-6.8 6.8.0-124.124~22.04.1
linux-hwe-7.0 7.0.0-28.28~24.04.1
linux-hwe-edge
linux-ibm 7.0.0-1007.7
linux-ibm-5.15 5.15.0-1103.106~20.04.1
linux-ibm-5.4 5.4.0-1107.112~18.04.1
linux-ibm-6.8 6.8.0-1057.58~22.04.1
linux-intel-5.13
linux-intel-iot-realtime 5.15.0-1101.103
linux-intel-iotg 5.15.0-1104.110
linux-intel-iotg-5.15 5.15.0-1104.110~20.04.1
linux-iot 5.4.0-1065.68
linux-kvm 5.15.0-1101.106
linux-lowlatency 6.8.0-134.134.1
linux-lowlatency-hwe-5.15 5.15.0-181.191~20.04.1
linux-lowlatency-hwe-5.19
linux-lowlatency-hwe-6.11
linux-lowlatency-hwe-6.2
linux-lowlatency-hwe-6.5
linux-lowlatency-hwe-6.8 6.8.0-134.134.1~22.04.1
linux-lts-xenial 4.4.0-283.317~14.04.1
linux-nvidia 7.0.0-1009.9
linux-nvidia-6.11
linux-nvidia-6.17 6.17.0-1021.21
linux-nvidia-6.2
linux-nvidia-6.5
linux-nvidia-6.8 6.8.0-1055.58~22.04.1
linux-nvidia-lowlatency 6.8.0-1055.58.1
linux-nvidia-tegra 6.8.0-1026.26
linux-nvidia-tegra-5.15 5.15.0-1061.61~20.04.1
linux-nvidia-tegra-igx 5.15.0-1050.50
linux-oem
linux-oem-5.10
linux-oem-5.13
linux-oem-5.14
linux-oem-5.17
linux-oem-5.6
linux-oem-6.0
linux-oem-6.1
linux-oem-6.11
linux-oem-6.14
linux-oem-6.17 6.17.0-1024.24
linux-oem-6.5
linux-oem-6.8
linux-oem-7.0 7.0.0-1008.8
linux-oracle 7.0.0-1005.5
linux-oracle-5.0
linux-oracle-5.11
linux-oracle-5.13
linux-oracle-5.15 5.15.0-1106.112~20.04.1
linux-oracle-5.3
linux-oracle-5.4 5.4.0-1159.169~18.04.1
linux-oracle-5.8
linux-oracle-6.14
linux-oracle-6.17 6.17.0-1016.16~24.04.1
linux-oracle-6.5
linux-oracle-6.8 6.8.0-1054.55~22.04.1
linux-raspi 7.0.0-1011.11
linux-raspi-5.4 5.4.0-1144.157~18.04.1
linux-raspi-realtime 6.8.0-2046.47
linux-raspi2
linux-realtime 7.0.0-22.22.1
linux-realtime-6.14
linux-realtime-6.17 6.17.0-1014.16~24.04.1
linux-realtime-6.8 6.8.1-1052.53~22.04.1
linux-riscv 7.0.0-22.22.1
linux-riscv-5.11
linux-riscv-5.15 5.15.0-1103.107~20.04.1
linux-riscv-5.19
linux-riscv-5.8
linux-riscv-6.14
linux-riscv-6.17 6.17.0-35.35.1~24.04.1
linux-riscv-6.5
linux-riscv-6.8 6.8.0-124.124~22.04.1
linux-starfive-5.19
linux-starfive-6.2
linux-starfive-6.5
linux-xilinx 6.8.0-1032.33
linux-xilinx-zynqmp 5.15.0-1074.78

References

Similar Threats

Site Security Check

Is linux part of your stack?

UBUNTU-CVE-2026-43503 is rated CVSS 8.8 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.