CVE-2024-42353MEDIUMCVSS 6.1fixed in 1.8.82024-08-14
CVE-2024-42353 [MEDIUM] CWE-601 CVE-2024-42353: WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location head
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 the
nvd