| Summary | 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. |
|---|---|
| Publication Date | June 19, 2026, 7:16 a.m. |
| Registration Date | June 27, 2026, 4:04 a.m. |
| Last Update | June 25, 2026, 4:04 a.m. |
| CVSS3.1 : HIGH | |
| スコア | 7.7 |
|---|---|
| Vector | 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) | なし |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:* | 0.9.6 | ||||
| Title | openwebuiのopen webuiにおける複数の脆弱性 |
|---|---|
| Summary | 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でこの問題は修正されました。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアは停止しません。 |
| Solution | ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | June 18, 2026, midnight |
| Registration Date | June 26, 2026, 11:55 a.m. |
| Last Update | June 26, 2026, 11:55 a.m. |
| openwebui |
| open webui 0.9.6 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
June 26, 2026, 11:55 a.m. |