๐Ÿ” CVE Alert

CVE-2026-54770

MEDIUM 6.1

WebOb: Open redirect in Location header normalization via leading C0 control / space characters

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

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 attacker-controlled value such as a space followed by a protocol-relative or absolute URL can therefore bypass SCHEME_RE and startswith("//") checks and be normalized to an off-host redirect. Request.relative_url() and webob.exc._HTTPMove subclasses, including HTTPFound, are also affected because they use the same unsafe URL joining behavior or bypass the earlier normalization path. An unauthenticated attacker who can influence an application's redirect target can send users to an attacker-controlled host for phishing or OAuth and SSO token theft, but exploitation requires the user to follow the redirect. This issue is fixed in version 1.8.11.

CWE CWE-601
Vendor pylons
Product webob
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for pylons webob

Be the first to know when new medium vulnerabilities affecting pylons webob are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

Pylons / webob
< 1.8.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Pylons/webob/security/advisories/GHSA-6hx8-3wjj-gr8g github.com: https://github.com/Pylons/webob/commit/ff89560643fb252751b4db8806a283b5377f1f07 github.com: https://github.com/Pylons/webob/tree/1.8.11