製品・ソフトウェアに関する情報
Vowpal Wabbitにおける複数の脆弱性
Title Vowpal Wabbitにおける複数の脆弱性
Summary

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で修正されました。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 26, 2026, midnight
Registration Date June 3, 2026, 3:38 p.m.
Last Update June 3, 2026, 3:38 p.m.
CVSS3.0 : 緊急
Score 9.9
Vector CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Affected System
Vowpal Wabbit
Vowpal Wabbit 2026-05-04 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年06月03日]
  掲載
June 3, 2026, 3:38 p.m.

NVD Vulnerability Information
CVE-2026-44723
Summary

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.

Publication Date May 27, 2026, 2:16 a.m.
Registration Date May 27, 2026, 4:08 a.m.
Last Update May 28, 2026, 11:16 p.m.
Related information, measures and tools
Common Vulnerabilities List