• CVE-2024-42353

发布时间: 2024年8月23日

修改时间: 2024年10月9日

概要

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.

CVSS v3 指标

NVD openEuler
CVSS评分 6.1 6.1
Attack Vector Network Network
Attack Complexity Low Low
Privileges Required None None
User Interaction Required Required
Scope Changed Changed
Confidentiality Low Low
Integrity Low Low
Availability None None

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-3692 python-webob security update 2024年8月23日

影响产品

产品 状态
KY3.4-5A python-webob Fixed
KY3.5.2 python-webob Fixed
V6 python-webob Fixed