CVE 6.1 MEDIUM

Speakr: Open redirect in is_safe_url via parser mismatch on next parameter_CVE-2026-45307

6.1 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

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.

Basic Information

ID CVE-2026-45307
Source GitHub_M
Published May 28, 2026 at 17:47

Affected Product

Vendor murtaza-nasir
Product speakr
Version < 0.8.20-alpha
Affected Versions murtaza-nasir speakr < 0.8.20-alpha

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.