CVE-2026-53683
Received Received - Intake

Open Redirect in Password Reset Page via Unvalidated URL Parameter

Vulnerability report for CVE-2026-53683, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-02

Last updated on: 2026-09-02

Assigner: redhat-SADP

Description

reset_password.html parses query string parameters and uses the 'url' parameter as a redirection target (window.location = url) after password reset, optionally delayed by a 'delay' parameter. No validation or allowlisting is performed on url, enabling an attacker to redirect users to an arbitrary external site after completion of the password-reset workflow.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-02
Last Modified
2026-09-02
Generated
2026-09-02
AI Q&A
2026-09-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
red_hat freeipa *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an open redirect vulnerability in Red Hat's FreeIPA Web UI. The reset_password.html page uses the 'url' query parameter to redirect users after password reset without validating it. Attackers can craft malicious links to redirect victims to phishing or malicious sites.

Detection Guidance

To detect this vulnerability, inspect the reset_password.html page for improper handling of the 'url' parameter. Check web server logs for unusual redirect patterns or external domain accesses following password reset requests. No specific commands are provided in the context, but monitoring for arbitrary redirects to external sites is recommended.

Impact Analysis

The main impact is facilitating phishing or social-engineering attacks. Users may be tricked into visiting malicious sites after completing a password reset, potentially leading to credential theft or malware installation. The vulnerability requires user interaction to exploit.

Compliance Impact

This vulnerability primarily facilitates phishing or social-engineering attacks by redirecting users to malicious sites after password reset. While it does not directly expose sensitive data, it could indirectly contribute to compliance violations under GDPR or HIPAA by enabling unauthorized access or data breaches through user deception. Organizations must mitigate this risk to maintain compliance with data protection requirements.

Mitigation Strategies

Implement strict allowlisting for the 'url' parameter to restrict redirects to trusted same-origin paths or HTTPS hosts. Alternatively, replace raw URLs with server-generated signed return tokens. Ensure UI navigation helpers reject dangerous schemes and external origins. Apply vendor patches if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53683. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart