LinuxのLinux KernelにおけるTime-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
タイトル LinuxのLinux KernelにおけるTime-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました。rust_binderに関して、offsets配列に書き込まれた値の読み取りを回避します。トランザクションを送信する際、そのoffsets配列はまず対象プロセスのvmaにコピーされ、そこから値が読み取られます。通常、vmaは読み取り専用マッピングであるため、対象プロセスが値を変更することはできません。しかし、もし対象プロセスが自身のvmaを書き込み可能にしてしまった場合、読み戻される前にoffsetを変更でき、カーネルが送信者の意図を誤解する可能性があります。特定の形状のペイロードを送信した場合、最悪の場合、受信者が送信者に対して権限昇格を行える可能性があります。本来、自身のプロセスの読み取り専用vmaを変更する能力を得ることは悪用できないはずですが、別のBinderのバグがなければ悪用は不可能です。そのため、このTOCTOUの読み取りを削除しました。

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

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

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

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

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

rust_binder: avoid reading the written value in offsets array

When sending a transaction, its offsets array is first copied into the
target proc's vma, and then the values are read back from there. This is
normally fine because the vma is a read-only mapping, so the target
process cannot change the value under us.

However, if the target process somehow gains the ability to write to its
own vma, it could change the offset before it's read back, causing the
kernel to misinterpret what the sender meant. If the sender happens to
send a payload with a specific shape, this could in the worst case lead
to the receiver being able to privilege escalate into the sender.

The intent is that gaining the ability to change the read-only vma of
your own process should not be exploitable, so remove this TOCTOU read
even though it's unexploitable without another Binder bug.

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