| タイトル | Vowpal Wabbitにおける複数の脆弱性 |
|---|---|
| 概要 | Vowpal Wabbitは機械学習システムです。ワークフロー.github/workflows/python_checks.ymlは${{github.event.pull_request.title}}を4つのジョブにまたがる4つの別々のステップ内のダブルクォートされたbash文字列の中に直接埋め込み、それぞれPythonのテストスクリプトrun_tests_model_gen_and_load.pyへのCLI引数として渡しています。シェルはPythonを呼び出す前に展開された文字列を解釈するため、攻撃者はクォートを抜け出してランナー上で任意のコマンドを実行できます。pull_requestトリガーはどのブランチをターゲットにしたPR(branches: ['*'])でも発火し、追加のアクセス制御はありません。この脆弱性はコミット998e390e80a7e8192d7849b7784bc113dbd190adで修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月26日0:00 |
| 登録日 | 2026年6月3日15:38 |
| 最終更新日 | 2026年6月3日15:38 |
| CVSS3.0 : 緊急 | |
| スコア | 9.9 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
| Vowpal Wabbit |
| Vowpal Wabbit 2026-05-04 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月03日] 掲載 |
2026年6月3日15:38 |
| 概要 | Vowpal Wabbit is a machine learning system. The workflow .github/workflows/python_checks.yml embeds ${{ github.event.pull_request.title }} directly inside double-quoted bash strings in four separate steps across four jobs, each passing it as a CLI argument to the Python test script run_tests_model_gen_and_load.py. The shell interprets the expanded string before invoking Python, allowing an attacker to break out of the quotes and execute arbitrary commands on the runner. The pull_request trigger fires on PRs targeting any branch (branches: ['*']), with no additional access gate. This vulnerability is fixed by the 998e390e80a7e8192d7849b7784bc113dbd190ad commit. |
|---|---|
| 公表日 | 2026年5月27日2:16 |
| 登録日 | 2026年5月27日4:08 |
| 最終更新日 | 2026年5月28日23:16 |