CVE-2024-42353MEDIUMCVSS 6.1fixed in python-webob 1:1.8.9-1 (forky)2024
CVE-2024-42353 [MEDIUM] CVE-2024-42353: python-webob - WebOb provides objects for HTTP requests and responses. When WebOb normalizes th...
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 t
debian