CVE-2026-45307
MEDIUM EPSS 4.9%
Published May 28, 20261mo ago · Modified Jun 17, 20262w ago
6.1 CVSS 3.1
Published May 28, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
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
Threat Intelligence
EPSS Exploit Probability
4.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-601
References 1
- github.com https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-5cpp-mqgh-4c38
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.