CyberRota Analysis
AI-GeneratedA vulnerability exists in the file-upload handler that allows an authenticated attacker to exploit the Referer header, redirecting another user's browser to an arbitrary external URL post-upload without proper validation. This could lead to phishing attacks or other malicious activities targeting users of the affected application. Organizations utilizing this file-upload functionality should prioritize remediation to mitigate potential risks to their users.
Original NVD 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.