製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける境界外書き込みに関する脆弱性
Title LinuxのLinux Kernelにおける境界外書き込みに関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。vmallocのvrealloc_node_align()におけるバッファオーバーフローの修正コミット4c5d3365882d("mm/vmalloc: vreallocでノードとアラインメントを設定可能にする")では、現在のポインタが誤ったNUMAノード上にある場合やアラインメント制約が満たされない場合に、新たな割り当てを強制する機能が追加されました。これはユーザーが割り当てを縮小している場合でも適用されます。この経路(need_realloc)では、コードは'size'バイトの新しいオブジェクトを割り当てた後、'memcpy()'で'old_size'バイトをコピーします。オブジェクトの縮小要求(size < old_size)の場合には、新しいバッファへの範囲外書き込みが発生します。この問題は、コピーの長さを新しい割り当てサイズで制限することで修正されました。

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.18 以上 6.18.27 未満
Linux Kernel 6.19 以上 7.0.4 未満
Linux Kernel 7.1
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-46281
Summary

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

vmalloc: fix buffer overflow in vrealloc_node_align()

Commit 4c5d3365882d ("mm/vmalloc: allow to set node and align in
vrealloc") added the ability to force a new allocation if the current
pointer is on the wrong NUMA node, or if an alignment constraint is not
met, even if the user is shrinking the allocation.

On this path (need_realloc), the code allocates a new object of 'size'
bytes and then memcpy()s 'old_size' bytes into it. If the request is to
shrink the object (size < old_size), this results in an out-of-bounds
write on the new buffer.

Fix this by bounding the copy length by the new allocation size.

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