| タイトル | Debian等の複数ベンダの製品における再帰制御に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルのeventpoll機能において発生していた、半無制限の再帰の問題が修正されました。今回の修正により、epollインスタンスがEP_MAX_NESTSを超えるリンク深度のグラフを形成できなくなりました。また、下位や上位への経路の深さに関係なく、経路長がEP_MAX_NESTSエッジ以内に収まるようチェックが強化されました。さらに、修正では各ノードのサブツリーの深度や上向き探索の最大深度を判定する処理が追加され、これらの値によってepollノード間の経路長が制限されるようになっています。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2025年8月19日0:00 |
| 登録日 | 2026年1月13日18:42 |
| 最終更新日 | 2026年1月13日18:42 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Debian |
| Debian GNU/Linux 11.0 |
| Linux |
| Linux Kernel 2.6.32.30 以上 2.6.33 未満 |
| Linux Kernel 2.6.33.8 以上 2.6.34 未満 |
| Linux Kernel 2.6.34.10 以上 2.6.35 未満 |
| Linux Kernel 2.6.35.12 以上 2.6.36 未満 |
| Linux Kernel 2.6.37.3 以上 2.6.38 未満 |
| Linux Kernel 2.6.38 |
| Linux Kernel 2.6.38.1 以上 5.15.190 未満 |
| Linux Kernel 5.16 以上 6.1.149 未満 |
| Linux Kernel 6.13 以上 6.15.11 未満 |
| Linux Kernel 6.16 以上 6.16.1 未満 |
| Linux Kernel 6.2 以上 6.6.103 未満 |
| Linux Kernel 6.7 以上 6.12.43 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年01月13日] 掲載 |
2026年1月13日18:42 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than Currently, ep_loop_check_proc() ensures that the graph is loop-free and - They don't look upwards in the tree. Essentially, the current recursion depth check in ep_loop_check_proc() just A more thorough check is done in reverse_path_check() after the new graph As a result, it is possible to recurse to a depth of at least roughly 500, To fix it: 1. In ep_loop_check_proc(), note the subtree depth of each visited node, |
|---|---|
| 公表日 | 2025年8月20日2:15 |
| 登録日 | 2025年8月20日4:00 |
| 最終更新日 | 2025年8月20日2:15 |