| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が解決されました。mmc: coreでは、claimおよびretuneフラグのビットフィールドの読み取り・修正・書き込み(RMW)を回避するため、claimおよびretune制御フラグをビットフィールドワードから移動し、非同期コンテキストでの無関係なRMWの副作用を防止しています。host-claimedビットはretuneフラグとワードを共有していました。__mmc_claim_host()のclaimedへの書き込みやmmc_mq_queue_rq()のretune_nowへの書き込みは、他のコンテキストで同時に更新が発生すると他のビットを上書きし、誤ったWARN_ON(!host-claimed)を引き起こす可能性があります。そのため、claimed、can_retune、retune_now、およびretune_pausedをbool型に変換して共有ワードの結合を除去しています。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 13, 2026, midnight |
| Registration Date | June 29, 2026, 11:19 a.m. |
| Last Update | June 29, 2026, 11:19 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 |
| Linux |
| Linux Kernel 4.15 以上 5.15.203 未満 |
| Linux Kernel 5.16 以上 6.1.167 未満 |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 6.2 以上 6.6.130 未満 |
| Linux Kernel 6.7 以上 6.12.78 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
June 29, 2026, 11:19 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to The host->claimed bit shared a word with retune flags. Writes to claimed |
|---|---|
| Publication Date | May 14, 2026, 1:16 a.m. |
| Registration Date | May 15, 2026, 4:21 a.m. |
| Last Update | May 14, 2026, 1:16 a.m. |