CVE-2024-53995:
GHSL-2024-288: SickChill open redirect in login
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.06581%
CWE
Published
1/8/2025
Updated
1/8/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
sickchill | pip | <= 2024.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the LoginHandler's post method in authentication.py, which previously used the 'next_' parameter from the request to determine the redirect location after login. The commit diff shows this parameter was removed in favor of a hardcoded default page. Security advisories and the CVE description explicitly reference this endpoint's handling of the 'next' parameter as the vulnerability source. While the GET method also used the parameter, the primary exploit vector and official fix focused on the POST handler, as demonstrated by the provided PoC and maintainer discussion.