GHSA-7h8w-hj9j-8rjw · 深刻度: high · エコシステム: pip — OpenHands is Vulnerable to Command Injection through its Git Diff Handler
OpenHands is software for AI-driven development. Starting in version 1.5.0, a Command Injection vulnerability exists in the `get_git_diff()` method at `openhands/runtime/utils/git_handler.py:134`. The `path` parameter from the `/api/conversations/{conversation_id}/git/diff` API endpoint is passed unsanitized to a shell command, allowing authenticated attackers to execute arbitrary commands in the agent sandbox. The user is already allowed to instruct the agent to execute commands, but this bypasses the normal channels. Version 1.5.0 fixes the issue.
総合評価: CVE-2026-33718 は悪用リスクが高い(73.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 1.89%、77 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 直近 1 日で EPSS が +1.64% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.25% | 1.89% | +1.64% |
| 2 | 2026-06-03 | 0.22% | 0.25% | +0.03% |
| 3 | 2026-04-28 | — | 0.22% | — |
EPSS の全履歴 (全 6 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.6 | 3.1 | HIGH |
|
2.8 | 4.7 | [email protected] |
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | [email protected] |
GHSA-7h8w-hj9j-8rjw · 深刻度: high · エコシステム: pip — OpenHands is Vulnerable to Command Injection through its Git Diff Handler
| URL | タグ |
|---|---|
| https://docs.python.org/3/library/shlex.html#shlex.quote | Technical Description |
| https://docs.python.org/3/library/subprocess.html#security-considerations | Technical Description |
| https://github.com/OpenHands/OpenHands/pull/13051 | Issue Tracking Patch |
| https://github.com/OpenHands/OpenHands/security/advisories/GHSA-7h8w-hj9j-8rjw | Exploit Mitigation Vendor Advisory |
| https://owasp.org/www-community/attacks/Command_Injection | Technical Description |