CVE-2026-45307
MEDIUMSpeakr: Open redirect in is_safe_url via parser mismatch on next parameter
Title source: cnaDescription
Speakr is a personal, self-hosted web application designed for transcribing audio recordings. Prior to 0.8.20-alpha, the is_safe_url() helper used to validate post-login redirect targets applied urljoin(request.host_url, target) before parsing, while the controller passed the raw target to redirect(). A scheme-relative input such as ////evil.com resolved to a same-host URL during validation but was emitted verbatim in the Location header, where the browser interpreted it as a network-path-relative redirect to an attacker-controlled host. This vulnerability is fixed in 0.8.20-alpha.
References (1)
Core 1
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-5cpp-mqgh-4c38
Scores
CVSS v3
6.1
EPSS
0.0015
EPSS Percentile
4.8%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
no
Technical Impact
partial
Details
CWE
CWE-601
Status
published
Products (1)
murtaza-nasir/speakr
< 0.8.20-alpha
Published
May 28, 2026
Tracked Since
May 28, 2026