VYPR

webob

by Pylons

CVEs (1)

  • CVE-2026-44889Jun 4, 2026
    risk 0.00cvss epss

    ### Impact 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 `urllib.parse`, and joining it to the base URL. `urlsplit` (called internally by `urljoin`) however treats…