-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| lin-cms | pip | <= 0.1.1b2 |
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.