LinuxのLinux Kernelにおける不特定の脆弱性
タイトル LinuxのLinux Kernelにおける不特定の脆弱性
概要

Linuxカーネルにおいて、drm/amdgpuのユーザーキュー作成時にdoorbell_offsetの検証が不十分であった問題が修正されました。amdgpu_userq_get_doorbell_index()関数はユーザーから提供されたdoorbell_offsetを境界チェックなしにamdgpu_doorbell_index_on_bar()に渡しており、その結果、任意の大きさのdoorbell_offsetによってdoorbellインデックスが割り当て範囲外に入り込み、カーネルのdoorbell空間が破損する可能性がありました。これを防ぐため、BARインデックスを計算する前にdoorbell_offsetがdoorbell BOの範囲内であることを検証し、u64算術を使用してオーバーフローを防止しています。この対策により安全性が向上しました。

想定される影響 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
対策

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2026年5月1日0:00
登録日 2026年5月13日10:25
最終更新日 2026年5月13日10:25
CVSS3.0 : 重要
スコア 7.1
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
影響を受けるシステム
Linux
Linux Kernel 6.16 以上 6.18.22 未満
Linux Kernel 6.19 以上 6.19.12 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月13日]
  掲載
2026年5月13日10:25

NVD脆弱性情報
CVE-2026-31766
概要

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: validate doorbell_offset in user queue creation

amdgpu_userq_get_doorbell_index() passes the user-provided
doorbell_offset to amdgpu_doorbell_index_on_bar() without bounds
checking. An arbitrarily large doorbell_offset can cause the
calculated doorbell index to fall outside the allocated doorbell BO,
potentially corrupting kernel doorbell space.

Validate that doorbell_offset falls within the doorbell BO before
computing the BAR index, using u64 arithmetic to prevent overflow.

(cherry picked from commit de1ef4ffd70e1d15f0bf584fd22b1f28cbd5e2ec)

公表日 2026年5月2日0:16
登録日 2026年5月2日4:07
最終更新日 2026年5月3日16:16
関連情報、対策とツール
共通脆弱性一覧