製品・ソフトウェアに関する情報
Linux FoundationのAutomotive Grade Linuxにおける権限管理に関する脆弱性
Title Linux FoundationのAutomotive Grade Linuxにおける権限管理に関する脆弱性
Summary

AGLのapp-framework-binder(afb-daemon)v19.90.0までにおいて、supervisionのDoコマンドに特権昇格の脆弱性が存在しています。src/afb-supervision.cのon_supervision_call関数は、afb_context_change_cred(&xreq-context, NULL)を呼び出してリクエストの認証情報を明示的にNULL化した後、xapi-itf-call(xapi-closure, xreq)を介して攻撃者が制御するAPIコールをディスパッチします。afb-context.cの110行目(context-credentials = afb_cred_addref(NULL))およびafb-cred.cの163行目(credがNULLの場合にNULLを返す)のNULLの伝搬により、対象のAPI実行前に認証情報がゼロクリアされていることが確認されています。攻撃者はJSON入力を介してapiおよびverbパラメータの両方を制御でき、NULL認証情報コンテキストで任意の登録済みAPIを実行できます。context-credentialsを認証判断に使用するAPIは、NULL認証情報を受け取ると失敗を回避してしまう可能性があり、これにより特権昇格が可能となります。この脆弱性は2018年2月14日のコミットabbb4599f0b921c6f434b6bd02bcfb277eecf745で導入されました。

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

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

Publication Date May 1, 2026, midnight
Registration Date May 20, 2026, 1:20 p.m.
Last Update May 20, 2026, 1:20 p.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 Foundation
Automotive Grade Linux 17.1.12 およびそれ以前
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月20日]
  掲載
May 20, 2026, 1:20 p.m.

NVD Vulnerability Information
CVE-2026-37525
Summary

AGL app-framework-binder (afb-daemon) through v19.90.0 contains a privilege escalation vulnerability in the supervision Do command. The on_supervision_call function in src/afb-supervision.c explicitly nullifies the request credentials by calling afb_context_change_cred(&xreq->context, NULL) before dispatching an attacker-controlled API call via xapi->itf->call(xapi->closure, xreq). The NULL propagation chain through afb-context.c:110 (context->credentials = afb_cred_addref(NULL)) and afb-cred.c:163 (returns NULL when cred is NULL) confirms that credentials are zeroed before the target API executes. The attacker controls both api and verb parameters via JSON input, allowing execution of any registered API with a NULL credential context. APIs that rely on context->credentials for authorization decisions may fail open when receiving NULL credentials, enabling privilege escalation. This vulnerability was introduced in commit abbb4599f0b921c6f434b6bd02bcfb277eecf745 on 2018-02-14.

Publication Date May 2, 2026, 2:16 a.m.
Registration Date May 2, 2026, 4:07 a.m.
Last Update May 8, 2026, 12:15 a.m.
Related information, measures and tools
Common Vulnerabilities List