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.
Published: 2026-05-28
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Speakr 0.8.20‑alpha and earlier contain an Open Redirect flaw caused by a mismatch between the internal is_safe_url validation helper and the value passed to the redirect() function. The validator first applies urljoin() to combine the host URL with the raw target before parsing, so a scheme‑relative redirect such as ////evil.com is considered safe. However, the raw target is sent unmodified to the HTTP Location header, which browsers resolve as a network‑path‑relative URL pointing to an attacker‑controlled domain. This allows an attacker to craft links that appear to redirect to the host but actually send the user to a malicious site.

Affected Systems

The vulnerability affects the Speakr personal web transcription application developed by murtaza‑nasir. All releases prior to 0.8.20‑alpha are impacted; the fix was introduced in version 0.8.20‑alpha and later. No other vendors or third‑party libraries are known to be affected.

Risk and Exploitability

The CVSS base score of 6.1 indicates medium severity. The EPSS score is not available and the vulnerability is not listed in CISA KEV, suggesting it is not currently a known target. The attack requires a user to be authenticated and to click or otherwise trigger a post‑login redirect, or for an attacker to influence the next parameter in a link; the pattern suggests that the most realistic exploitation vector is through a malicious redirect link sent to a legitimate user. Because the flaw does not provide arbitrary code execution, the risk is limited to phishing and loss of user trust.

Generated by OpenCVE AI on May 28, 2026 at 19:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Speakr 0.8.20‑alpha or newer to fix the validator and redirect logic.
  • If an upgrade is pending, restrict the redirect target to a hardened whitelist of absolute URLs and reject any scheme‑relative or relative paths.
  • Verify that the application uses the same parsed and sanitized URL for both the redirect validation and the actual redirect call; applying urljoin() after parsing can eliminate the mismatch.

Generated by OpenCVE AI on May 28, 2026 at 19:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 29 May 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Murtaza-nasir
Murtaza-nasir speakr
Vendors & Products Murtaza-nasir
Murtaza-nasir speakr

Thu, 28 May 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 28 May 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title Speakr: Open redirect in is_safe_url via parser mismatch on next parameter
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Murtaza-nasir Speakr
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-28T19:31:28.226Z

Reserved: 2026-05-11T20:14:43.203Z

Link: CVE-2026-45307

cve-icon Vulnrichment

Updated: 2026-05-28T19:31:22.331Z

cve-icon NVD

Status : Deferred

Published: 2026-05-28T18:16:34.907

Modified: 2026-06-01T18:38:18.703

Link: CVE-2026-45307

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T15:48:07Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')