CVE-2026-44889
Reported by GitHub_M · Published June 22, 2026
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 underlying urlsplit strips ASCII tab, carriage return, and newline characters before parsing, so a redirect target containing such characters can be reinterpreted as a protocol-relative URL whose authority is an attacker-controlled host. This bypasses the CVE-2024-42353 fix that escaped a leading double slash, allowing an attacker who influences the redirect location to send users to an arbitrary external site instead of the intended one. This vulnerability is fixed in 1.8.10.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Pylons | webob | < 1.8.10 |
| chainguard | openstack-tempest-2025.2 | 0, 0, 0 |
| PyPI | webob | 0 |
| Pylons | webob | < 1.8.10, < 1.8.10 |
| chainguard | openstack-tempest-2026.1 | 0, 0, 0 |
| chainguard | openstack-tempest-2025.1 | 0, 0, 0 |
Timeline
- Jun 4, 2026 CVE Published
- Jun 6, 2026 Security Advisory
- Jun 23, 2026 CVE Updated
- Aug 7, 2026 EPSS Score
- Aug 24, 2026 EPSS Score
- Aug 28, 2026 EPSS Score
- Sep 5, 2026 EPSS Score
References
- https://github.com/Pylons/webob/security/advisories/GHSA-fh3h-vg37-cc95 x_refsource_CONFIRM
- https://github.com/Pylons/webob/commit/1f681a4f17fc10777ef861e8b43ecb26053bc539 fix
- https://github.com/Pylons/webob/commit/2b9fbedafb31180c910cf8526e9ea72b4603d0bc fix
- https://github.com/Pylons/webob/releases/tag/1.8.10 fix
- https://nvd.nist.gov/vuln/detail/CVE-2026-44889 advisory
- https://github.com/advisories/GHSA-fh3h-vg37-cc95 advisory
- https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3 url