CVE-2026-45307

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.
Configurations

No configuration.

History

28 May 2026, 20:16

Type Values Removed Values Added
References () https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-5cpp-mqgh-4c38 - () https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-5cpp-mqgh-4c38 -

28 May 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-28 18:16

Updated : 2026-06-01 18:38


NVD link : CVE-2026-45307

Mitre link : CVE-2026-45307

CVE.ORG link : CVE-2026-45307


JSON object : View

Products Affected

No product.

CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')