| タイトル | LinuxのLinux Kernelにおける整数オーバーフローの脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、lib/cryptoのmpi_read_raw_from_sgl()関数に整数アンダーフローの脆弱性が存在していました。この脆弱性は、scatterlistの長さが指定されたバイト数より長く、かつ先頭のバイトがすべてゼロの場合に発生し、不正な減算によってアンダーフローが起こります。これにより、KEYCTL_PKEY_ENCRYPTシステムコールを特定の条件で呼び出すと、カーネル内で無限ループが発生し、サービス拒否(DoS)状態を引き起こす可能性がありました。本問題は修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月19日0:00 |
| 登録日 | 2026年6月29日11:19 |
| 最終更新日 | 2026年6月29日11:19 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 4.4 以上 5.10.259 未満 |
| Linux Kernel 5.11 以上 5.15.210 未満 |
| Linux Kernel 5.16 以上 6.1.176 未満 |
| Linux Kernel 6.13 以上 6.18.30 未満 |
| Linux Kernel 6.19 以上 7.0.7 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.88 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
2026年6月29日11:19 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl() Yiming reports an integer underflow in mpi_read_raw_from_sgl() when For this to happen, the scatterlist "sgl" needs to occupy more bytes When commit 2d4d1eea540b ("lib/mpi: Add mpi sgl helpers") originally However since commit 63ba4d67594a ("KEYS: asymmetric: Use new crypto sys_keyctl() To the user this will be visible as a DoS as the kernel spins forever, Fix it. |
|---|---|
| 公表日 | 2026年5月19日21:16 |
| 登録日 | 2026年5月20日4:12 |
| 最終更新日 | 2026年5月23日1:33 |