| タイトル | pylonsprojectのwebobにおけるオープンリダイレクトの脆弱性 |
|---|---|
| 概要 | WebObはHTTPリクエストおよびレスポンス用のオブジェクトを提供します。バージョン1.8.10以前のWebObには、リダイレクト時のHTTP Locationヘッダーの正規化に関してオープンリダイレクトの脆弱性が存在しました。WebObはPythonのurljoinを使用してリダイレクト先をリクエストURIに結合しますが、Python 3.10以降ではurlsplitが解析前にASCIIのタブ、復帰、改行文字を削除します。そのため、そのような文字を含むリダイレクト先はプロトコル相対URLとして誤解釈され、権限部分が攻撃者に制御されたホストになる可能性があります。これはリーディングダブルスラッシュのエスケープ修正を回避し、攻撃者がリダイレクト先を操作できるため、本来のサイトではなく任意の外部サイトへユーザーを誘導する恐れがあります。この脆弱性はバージョン1.8.10で修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年6月22日0:00 |
| 登録日 | 2026年6月29日11:18 |
| 最終更新日 | 2026年6月29日11:18 |
| CVSS3.0 : 警告 | |
| スコア | 6.1 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
| pylonsproject |
| webob 1.8.10 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
2026年6月29日11:18 |
| 概要 | WebOb provides objects for HTTP requests and responses. Prior to 1.8.10, the normalization of the HTTP Location header during a redirect is vulnerable to an open redirect: WebOb joins the redirect target to the request URI using Python's urljoin, and since Python 3.10 the underlying urlsplit strips ASCII tab, carriage return, and newline characters before parsing, so a redirect target containing such characters can be reinterpreted as a protocol-relative URL whose authority is an attacker-controlled host. This bypasses the CVE-2024-42353 fix that escaped a leading double slash, allowing an attacker who influences the redirect location to send users to an arbitrary external site instead of the intended one. This vulnerability is fixed in 1.8.10. |
|---|---|
| 公表日 | 2026年6月23日7:16 |
| 登録日 | 2026年6月27日4:11 |
| 最終更新日 | 2026年6月27日5:08 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:pylonsproject:webob:*:*:*:*:*:*:*:* | 1.8.10 | ||||