Description
Rodauth before 2.47.0 fails to validate protocol-relative return-to paths in confirm_password, login_return_to_requested_location, and two_factor_auth_return_to_requested_location features. Attackers can craft paths with leading double slashes that browsers resolve as protocol-relative URLs, redirecting authenticated users to attacker-controlled sites after login or password confirmation.
Published: 2026-08-29
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect
Action: Patch
AI Analysis

Impact

Rodauth before 2.47.0 does not validate protocol‑relative return‑to paths in the confirm_password, login_return_to_requested_location, and two_factor_auth_return_to_requested_location features. The flaw permits attackers to craft URLs that begin with two slashes, which browsers interpret as protocol‑relative URLs. When an authenticated user completes login or password confirmation, the application redirects them to the attacker‑controlled site, enabling phishing or credential disclosure attacks. This vulnerability is classified as CWE‑601 – Open Redirect.

Affected Systems

The affected product is Rodauth released by jeremyevans. All releases before version 2.47.0 contain the vulnerability. Sites that use the confirm_password, login_return_to_requested_location, or two_factor_auth_return_to_requested_location features are potentially impacted.

Risk and Exploitability

The CVSS score of 4.9 indicates a medium severity. EPSS is not available and the flaw is not listed in the CISA KEV catalog, suggesting a relatively low exploitation probability at present. The attack vector requires a web application context; an attacker needs to influence an authenticated user’s browser after a legitimate login or password action. If successful, the attacker can redirect the user to a malicious site, potentially leading to phishing or credential theft. The overall risk is moderate, warranting timely remediation.

Generated by OpenCVE AI on August 29, 2026 at 17:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Rodauth to version 2.47.0 or later, which includes validation of return‑to paths.
  • If an upgrade is not immediately possible, configure the application to reject any return‑to URLs that begin with a leading double slash or that are not absolute and originate from the host domain.
  • Disable the affected features (confirm_password, login_return_to_requested_location, two_factor_auth_return_to_requested_location) if they are not required for your workflow, or replace them with custom logic that enforces strict path validation.

Generated by OpenCVE AI on August 29, 2026 at 17:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Jeremyevans
Jeremyevans rodauth
Vendors & Products Jeremyevans
Jeremyevans rodauth

Sat, 29 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description Rodauth before 2.47.0 fails to validate protocol-relative return-to paths in confirm_password, login_return_to_requested_location, and two_factor_auth_return_to_requested_location features. Attackers can craft paths with leading double slashes that browsers resolve as protocol-relative URLs, redirecting authenticated users to attacker-controlled sites after login or password confirmation.
Title Rodauth before 2.47.0 Open Redirect via Return-to Path
Weaknesses CWE-601
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 4.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Jeremyevans Rodauth
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T17:12:36.432Z

Reserved: 2026-08-29T14:11:07.093Z

Link: CVE-2026-82467

cve-icon Vulnrichment

Updated: 2026-08-31T17:12:26.143Z

cve-icon NVD

Status : Deferred

Published: 2026-08-29T17:17:59.057

Modified: 2026-09-11T18:26:53.610

Link: CVE-2026-82467

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:19:34Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')