| Summary | In the Linux kernel, the following vulnerability has been resolved: dm mirror: fix integer overflow in create_dirty_log() The argument count calculation in create_dirty_log() performs The overflowed param_count is then passed as argc to dm_dirty_log_create(), Fix by comparing param_count against argc - 2 before performing the |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:12 a.m. |
| Last Update | June 2, 2026, 2:17 a.m. |
| Title | LinuxのLinux Kernelにおける整数オーバーフローの脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。dm mirrorのcreate_dirty_log()関数における整数オーバーフローの問題を修正しました。create_dirty_log()内での引数数の計算では、argcと検証する前に`*args_used = 2 + param_count`が実行されています。ユーザーがデバイスマッパーテーブルの文字列を介してUINT_MAXに近いparam_countを提供すると、この符号なし加算が小さな値にラップアラウンドし、その結果`argc *args_used`のチェックが回避される恐れがありました。オーバーフローしたparam_countは、その後argcとしてdm_dirty_log_create()に渡され、argv配列に対する範囲外読み取りを引き起こす可能性がありました。同一ファイルのparse_features()で使用されているパターンに従い、加算を行う前にparam_countとargc - 2を比較することで問題を修正しました。argcが2以上であることは既に保証されているため、この引き算は安全です。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:41 p.m. |
| Last Update | June 17, 2026, 3:41 p.m. |
| Linux |
| Linux Kernel 2.6.12 |
| Linux Kernel 2.6.12.1 以上 5.10.258 未満 |
| Linux Kernel 5.11 以上 5.15.209 未満 |
| Linux Kernel 5.16 以上 6.1.175 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:41 p.m. |