| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルのnetfilterのnf_conncountサブシステムに脆弱性が発見されました。接続のクリーンアップを最適化するために、1jiffyあたり1回のガベージコレクションが実行されるようになっていましたが、短時間に多数の新しい接続が発生するとクリーンアップが追いつかず、誤って制限に達してしまう可能性がありました。この問題を防止するために、同じjiffy内で既にガベージコレクションがトリガーされている場合のみGCのスキップを許可し、クリーンアップの上限を64接続に引き上げる対策が取られました。これにより、HTTPサーバーや複数のパフォーマンスツールによるテストで問題が解消されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 26, 2026, 12:01 p.m. |
| Last Update | June 26, 2026, 12:01 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 |
| Linux |
| Linux Kernel 5.10.248 以上 5.10.252 未満 |
| Linux Kernel 5.15.198 以上 5.15.202 未満 |
| Linux Kernel 5.19 以上 6.1.165 未満 |
| Linux Kernel 6.13 以上 6.18.14 未満 |
| Linux Kernel 6.19 以上 6.19.4 未満 |
| Linux Kernel 6.2 以上 6.6.128 未満 |
| Linux Kernel 6.7 以上 6.12.75 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
June 26, 2026, 12:01 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: increase the connection clean up limit to 64 After the optimization to only perform one GC per jiffy, a new problem In order to prevent this issue, only skip the GC if it was already This has been tested using a HTTP server and several Output of slowhttptest + OVS limit at 52000 connections: slow HTTP test status on 340th second: |
|---|---|
| Publication Date | May 27, 2026, 11:16 p.m. |
| Registration Date | May 28, 2026, 4:11 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |