製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける整数アンダーフローの脆弱性
Title LinuxのLinux Kernelにおける整数アンダーフローの脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。tipc: 重複したGRP_ACK_MSGによるbc_ackersのアンダーフローの問題を修正しました。tipc_group_proto_rcv()内のGRP_ACK_MSGハンドラは、同じメンバーがすでに現在のブロードキャストラウンドを確認済みであっても、受信されるすべてのグループACKでbc_ackersを減算していました。bc_ackersはu16型のため、最後の正当なACKの後に重複したACKが受信されるとカウンタが65535に巻き戻ります。巻き戻された後、tipc_group_bc_cong()は輻輳を報告し続け、影響を受けたソケット上の後続のグループブロードキャストはグループが再作成されるまでブロックされます。この問題を修正するために、bc_ackedまたはbc_ackersを変更する前に重複または古いACKを無視する処理を追加しました。これにより、繰り返しのGRP_ACK_MSG処理が冪等となり、アンダーフローの発生を防止します。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date April 24, 2026, midnight
Registration Date April 30, 2026, 12:31 p.m.
Last Update April 30, 2026, 12:31 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected System
Linux
Linux Kernel 4.15
Linux Kernel 4.15.1 以上 5.10.253 未満
Linux Kernel 5.11 以上 5.15.203 未満
Linux Kernel 5.16 以上 6.1.169 未満
Linux Kernel 6.13 以上 6.18.23 未満
Linux Kernel 6.19 以上 6.19.13 未満
Linux Kernel 6.2 以上 6.6.135 未満
Linux Kernel 6.7 以上 6.12.82 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年04月30日]
  掲載
April 30, 2026, 12:31 p.m.

NVD Vulnerability Information
CVE-2026-31662
Summary

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.

Publication Date April 25, 2026, 12:16 a.m.
Registration Date April 25, 2026, 4:08 a.m.
Last Update April 28, 2026, 12:16 a.m.
Related information, measures and tools
Common Vulnerabilities List