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

Linuxカーネルのdrm/panthorにおいて、panthor_gpu_flush_caches()の失敗時にメモリサブシステム全体がブロックされる問題が修正されました。この問題ではフラッシュ操作が完了しない状況が発生し、リセットをスケジュールして回復を試みるように変更されました。リセット処理ではpending_reqsをリセットし、タイムアウト後に新たなflushリクエストがあった場合には-EIOを返して無駄な待機を防止します。警告(WARN_ON())はバグのあるGPUジョブに起因するため廃止され、エラーメッセージは保持されています。これらの修正は複数のパッチバージョンで段階的に行われています。

想定される影響 ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
対策

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

公表日 2026年6月3日0:00
登録日 2026年6月10日14:34
最終更新日 2026年6月10日14:34
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 6.10 以上 6.12.75 未満
Linux Kernel 6.13 以上 6.18.14 未満
Linux Kernel 6.19 以上 6.19.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年06月10日]
  掲載
2026年6月10日14:34

NVD脆弱性情報
CVE-2025-71314
概要

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

drm/panthor: Recover from panthor_gpu_flush_caches() failures

We have seen a few cases where the whole memory subsystem is blocked
and flush operations never complete. When that happens, we want to:

- schedule a reset, so we can recover from this situation
- in the reset path, we need to reset the pending_reqs so we can send
new commands after the reset
- if more panthor_gpu_flush_caches() operations are queued after
the timeout, we skip them and return -EIO directly to avoid needless
waits (the memory block won't miraculously work again)

Note that we drop the WARN_ON()s because these hangs can be triggered
with buggy GPU jobs created by the UMD, and there's no way we can
prevent it. We do keep the error messages though.

v2:
- New patch

v3:
- Collect R-b
- Explicitly mention the fact we dropped the WARN_ON()s in the commit
message

v4:
- No changes

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