๐Ÿ” CVE Alert

CVE-2026-45307

MEDIUM 6.1

Speakr: Open redirect in is_safe_url via parser mismatch on next parameter

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-601
Vendor murtaza-nasir
Product speakr
Published May 28, 2026
Last Updated May 28, 2026
Stay Ahead of the Next One

Get instant alerts for murtaza-nasir speakr

Be the first to know when new medium vulnerabilities affecting murtaza-nasir speakr are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

murtaza-nasir / speakr
< 0.8.20-alpha

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-5cpp-mqgh-4c38