cg vulnerable to an Open Redirect Vulnerability on Referer Header
Moderate severity
GitHub Reviewed
Published
Apr 23, 2024
in
Clinical-Genomics/cg
•
Updated Apr 23, 2024
Description
Published to the GitHub Advisory Database
Apr 23, 2024
Reviewed
Apr 23, 2024
Last updated
Apr 23, 2024
Summary
A vulnerability has been discovered in the handling of the referrer header in the application, which could allow an attacker to conduct open redirects. The issue arises from improper validation of the referrer header in certain conditions. By manipulating the referrer header, an attacker could potentially redirect users to malicious websites, phishing pages, or other dangerous destinations.
PoC
If you change the referer header, you will be redirected to that domain without verifying.
https://github.com/Clinical-Genomics/cg/blob/master/cg/server/invoices/views.py#L173
Impact
An attacker exploiting this vulnerability could trick users into visiting malicious websites or disclose sensitive information by redirecting them to unintended destinations. This could lead to various attacks including phishing, malware distribution, or further exploitation of other vulnerabilities.
References