CVE-2020-18702: Cross Site Scripting (XSS) in Quokka
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60247%
CWE
Published
8/30/2021
Updated
10/24/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 |
---|---|---|---|
quokka | pip | <= 0.4.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references the 'Username' parameter in quokka/admin/actions.py
as the injection point. While exact function names aren't provided, XSS vulnerabilities typically occur in input handling functions that directly render user input without sanitization. The file path and parameter name strongly indicate that user registration/management functions in this file lack proper output encoding when processing the username value.