pylonsprojectのwebobにおけるオープンリダイレクトの脆弱性
| Title |
pylonsprojectのwebobにおけるオープンリダイレクトの脆弱性
|
| Summary |
WebObはHTTPリクエストおよびレスポンス用のオブジェクトを提供します。バージョン1.8.10以前のWebObには、リダイレクト時のHTTP Locationヘッダーの正規化に関してオープンリダイレクトの脆弱性が存在しました。WebObはPythonのurljoinを使用してリダイレクト先をリクエストURIに結合しますが、Python 3.10以降ではurlsplitが解析前にASCIIのタブ、復帰、改行文字を削除します。そのため、そのような文字を含むリダイレクト先はプロトコル相対URLとして誤解釈され、権限部分が攻撃者に制御されたホストになる可能性があります。これはリーディングダブルスラッシュのエスケープ修正を回避し、攻撃者がリダイレクト先を操作できるため、本来のサイトではなく任意の外部サイトへユーザーを誘導する恐れがあります。この脆弱性はバージョン1.8.10で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 22, 2026, midnight |
| Registration Date |
June 29, 2026, 11:18 a.m. |
| Last Update |
June 29, 2026, 11:18 a.m. |
|
CVSS3.0 : 警告
|
| Score |
6.1
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
Affected System
| pylonsproject |
|
webob 1.8.10 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:18 a.m. |
NVD Vulnerability Information
CVE-2026-44889
| Summary |
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.
|
| Publication Date |
June 23, 2026, 7:16 a.m. |
| Registration Date |
June 27, 2026, 4:11 a.m. |
| Last Update |
June 27, 2026, 5:08 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:pylonsproject:webob:*:*:*:*:*:*:*:* |
|
|
|
1.8.10 |
Related information, measures and tools
Common Vulnerabilities List