製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける不特定の脆弱性
Title LinuxのLinux Kernelにおける不特定の脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。mm/zone_device: ->folio_free() 呼び出し後にデバイスフォリオに触れてはいけません。->folio_free() を呼び出した直後は、デバイスフォリオの内容がすぐに変わる可能性があります。これは、フォリオが異なるオーダーでドライバによって再割り当てされることがあるためです。フォリオから再度 pgmap を取得しようとせず、percpu_ref_put_many() を呼び出す際にはローカルスタック変数を使用してください。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

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

Publication Date June 8, 2026, midnight
Registration Date July 10, 2026, 10:28 a.m.
Last Update July 10, 2026, 10:28 a.m.
CVSS3.0 : 重要
Score 7.8
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected System
Linux
Linux Kernel 6.19 以上 7.0.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年07月10日]
  掲載
July 10, 2026, 10:28 a.m.

NVD Vulnerability Information
CVE-2026-46277
Summary

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

mm/zone_device: do not touch device folio after calling ->folio_free()

The contents of a device folio can immediately change after calling
->folio_free(), as the folio may be reallocated by a driver with a
different order. Instead of touching the folio again to extract the
pgmap, use the local stack variable when calling percpu_ref_put_many().

Publication Date June 9, 2026, 2:16 a.m.
Registration Date June 9, 2026, 4:15 a.m.
Last Update June 14, 2026, 3:16 p.m.
Related information, measures and tools
Common Vulnerabilities List