| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | LinuxカーネルにおけるAMDGPUドライバーのメモリ予約サイズの不整合に起因する脆弱性が修正されました。具体的には、AMDGPU_VA_RESERVED_TRAP_SIZEが8KBに固定されているのに対し、KFD_CWSR_TBA_TMA_SIZEがシステムのページサイズに依存して変動するため、64KBページサイズの環境では不整合が発生し、カーネルがクラッシュしていました。本対策により、AMDGPU_VA_RESERVED_TRAP_SIZEを64KBに変更し、予約領域と割り当てサイズの不一致を解消しています。これによって、rocminfoやrcclのユニットテスト時に発生していたカーネルクラッシュの問題が修正され、安全性が向上しました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 1, 2026, midnight |
| Registration Date | May 13, 2026, 10:26 a.m. |
| Last Update | May 13, 2026, 10:26 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 6.13 以上 6.18.22 未満 |
| Linux Kernel 6.19 以上 6.19.12 未満 |
| Linux Kernel 6.9 以上 6.12.81 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月13日] 掲載 |
May 13, 2026, 10:26 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB Currently, AMDGPU_VA_RESERVED_TRAP_SIZE is hardcoded to 8KB, while However, on 64K page-size systems, KFD_CWSR_TBA_TMA_SIZE becomes 128KB, Kernel attempted to read user page (2) - exploit attempt? (uid: 1001) This patch changes AMDGPU_VA_RESERVED_TRAP_SIZE to 64 KB and (cherry picked from commit 31b8de5e55666f26ea7ece5f412b83eab3f56dbb) |
|---|---|
| Publication Date | May 2, 2026, 12:16 a.m. |
| Registration Date | May 2, 2026, 4:07 a.m. |
| Last Update | May 2, 2026, 12:24 a.m. |