VYPR

webob

by Pylons

pypi: webob

Source repositories

CVEs (3)

  • CVE-2026-54770MedAug 20, 2026
    risk 0.33cvss 6.1epss 0.00

    WebOb provides objects for HTTP requests and responses. Prior to 1.8.11, Response._make_location_absolute() in src/webob/response.py checks a Location value for a URI scheme or leading double slash before urllib.parse.urljoin() strips leading C0 control characters and spaces. An…

  • CVE-2026-44889MedJun 22, 2026
    risk 0.33cvss 6.1epss 0.00

    WebOb provides objects for HTTP requests and responses. Prior to 1.8.10, the normalization of the HTTP Location header during a redirect is vulnerable to an open redirect: WebOb joins the redirect target to the request URI using Python's urljoin, and since Python 3.10 the…

  • CVE-2024-42353MedAug 14, 2024
    risk 0.33cvss 6.1epss 0.01

    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…