CVE-2026-31662

HIGH

tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG The GRP_ACK_MSG handler in tipc_group_proto_rcv() currently decrements bc_ackers on every inbound group ACK, even when the same member has already acknowledged the current broadcast round. Because bc_ackers is a u16, a duplicate ACK received after the last legitimate ACK wraps the counter to 65535. Once wrapped, tipc_group_bc_cong() keeps reporting congestion and later group broadcasts on the affected socket stay blocked until the group is recreated. Fix this by ignoring duplicate or stale ACKs before touching bc_acked or bc_ackers. This makes repeated GRP_ACK_MSG handling idempotent and prevents the underflow path.

Scores

CVSS v3 7.5
EPSS 0.0039
EPSS Percentile 31.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-191
Status published
Products (28)
linux/Kernel 4.15.0 - 5.10.253linux
linux/Kernel 5.11.0 - 5.15.203linux
linux/Kernel 5.16.0 - 6.1.169linux
linux/Kernel 6.13.0 - 6.18.23linux
linux/Kernel 6.19.0 - 6.19.13linux
linux/Kernel 6.2.0 - 6.6.135linux
linux/Kernel 6.7.0 - 6.12.82linux
Linux/Linux < 4.15
Linux/Linux 2f487712b89376fce267223bbb0db93d393d4b09 - 1b6f13f626665cac67ba5a012765427680518711
Linux/Linux 2f487712b89376fce267223bbb0db93d393d4b09 - 36ec4fdd6250dcd5e73eb09ea92ed92e9cc28412
... and 18 more
Published Apr 24, 2026
Tracked Since Apr 24, 2026