🛡️ CVE-2026-43456 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: bonding: fix type confusion in bond_setup_by_slave() kernel BUG at net/core/skbuff.c:2306! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI RIP: 0010:pskb_expand_head+0xa08/0xfe0 net/core/skbuff.c:2306 RSP: 0018:ffffc90004aff760 EFLAGS: 00010293 RAX: 0000000000000000 RBX: ffff88807e3c8780 RCX: ffffffff89593e0e RDX: ffff88807b7c4900 RSI: ffffffff89594747 RDI: ffff88807b7c4900 RBP: 0000000000000820 R08: 0000000000000005 R09: 0000000000000000 R10: 00000000961a63e0 R11: 0000000000000000 R12: ffff88807e3c8780 R13: 00000000961a6560 R14: dffffc0000000000 R15: 00000000961a63e0 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007fe1a0ed8df0 CR3: 000000002d816000 CR4: 00000000003526f0 Call Trace: <TASK> ipgre_header+0xdd/0x540 net/ipv4/ip_gre.c:900 dev_hard_header include/linux/netdevice.h:3439 [inline] packet_snd net/packet/af_packet.c:3028 [inline] packet_sendmsg+0x3ae5/0x53c0 net/packet/af_packet.c:3108 sock_sendmsg_nosec net/socket.c:727 [inline] __sock_sendmsg net/socket.c:742 [inline] ____sys_sendmsg+0xa54/0xc30 net/socket.c:2592 ___sys_sendmsg+0x190/0x1e0 net/socket.c:2646 __sys_sendmsg+0x170/0x220 net/socket.c:2678 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0x106/0xf80 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7fe1a0e6c1a9 When a non-Ethernet device (e.g. GRE tunnel) is enslaved to a bond, bond_setup_by_slave() directly copies the slave's header_ops to the bond device: bond_dev->header_ops = slave_dev->header_ops; This causes a type confusion when dev_hard_header() is later called on the bond device. Functions like ipgre_header(), ip6gre_header(),all use netdev_priv(dev) to access their device-specific private data. When called with the bond device, netdev_priv() returns the bond's private data (struct bonding) instead of the expected type (e.g. struct ip_tunnel), leading to garbage values being read and kernel crashes. Fix this by introducing bond_header_ops with wrapper functions that delegate to the active slave's header_ops using the slave's own device. This ensures netdev_priv() in the slave's header functions always receives the correct device. The fix is placed in the bonding driver rather than individual device drivers, as the root cause is bond blindly inheriting header_ops from the slave without considering that these callbacks expect a specific netdev_priv() layout. The type confusion can be observed by adding a printk in ipgre_header() and running the following commands: ip link add dummy0 type dummy ip addr add 10.0.0.1/24 dev dummy0 ip link set dummy0 up ip link add gre1 type gre local 10.0.0.1 ip link add bond1 type bond mode active-backup ip link set gre1 master bond1 ip link set gre1 up ip link set bond1 up ip addr add fe80::1/64 dev bond1

Distribution advisory

This page covers CVE-2026-43456 as tracked by Ubuntu, for the package linux. The fix is available in version 6.8.0-1061.64~22.04.1; 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 unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity high, availability high.

Affected software

UBUNTU-CVE-2026-43456 is recorded against 157 packages.

  • linux
  • linux-allwinner-5.19
  • linux-aws
  • linux-aws-5.0
  • linux-aws-5.11
  • linux-aws-5.13
  • linux-aws-5.15
  • linux-aws-5.19
  • linux-aws-5.3
  • linux-aws-5.4
  • linux-aws-5.8
  • linux-aws-6.14
  • linux-aws-6.17
  • linux-aws-6.2
  • linux-aws-6.5
  • linux-aws-6.8 (fixed in 6.8.0-1061.64~22.04.1)
  • linux-aws-fips (fixed in 6.8.0-1061.64+fips1)
  • linux-aws-hwe
  • linux-azure
  • linux-azure-4.15
  • linux-azure-5.11
  • linux-azure-5.13
  • linux-azure-5.15
  • linux-azure-5.19
Show the remaining 133 packages
  • linux-azure-5.3
  • linux-azure-5.4
  • linux-azure-5.8
  • linux-azure-6.11
  • linux-azure-6.14
  • linux-azure-6.17
  • linux-azure-6.2
  • linux-azure-6.5
  • linux-azure-6.8 (fixed in 6.8.0-1063.71~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.2
  • linux-azure-fde-6.8 (fixed in 6.8.0-1062.69~22.04.1)
  • linux-azure-fips (fixed in 6.8.0-1063.71+fips2)
  • linux-azure-nvidia
  • linux-azure-nvidia-6.14
  • linux-bluefield
  • linux-fips (fixed in 6.8.0-136.136+fips2)
  • linux-gcp
  • linux-gcp-4.15
  • linux-gcp-5.11
  • linux-gcp-5.13
  • linux-gcp-5.15
  • linux-gcp-5.19
  • linux-gcp-5.3
  • linux-gcp-5.4
  • linux-gcp-5.8
  • linux-gcp-6.11
  • linux-gcp-6.14
  • linux-gcp-6.17
  • linux-gcp-6.2
  • linux-gcp-6.5
  • linux-gcp-6.8 (fixed in 6.8.0-1064.72~22.04.1)
  • linux-gcp-fips (fixed in 6.8.0-1064.72+fips1)
  • linux-gke (fixed in 6.8.0-1059.67)
  • linux-gke-4.15
  • linux-gke-5.15
  • linux-gke-5.4
  • linux-gkeop (fixed in 6.8.0-1046.50)
  • linux-gkeop-5.15
  • linux-gkeop-5.4
  • linux-hwe
  • linux-hwe-5.11
  • linux-hwe-5.13
  • linux-hwe-5.15
  • linux-hwe-5.19
  • linux-hwe-5.4
  • linux-hwe-5.8
  • linux-hwe-6.11
  • linux-hwe-6.14
  • linux-hwe-6.17
  • linux-hwe-6.2
  • linux-hwe-6.5
  • linux-hwe-6.8 (fixed in 6.8.0-136.136~22.04.1)
  • linux-hwe-edge
  • linux-ibm (fixed in 6.8.0-1061.62)
  • linux-ibm-5.15
  • linux-ibm-5.4
  • linux-ibm-6.8 (fixed in 6.8.0-1061.62~22.04.1)
  • linux-intel-5.13
  • linux-intel-iot-realtime
  • linux-intel-iotg
  • linux-intel-iotg-5.15
  • linux-iot
  • linux-kvm
  • linux-lowlatency (fixed in 6.8.0-136.136.2)
  • linux-lowlatency-hwe-5.15
  • 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-136.136.2~22.04.1)
  • linux-lts-xenial
  • linux-nvidia (fixed in 6.8.0-1059.62)
  • linux-nvidia-6.11
  • linux-nvidia-6.17
  • linux-nvidia-6.2
  • linux-nvidia-6.5
  • linux-nvidia-6.8 (fixed in 6.8.0-1059.62~22.04.1)
  • linux-nvidia-lowlatency (fixed in 6.8.0-1059.62.1)
  • linux-nvidia-tegra (fixed in 6.8.0-1030.31)
  • linux-nvidia-tegra-5.15
  • linux-nvidia-tegra-igx
  • 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
  • linux-oem-6.5
  • linux-oem-6.8
  • linux-oracle
  • linux-oracle-5.0
  • linux-oracle-5.11
  • linux-oracle-5.13
  • linux-oracle-5.15
  • linux-oracle-5.3
  • linux-oracle-5.4
  • linux-oracle-5.8
  • linux-oracle-6.14
  • linux-oracle-6.17
  • linux-oracle-6.5
  • linux-oracle-6.8 (fixed in 6.8.0-1058.61~22.04.1)
  • linux-raspi
  • linux-raspi-5.4
  • linux-raspi-realtime
  • linux-raspi2
  • linux-realtime
  • linux-realtime-6.14
  • linux-realtime-6.17
  • linux-realtime-6.8 (fixed in 6.8.1-1056.57~22.04.2)
  • linux-riscv
  • linux-riscv-5.11
  • linux-riscv-5.15
  • linux-riscv-5.19
  • linux-riscv-5.8
  • linux-riscv-6.14
  • linux-riscv-6.17
  • linux-riscv-6.5
  • linux-riscv-6.8 (fixed in 6.8.0-136.136~22.04.3)
  • linux-starfive-5.19
  • linux-starfive-6.2
  • linux-starfive-6.5
  • linux-xilinx (fixed in 6.8.0-1033.34)
  • linux-xilinx-zynqmp

Timeline and source

Published on 8 May 2026 and last revised on 19 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)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)
ubuntu.com (Advisory)

CVE-2026-43456 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:U/C:H/I:H/A:H
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2026-05-08
Updated 2026-08-20
Modified 2026-08-19
Fix URL N/A

Affected Packages

