Skip to content

Commit eb791ae

Browse files
1 parent 62ffee5 commit eb791ae

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-6gf2-ffq8-gcww",
4+
"modified": "2025-01-08T22:03:58Z",
5+
"published": "2025-01-08T22:03:58Z",
6+
"aliases": [
7+
"CVE-2024-53995"
8+
],
9+
"summary": "GHSL-2024-288: SickChill open redirect in login",
10+
"details": "SickChill is an automatic video library manager for TV shows. A user-controlled `login` endpoint's `next_` parameter takes arbitrary content. Prior to commit c7128a8946c3701df95c285810eb75b2de18bf82, an authenticated attacker may use this to redirect the user to arbitrary destinations, leading to open redirect. Commit c7128a8946c3701df95c285810eb75b2de18bf82 changes the login page to redirect to `settings.DEFAULT_PAGE` instead of to the `next` parameter.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "sickchill"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "2024.3.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53995"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/SickChill/sickchill/pull/8811"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/SickChill/sickchill/commit/c7128a8946c3701df95c285810eb75b2de18bf82"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/SickChill/sickchill"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/SickChill/sickchill/blob/846adafdfab579281353ea08a27bbb813f9a9872/sickchill/views/authentication.py#L33"
58+
},
59+
{
60+
"type": "ADVISORY",
61+
"url": "https://securitylab.github.com/advisories/GHSL-2024-283_GHSL-2024-291_sickchill_sickchill"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-601"
67+
],
68+
"severity": "LOW",
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-01-08T22:03:58Z",
71+
"nvd_published_at": "2025-01-08T21:15:12Z"
72+
}
73+
}

0 commit comments

Comments
 (0)