CVE-2026-90453
Received Received - Intake

Open Redirect in File Upload Handler

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

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: ICS-CERT

Description

A file-upload handler redirects the authenticated client's browser to a URL taken directly from that same request's Referer header, without validating it against the application's own origin. This allows an authenticated attacker to craft a request that causes another user's browser to be redirected to an arbitrary external destination after completing an upload.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a file-upload handler that redirects a user's browser to a URL taken from the Referer header without validation. An authenticated attacker can exploit this to redirect another user's browser to an arbitrary external site after a file upload completes.

Detection Guidance

This vulnerability involves a file-upload handler redirecting browsers based on the Referer header without validation. To detect it, monitor HTTP requests for file uploads where the Referer header points to external domains. Check server logs for unusual redirect patterns after uploads. Use tools like Wireshark or tcpdump to inspect network traffic for suspicious redirect responses.

Impact Analysis

This could allow attackers to trick users into visiting malicious sites, potentially leading to phishing attacks, credential theft, or malware downloads. Users may unknowingly expose sensitive data or fall victim to social engineering.

Compliance Impact

This vulnerability may violate compliance requirements by exposing users to phishing or data theft risks, which could lead to unauthorized data access or breaches. Organizations may fail to meet security controls in GDPR or HIPAA if user redirection leads to data exposure.

Mitigation Strategies

Immediately validate the Referer header against the application's trusted origins before processing file uploads. Implement strict allowlists for redirect URLs. Update server configurations to reject requests with untrusted Referer headers. Consider disabling automatic redirects after uploads entirely.

Chat Assistant

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

EPSS Chart