| Title | LinuxのLinux Kernelにおける整数オーバーフローの脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、lib/cryptoのmpi_read_raw_from_sgl()関数に整数アンダーフローの脆弱性が存在していました。この脆弱性は、scatterlistの長さが指定されたバイト数より長く、かつ先頭のバイトがすべてゼロの場合に発生し、不正な減算によってアンダーフローが起こります。これにより、KEYCTL_PKEY_ENCRYPTシステムコールを特定の条件で呼び出すと、カーネル内で無限ループが発生し、サービス拒否(DoS)状態を引き起こす可能性がありました。本問題は修正されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 19, 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.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 | 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: 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. |
|---|---|
| Publication Date | May 19, 2026, 9:16 p.m. |
| Registration Date | May 20, 2026, 4:12 a.m. |
| Last Update | May 23, 2026, 1:33 a.m. |