CVE-2015-2241: Django Cross-site Scripting Vulnerability
(updated )
Cross-site scripting (XSS) vulnerability in the contents function in admin/helpers.py
in Django before 1.7.6 and 1.8 before 1.8b2 allows remote attackers to inject arbitrary web script or HTML via a model attribute in ModelAdmin.readonly_fields
, as demonstrated by an @property
.
References
- code.djangoproject.com/ticket/24461
- github.com/advisories/GHSA-6565-fg86-6jcx
- github.com/django/django
- github.com/django/django/commit/2654e1b93923bac55f12b4e66c5e39b16695ace5
- github.com/django/django/commit/82c9169077a066995e3b00aac551bf1c8a89d98a
- github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-8.yaml
- nvd.nist.gov/vuln/detail/CVE-2015-2241
- web.archive.org/web/20150523054951/http://www.mandriva.com/en/support/security/advisories/advisory/MDVSA-2015:109/?name=MDVSA-2015:109
- web.archive.org/web/20171112005349/http://www.securityfocus.com/bid/73095
- www.djangoproject.com/weblog/2015/mar/09/security-releases
Detect and mitigate CVE-2015-2241 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →