製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおけるゼロ除算に関する脆弱性
Title LinuxのLinux Kernelにおけるゼロ除算に関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。mptcp: mptcp_rcvbuf_grow()関数内でのOut-of-Order (OoO)の計上を行わなくなりました。複数のサブフローが同時に動作している場合、MPTCPレベルのOoOは生理的なものであり、再送を引き起こさず、ドロップによっても発生しません。mptcp_rcvbuf_grow()でこれらを計上すると、受信バッファ(rcvbuf)がtcp_rmem[2]に向かって徐々にずれてしまいます。そのため、このような計上を除去しました。なお、サブフローはMPTCPレベルのrcvbufが伝播される際にTCPレベルのOoOは引き続き計上されます。また、これは微妙で非常にまれなレースコンディションも解消します。rcvspaceの初期化において、ユーザースペースがmskレベルのソケットロックを保持しながらアクティブなソケットが受信コールバック内で初期化を完了し、その後初めてのOoOデータがrcvbufに到達すると、ゼロ除算によるクラッシュ(Oops)を引き起こす可能性がありました。

Possible impacts ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

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

Publication Date May 27, 2026, midnight
Registration Date June 26, 2026, 11:59 a.m.
Last Update June 26, 2026, 11:59 a.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
Linux
Linux Kernel 6.18 以上 6.18.14 未満
Linux Kernel 6.19 以上 6.19.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月26日]
  掲載
June 26, 2026, 11:59 a.m.

NVD Vulnerability Information
CVE-2026-45889
Summary

In the Linux kernel, the following vulnerability has been resolved:

mptcp: do not account for OoO in mptcp_rcvbuf_grow()

MPTCP-level OoOs are physiological when multiple subflows are active
concurrently and will not cause retransmissions nor are caused by
drops.

Accounting for them in mptcp_rcvbuf_grow() causes the rcvbuf slowly
drifting towards tcp_rmem[2].

Remove such accounting. Note that subflows will still account for TCP-level
OoO when the MPTCP-level rcvbuf is propagated.

This also closes a subtle and very unlikely race condition with rcvspace
init; active sockets with user-space holding the msk-level socket lock,
could complete such initialization in the receive callback, after that the
first OoO data reaches the rcvbuf and potentially triggering a divide by
zero Oops.

Publication Date May 27, 2026, 11:17 p.m.
Registration Date May 28, 2026, 4:11 a.m.
Last Update May 27, 2026, 11:48 p.m.
Related information, measures and tools
Common Vulnerabilities List