Skip to content

Open Redirect Vulnerability on Referer Header

Low
seallard published GHSA-w228-rfpx-fhm4 Apr 23, 2024

Package

pip cg (pip)

Affected versions

<= 60.2.6

Patched versions

60.2.12

Description

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.

Severity

Low

CVE ID

No known CVE

Weaknesses

No CWEs

Credits