Software From version Fixed in
linux
linux-allwinner-5.19
linux-aws
linux-aws-5.0
linux-aws-5.11
linux-aws-5.13
linux-aws-5.15
linux-aws-5.19
linux-aws-5.3
linux-aws-5.4
linux-aws-5.8
linux-aws-6.14
linux-aws-6.17
linux-aws-6.2
linux-aws-6.5
linux-aws-6.8 6.8.0-1061.64~22.04.1
linux-aws-fips 6.8.0-1061.64+fips1
linux-aws-hwe
linux-azure
linux-azure-4.15
linux-azure-5.11
linux-azure-5.13
linux-azure-5.15
linux-azure-5.19
linux-azure-5.3
linux-azure-5.4
linux-azure-5.8
linux-azure-6.11
linux-azure-6.14
linux-azure-6.17
linux-azure-6.2
linux-azure-6.5
linux-azure-6.8 6.8.0-1063.71~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.2
linux-azure-fde-6.8 6.8.0-1062.69~22.04.1
linux-azure-fips 6.8.0-1063.71+fips2
linux-azure-nvidia
linux-azure-nvidia-6.14
linux-bluefield
linux-fips 6.8.0-136.136+fips2
linux-gcp
linux-gcp-4.15
linux-gcp-5.11
linux-gcp-5.13
linux-gcp-5.15
linux-gcp-5.19
linux-gcp-5.3
linux-gcp-5.4
linux-gcp-5.8
linux-gcp-6.11
linux-gcp-6.14
linux-gcp-6.17
linux-gcp-6.2
linux-gcp-6.5
linux-gcp-6.8 6.8.0-1064.72~22.04.1
linux-gcp-fips 6.8.0-1064.72+fips1
linux-gke 6.8.0-1059.67
linux-gke-4.15
linux-gke-5.15
linux-gke-5.4
linux-gkeop 6.8.0-1046.50
linux-gkeop-5.15
linux-gkeop-5.4
linux-hwe
linux-hwe-5.11
linux-hwe-5.13
linux-hwe-5.15
linux-hwe-5.19
linux-hwe-5.4
linux-hwe-5.8
linux-hwe-6.11
linux-hwe-6.14
linux-hwe-6.17
linux-hwe-6.2
linux-hwe-6.5
linux-hwe-6.8 6.8.0-136.136~22.04.1
linux-hwe-edge
linux-ibm 6.8.0-1061.62
linux-ibm-5.15
linux-ibm-5.4
linux-ibm-6.8 6.8.0-1061.62~22.04.1
linux-intel-5.13
linux-intel-iot-realtime
linux-intel-iotg
linux-intel-iotg-5.15
linux-iot
linux-kvm
linux-lowlatency 6.8.0-136.136.2
linux-lowlatency-hwe-5.15
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-136.136.2~22.04.1
linux-lts-xenial
linux-nvidia 6.8.0-1059.62
linux-nvidia-6.11
linux-nvidia-6.17
linux-nvidia-6.2
linux-nvidia-6.5
linux-nvidia-6.8 6.8.0-1059.62~22.04.1
linux-nvidia-lowlatency 6.8.0-1059.62.1
linux-nvidia-tegra 6.8.0-1030.31
linux-nvidia-tegra-5.15
linux-nvidia-tegra-igx
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
linux-oem-6.5
linux-oem-6.8
linux-oracle
linux-oracle-5.0
linux-oracle-5.11
linux-oracle-5.13
linux-oracle-5.15
linux-oracle-5.3
linux-oracle-5.4
linux-oracle-5.8
linux-oracle-6.14
linux-oracle-6.17
linux-oracle-6.5
linux-oracle-6.8 6.8.0-1058.61~22.04.1
linux-raspi
linux-raspi-5.4
linux-raspi-realtime
linux-raspi2
linux-realtime
linux-realtime-6.14
linux-realtime-6.17
linux-realtime-6.8 6.8.1-1056.57~22.04.2
linux-riscv
linux-riscv-5.11
linux-riscv-5.15
linux-riscv-5.19
linux-riscv-5.8
linux-riscv-6.14
linux-riscv-6.17
linux-riscv-6.5
linux-riscv-6.8 6.8.0-136.136~22.04.3
linux-starfive-5.19
linux-starfive-6.2
linux-starfive-6.5
linux-xilinx 6.8.0-1033.34
linux-xilinx-zynqmp

References

Similar Threats

Site Security Check

Is linux part of your stack?

UBUNTU-CVE-2026-43456 is rated CVSS 7.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.

Browse related advisories

All advisoriesUbuntuUbuntu 2026