Miggo Logo

CVE-2018-9160: SiCKRAGE Discloses Plaintext Credentials

9.8

CVSS Score
3.0

Basic Information

EPSS Score
0.98655%
Published
5/13/2022
Updated
10/22/2024
KEV Status
No
Technology
TechnologyPython

Technical Details

CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package NameEcosystemVulnerable VersionsFirst Patched Version
sickragepip< 2018.03.09-12018.03.09-1

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability stems from Mako template files rendering password input fields with raw credential values (e.g., ${sickbeard.WEB_PASSWORD}) instead of applying the 'hide' filter (${sickbeard.WEB_PASSWORD|hide}). The commit diff shows the addition of this filter across multiple configuration pages to mask credentials. Prior to the patch, these templates directly embedded sensitive values into HTTP responses, violating CWE-522. The affected files are all configuration UIs that handled credential display, and the lack of filtering is evident in the pre-patch code.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

Si*kR*** ***or* v****.**.**-* in*lu**s *l**rt*xt *r***nti*ls in *TTP r*spons*s.

Reasoning

T** vuln*r**ility st*ms *rom M*ko t*mpl*t* *il*s r*n**rin* p*sswor* input *i*l*s wit* r*w *r***nti*l v*lu*s (*.*., ${si*k***r*.W**_P*SSWOR*}) inst*** o* *pplyin* t** '*i**' *ilt*r (${si*k***r*.W**_P*SSWOR*|*i**}). T** *ommit *i** s*ows t** ***ition o