CVE-2020-18699: Lin-CMS-Flask Cross Site Scripting (XSS) vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.64854%
CWE
Published
5/24/2022
Updated
9/30/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 |
---|---|---|---|
lin-cms | pip | <= 0.1.1b2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly mentions the 'Username' parameter in app/api/cms/user.py and references GitHub issue #28 which identifies register() in user.py and get_logs() in log.py as vulnerable points. The register function accepts untrusted input without sanitization, while get_logs displays this input without proper escaping, creating a stored XSS chain. Both functions are directly implicated in the attack flow described in the CVE and related advisories.