← Back

CVE-2024-42353

nvd nist
Published: Aug 14, 2024Modified: Aug 19, 2024

JSON object

Loading...
6.1
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Exploitability: 2.8 / Impact: 2.7
Source: NVD

Description

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.

Affected (1)

Products: Pylonsproject: Webob
1 product
Webob
Configuration A
1 vulnerable
Vulnerable SoftwareAffected Versions
Before 1.8.8

References (2)

Source: security-advisories@github.com
ExploitVendor Advisory

Timeline

No history available yet.