| Title | Debian等の複数ベンダの製品における再帰制御に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルのeventpoll機能において発生していた、半無制限の再帰の問題が修正されました。今回の修正により、epollインスタンスがEP_MAX_NESTSを超えるリンク深度のグラフを形成できなくなりました。また、下位や上位への経路の深さに関係なく、経路長がEP_MAX_NESTSエッジ以内に収まるようチェックが強化されました。さらに、修正では各ノードのサブツリーの深度や上向き探索の最大深度を判定する処理が追加され、これらの値によってepollノード間の経路長が制限されるようになっています。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Aug. 19, 2025, midnight |
| Registration Date | Jan. 13, 2026, 6:42 p.m. |
| Last Update | Jan. 13, 2026, 6:42 p.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 |
| 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年01月13日] 掲載 |
Jan. 13, 2026, 6:42 p.m. |
| Summary | 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, |
|---|---|
| Publication Date | Aug. 20, 2025, 2:15 a.m. |
| Registration Date | Aug. 20, 2025, 4 a.m. |
| Last Update | Aug. 20, 2025, 2:15 a.m. |