DEBIAN-CVE-2026-31662
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 0, 6.1.164-1, 6.1.162-1 |
| Debian:12 | linux | 6.17.9-1, *, 6.12.69-1 |
| Debian:13 | linux | 6.12.85-1, 6.12.74-2, 6.12.74-2 |
| Debian:11 | linux | 6.12.74-2, 6.11.6-1, 6.11.7-1 |
| Debian:14 | linux | 6.19, 6.19, 6.19 |
Exploit Intelligence
- 4694.0.0.yml (github-poc)
Timeline
- Apr 24, 2026 CVE Published
- May 2, 2026 CVE Updated