GHSA-v8g5-w742-7rxg · 深刻度: critical — AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22)...
AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22) combined with a TOCTOU race condition (CWE-367) in the widget installation flow. The is_valid_filename function in wgtpkg-zip.c validates ZIP entry names but does not check for dot notation directory traversal sequences it only blocks absolute paths. The zread extraction function uses openat(workdirfd, filename, O_CREAT) which resolves dot notation values relative to the work directory, allowing files to be written anywhere on the filesystem. Critically, in function install_widget in file wgtpkg-install.c, extraction via zread occurs BEFORE signature verification via check_all_signatures. Even if signature verification fails, the error cleanup (remove_workdir) only deletes the temporary work directory files written outside via path traversal persist permanently.
総合評価: CVE-2026-37531 は中リスク(56.7/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.71%、49 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.17% | 0.71% | +0.54% |
| 2 | 2026-05-19 | 0.11% | 0.17% | +0.06% |
| 3 | 2026-05-02 | — | 0.11% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-v8g5-w742-7rxg · 深刻度: critical — AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22)...
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| linuxfoundation | automotive_grade_linux | <= 17.1.12 | cpe:2.3:o:linuxfoundation:automotive_grade_linux:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://gerrit.automotivelinux.org/gerrit/src/app-framework-main | Broken Link |
| https://gist.github.com/sgInnora/8526eedcfd826d05ef1fc45d8f405643 | Third Party Advisory |