製品・ソフトウェアに関する情報
Linuxカーネルのbinder_get_objectにおけるオフセットアラインメント検証不備の脆弱性
Title Linuxカーネルのbinder_get_objectにおけるオフセットアラインメント検証不備の脆弱性
Summary

Linuxカーネルにおいて、binder_get_object関数で適切なオフセットアラインメントの確認が不足していた脆弱性が修正されました。この脆弱性により、意図しないメモリアクセスや予期しない動作が発生する可能性がありました。今回の修正によって、バインダーオブジェクトのコピー処理時に明示的なアラインメントチェックが追加され、安全性が向上しました。

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

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 25, 2024, midnight
Registration Date Dec. 25, 2025, 5:01 p.m.
Last Update Dec. 25, 2025, 5:01 p.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 5.10.157 から 5.10.216 未満
Linux Kernel 5.15.17 から 5.15.157 未満
Linux Kernel 5.16.3 から 6.1.88 未満
Linux Kernel 5.4.226 から 5.4.275 未満
Linux Kernel 6.2 から 6.6.29 未満
Linux Kernel 6.7 から 6.8.8 未満
Linux Kernel 6.9
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 5:01 p.m.

NVD Vulnerability Information
CVE-2024-26926
Summary

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

binder: check offset alignment in binder_get_object()

Commit 6d98eb95b450 ("binder: avoid potential data leakage when copying
txn") introduced changes to how binder objects are copied. In doing so,
it unintentionally removed an offset alignment check done through calls
to binder_alloc_copy_from_buffer() -> check_buffer().

These calls were replaced in binder_get_object() with copy_from_user(),
so now an explicit offset alignment check is needed here. This avoids
later complications when unwinding the objects gets harder.

It is worth noting this check existed prior to commit 7a67a39320df
("binder: add function to copy binder object from buffer"), likely
removed due to redundancy at the time.

Publication Date April 25, 2024, 3:15 p.m.
Registration Date April 25, 2024, 8 p.m.
Last Update Nov. 21, 2024, 6:03 p.m.
Related information, measures and tools
Common Vulnerabilities List