In the Linux kernel, the following vulnerability has been resolved:
tipc: fix out-of-bounds read in broadcast Gap ACK blocks
A broadcast PROTOCOL/STATE_MSG can carry a Gap ACK blocks record in its data area. tipc_get_gap_ack_blks() only verifies that the record's len field is self-consistent with its ugack_cnt/bgack_cnt counts (sz == struct_size(p, gacks, ugack_cnt + bgack_cnt)); it does not check that the record actually fits in the message data area, msg_data_sz().
The unicast caller tipc_link_proto_rcv() bounds it ("if (glen > dlen) break;"), but the broadcast caller tipc_bcast_sync_rcv() discards the returned size, so tipc_link_advance_transmq() copies the record off the receive skb with an attacker-controlled count:
this_ga = kmemdup(ga, struct_size(ga, gacks, ga->bgack_cnt), GFP_ATOMIC);
A TIPC neighbour that negotiated TIPC_GAP_ACK_BLOCK triggers it with one ordinary broadcast STATE_MSG (msg_bc_ack_invalid() clear), sized so its data area is short, carrying a Gap ACK record with len = 0x400, bgack_cnt = 0xff and ugack_cnt = 0. len then equals struct_size(p, gacks, 255), so the consistency check passes and ga is non-NULL; kmemdup() reads struct_size(ga, gacks, 255) = 1024 bytes out of the much smaller skb:
BUG: KASAN: slab-out-of-bounds in kmemdup_noprof+0x48/0x60 Read of size 1024 at addr ffff0000c7030d38 by task poc864/69 Call trace: kmemdup_noprof+0x48/0x60 tipc_link_advance_transmq+0x86c/0xb80 tipc_link_bc_ack_rcv+0x19c/0x1e0 tipc_bcast_sync_rcv+0x1c4/0x2c4 tipc_rcv+0x85c/0x1340 tipc_l2_rcv_msg+0xac/0x104 The buggy address belongs to the object at ffff0000c7030d00 which belongs to the cache skbuff_small_head of size 704 The buggy address is located 56 bytes inside of allocated 704-byte region [ffff0000c7030d00, ffff0000c7030fc0)
The copied-out bytes are subsequently consumed as gap/ack values, but the read is already out of bounds at the kmemdup() regardless of how they are used.
The unicast STATE path drops such a message: "if (glen > dlen) break;" skips the rest of STATE_MSG handling and the skb is freed. Make the broadcast path drop it too. tipc_bcast_sync_rcv() now bounds the record against msg_data_sz() and, when it does not fit, reports it back through tipc_node_bc_sync_rcv() to tipc_rcv() so the skb is discarded rather than processed. ga is not cleared on this path: ga == NULL already means "legacy peer without Selective ACK", a distinct legitimate state.
CVSS Details
- CVSS 3.1 Base Score: 9.1
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade kernel6.18-toolsUpgrade kernel6.18-debuginfoUpgrade kernel-toolsUpgrade kernel6.18-headersUpgrade python3-perf6.12-debuginfoUpgrade kernel-livepatch-6.1.180-225.360Upgrade kernel6.18-modules-extraUpgrade python3-perfUpgrade perfUpgrade kernel-debuginfo-common-aarch64Upgrade kernel6.18-develUpgrade kernel-livepatch-6.12.100-125.179Upgrade kernelUpgrade kernel6.18-debuginfo-common-x86_64Upgrade kernel6.12-tools-debuginfoUpgrade kernel6.12-debuginfoUpgrade kernel-tools-develUpgrade microvm-kernel6.18Upgrade kernel6.18-tools-develUpgrade bpftool6.12Upgrade kernel6.12-tools-develUpgrade bpftool6.18-debuginfoUpgrade kernel6.12-toolsUpgrade kernel-modules-extra-commonUpgrade perf6.12-debuginfoUpgrade bpftool6.12-debuginfoUpgrade kernel-headersUpgrade perf6.18-debuginfoUpgrade kernel6.12-modules-extraUpgrade kernel6.12-develUpgrade kernel-modules-extraUpgrade perf6.12Upgrade bpftoolUpgrade kernel6.18-tools-debuginfoUpgrade kernel-debuginfo-common-x86_64Upgrade kernel6.18Upgrade kernel6.12-headersUpgrade bpftool6.18Upgrade kernel6.12-debuginfo-common-aarch64Upgrade python3-perf6.12Upgrade kernel6.18-debuginfo-common-aarch64Upgrade perf6.18Upgrade kernel6.12-modules-extra-commonUpgrade kernel6.12Upgrade perf-debuginfoUpgrade kernel6.12-debuginfo-common-x86_64Upgrade python3-perf6.18Upgrade kernel-livepatch-6.18.39-79.141Upgrade python3-perf-debuginfoUpgrade kernel6.18-modules-extra-commonUpgrade bpftool-debuginfoUpgrade kernel-debuginfoUpgrade kernel-develUpgrade python3-perf6.18-debuginfoUpgrade kernel-tools-debuginfo | Aug 18, 2026 | Jul 25, 2026 |
| Debian | — | Upgrade linux-6.12Upgrade linuxUpgrade linux-6.1 | Jul 28, 2026 | Jul 28, 2026 |
| Redhat_linux | — | No solution exists | Aug 4, 2026 | Jul 25, 2026 |
| Ubuntu | — | Upgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-nvidia-bosUpgrade linux-image-nvidia-tegra-rtUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-awsUpgrade linux-image-7.0.0-1012-awsUpgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-realtime-7.0Upgrade linux-image-raspiUpgrade linux-image-gke-64kUpgrade linux-image-nvidia-7.0Upgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-oem-26.04aUpgrade linux-image-aws-7.0Upgrade linux-image-gke-7.0Upgrade linux-image-oem-26.04Upgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-aws-64k-7.0Upgrade linux-image-raspi-7.0Upgrade linux-image-gcp-64kUpgrade linux-image-nvidia-64k-7.0Upgrade linux-image-gke-64k-7.0Upgrade linux-image-gcp-7.0Upgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-nvidia-tegra-6.8Upgrade linux-image-virtual-hwe-26.04Upgrade linux-image-realtime-64kUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-generic-7.0Upgrade linux-image-nvidia-tegra-rt-6.8Upgrade linux-image-6.8.0-1035-nvidia-tegra-rtUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-nvidia-bos-64kUpgrade linux-image-oem-7.0Upgrade linux-image-raspi-realtimeUpgrade linux-image-aws-64kUpgrade linux-image-7.0.0-31-genericUpgrade linux-image-nvidiaUpgrade linux-image-realtime-64k-7.0Upgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-realtime-hwe-26.04Upgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-genericUpgrade linux-image-virtual-7.0Upgrade linux-image-7.0.0-1012-aws-64kUpgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-generic-64k-7.0Upgrade linux-image-virtualUpgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-generic-hwe-26.04Upgrade linux-image-gkeUpgrade linux-image-generic-64kUpgrade linux-image-7.0.0-1013-oemUpgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-oem-26.04bUpgrade linux-image-gcpUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-nvidia-tegraUpgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-ibmUpgrade linux-image-ibm-7.0Upgrade linux-image-nvidia-64kUpgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-6.8.0-1035-nvidia-tegraUpgrade linux-image-realtimeUpgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-7.0.0-2018-nvidia-bos-64k | Sep 14, 2026 | Sep 7, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Jul 31, 2026 | Jul 25, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub