| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。mm/slabでは、allow_spinがtrueでない場合にcurrent-mems_allowed_seqにアクセスしないようにしています。LockdepはNMIコンテキストでget_from_any_partial()が呼び出される際に警告を出します。なぜなら、current-mems_allowed_seqはseqcount_spinlock_t型であり、NMI安全ではないからです。警告内容はロック状態の不整合を示し、デッドロックの可能性を指摘しています。Documentation/locking/seqlock.rstによると、seqcount_tはNMI安全でなく、読み取りパスが書き込み側のクリティカルセクションを割り込む可能性がある場合にはseqcount_latch_tを使用すべきだとされています。本件ではcurrent-mems_allowed_seqにアクセスせず、再試行を避けるように修正されています。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 12:13 p.m. |
| Last Update | May 18, 2026, 12:13 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 |
| Linux |
| Linux Kernel 6.18 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 12:13 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: mm/slab: do not access current->mems_allowed_seq if !allow_spin Lockdep complains when get_from_any_partial() is called in an NMI ================================ other info that might help us debug this: CPU0 *** DEADLOCK *** According to Documentation/locking/seqlock.rst, seqcount_t is not |
|---|---|
| Publication Date | May 8, 2026, 11:16 p.m. |
| Registration Date | May 9, 2026, 4:12 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |