SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-54770

MEDIUM · CVSS 6.1 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

WebOb versions prior to 1.8.11 are vulnerable due to improper handling of Location headers in HTTP responses, allowing attackers to craft malicious redirect URLs that bypass security checks. This can lead to off-host redirects, potentially enabling phishing attacks or theft of OAuth and SSO tokens if users follow the redirect. Organizations using affected versions should prioritize upgrading to version 1.8.11 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54770
Severity
MEDIUM
CVSS
6.1
EPSS
0.34%

Original NVD 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.