| タイトル | openwebuiのopen webuiにおけるサーバサイドのリクエストフォージェリの脆弱性 |
|---|---|
| 概要 | Open WebUIは完全にオフラインで動作する自己ホスト型の人工知能プラットフォームです。バージョン0.9.5以前では、backend/open_webui/retrieval/web/utils.py内のvalidate_url()関数が呼び出し元から提出された初期のURLのみを検証していました。下流で使用されるHTTPクライアント(同期リクエスト、非同期aiohttp、langchainのWebBaseLoader)はデフォルトでHTTPの3xxリダイレクトを追跡しますが、プライベートIPやメタデータIPのブロックリストに対してリダイレクト先を再検証しません。そのため、認証済みのユーザーは302リダイレクトで内部アドレス(例:127.0.0.1、169.254.169.254、RFC1918)へ転送されるパブリックURLを提出し、/api/v1/retrieval/process/webエンドポイント、/api/v1/images/...エンドポイント、image_urlコンテンツ部分を含む/api/chat/completionsエンドポイント、及びこれらのヘルパーを呼び出すすべてのルートを通じて内部のレスポンスボディを読み取ることが可能でした。この脆弱性はバージョン0.9.5で修正されています。 |
| 想定される影響 | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃により、他のソフトウェアにも影響が及ぶ可能性があります。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月15日0:00 |
| 登録日 | 2026年5月21日10:50 |
| 最終更新日 | 2026年5月21日10:50 |
| CVSS3.0 : 重要 | |
| スコア | 8.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N |
| openwebui |
| open webui 0.9.5 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月21日] 掲載 |
2026年5月21日10:50 |
| 概要 | Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.5, the validate_url() function in backend/open_webui/retrieval/web/utils.py only validates the initial URL submitted by the caller. The HTTP clients used downstream (sync requests, async aiohttp, langchain's WebBaseLoader) follow HTTP 3xx redirects by default and do not re-validate the redirect target against the private-IP / metadata-IP block list. Any authenticated user can therefore submit a public URL that 302-redirects to an internal address (e.g. 127.0.0.1, 169.254.169.254, RFC1918) and read the internal response body via the /api/v1/retrieval/process/web endpoint, the /api/v1/images/... endpoints, the /api/chat/completions endpoint with an image_url content part, and any other route that calls these helpers. This vulnerability is fixed in 0.9.5. |
|---|---|
| 公表日 | 2026年5月16日6:16 |
| 登録日 | 2026年5月17日4:13 |
| 最終更新日 | 2026年5月19日21:07 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:* | 0.9.5 | ||||