Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Bouke

#29084of 53,624
8.8Total CVSS
Vulnerabilities · 1
PT-2020-18320
8.8
2020-01-24
Django · Django-User-Sessions · CVE-2020-5224
**Name of the Vulnerable Software and Affected Versions** django-user-sessions versions prior to 1.7.1 **Description** The views provided by django-user-sessions allow users to terminate specific sessions, and the session key is included in the rendered HTML. This is not a problem in itself, but if the website has an XSS vulnerability, the session key could be extracted by the attacker, potentially leading to a session takeover. **Recommendations** For versions prior to 1.7.1, remove the session key from the template as a workaround until a patch is available.