CVE-2021-25926: Cross-site scripting in sickrage
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55374%
CWE
Published
4/20/2021
Updated
10/22/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
sickrage | pip | >= 9.3.54, <= 10.0.11.dev1 | 10.0.11.dev2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The key evidence comes from the commit diff showing the get_argument method was modified to add bleach sanitization. Since the vulnerability stems from improper input validation in the quicksearch feature, and the framework's argument retrieval method (get_argument) is the primary input vector for web parameters, this function was the critical point of unsanitized input flow. The patch explicitly adds bleach cleaning to this central input handling method, confirming it was the vulnerability source.