CVE-2026-54770
Last modified
CVE-2026-54770 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Pylons | webob | < 1.8.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54770?
How severe is CVE-2026-54770?
How do I fix CVE-2026-54770?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54765Traefik is an open source HTTP reverse proxy and load balanc…8.5
- CVE-2026-54766Vikunja is an open-source self-hosted task management platfo…5.3
- CVE-2026-54767WeGIA is a web manager for charitable institutions. Prior to…9.1
- CVE-2026-54768WPGraphQL provides a GraphQL API for WordPress sites. From 2…6.9
- CVE-2026-54769Langroid is a framework for building large-language-model-po…10
- CVE-2026-5477An integer overflow existed in the wolfCrypt CMAC implementa…7.5
- CVE-2026-54771Langroid is a framework for building large-language-model-po…8.1
- CVE-2026-54772CoreWCF is a port of the service side of Windows Communicati…7.5
- CVE-2026-54773CoreWCF is a port of the service side of Windows Communicati…5.9
- CVE-2026-54774CoreWCF is a port of the service side of Windows Communicati…7.4
- CVE-2026-54775CoreWCF is a port of the service side of Windows Communicati…6.5
- CVE-2026-54776CoreWCF is a port of the service side of Windows Communicati…4.4
Are you affected by CVE-2026-54770?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
