| 概要 | Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, the terminal-server reverse proxy in `backend/open_webui/routers/terminals.py` does not fully confine the user-controlled `path` segment before forwarding it to an admin-configured terminal server. An authenticated user who has been granted access to a terminal server can craft `path` values containing encoded `../` traversal sequences that escape the intended path (or policy) scope on that server, reaching unintended endpoints and files on the terminal-server host. Where the terminal server fans requests out to internal services, this also gives SSRF-style reach into those services. This is a separate code path from the `/api/v1/retrieval/process/web` SSRF (GHSA-c6xv-rcvw-v685), with its own input. Two distinct vectors are consolidated here: first, raw path forwarding / single-encoded traversal (original report); and second, a bypass of the subsequently-added `_sanitize_proxy_path` mitigation using double-encoded dots (`%252e%252e`). The attacker-controlled input is the request `path`, supplied by the non-admin user, not anything an administrator configures, so this is not an admin-trust / Rule-9 situation. Version 0.9.6 fixes the issue. |
|---|---|
| 公表日 | 2026年6月19日7:16 |
| 登録日 | 2026年6月27日4:04 |
| 最終更新日 | 2026年6月25日4:04 |
| CVSS3.1 : HIGH | |
| スコア | 7.7 |
|---|---|
| ベクター | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N |
| 攻撃元区分(AV) | ネットワーク |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更あり |
| 機密性への影響(C) | 高 |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | なし |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:* | 0.9.6 | ||||
| タイトル | openwebuiのopen webuiにおける複数の脆弱性 |
|---|---|
| 概要 | Open WebUIは完全にオフラインで動作する自己ホスト型の人工知能プラットフォームです。バージョン0.9.6以前では、`backend/open_webui/routers/terminals.py` にあるターミナルサーバーのリバースプロキシが、管理者によって設定されたターミナルサーバーに転送する前に、ユーザーが制御する `path` セグメントを十分に制限していませんでした。ターミナルサーバーへのアクセス権を持つ認証済みユーザーは、エンコードされた `../` トラバーサルシーケンスを含む `path` 値を作成することで、そのサーバー上で意図されたパス(またはポリシー)範囲を逸脱し、ターミナルサーバーホスト上の意図しないエンドポイントやファイルに到達できました。ターミナルサーバーが内部サービスへリクエストを分散する場合、これはSSRFスタイルのリーチをこれらのサービスへ与えます。これは `/api/v1/retrieval/process/web` のSSRF(GHSA-c6xv-rcvw-v685)とは別のコードパスであり、入力も異なります。ここでは2つの異なる攻撃ベクターが存在します。ひとつは生のパスの転送および単一エンコードされたトラバーサル(元の報告)、もうひとつは後から追加された `_sanitize_proxy_path` 緩和策を二重エンコードされたドット(`%252e%252e`)を用いてバイパスする方法です。攻撃者が制御する入力は非管理者ユーザーが提供するリクエストの `path` であり、管理者が設定するものではないため、これは管理者信頼/Rule-9の問題ではありません。バージョン0.9.6でこの問題は修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアは停止しません。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年6月18日0:00 |
| 登録日 | 2026年6月26日11:55 |
| 最終更新日 | 2026年6月26日11:55 |
| openwebui |
| open webui 0.9.6 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
2026年6月26日11:55 |