pysec-2017-44
Vulnerability from pysec
Published
2017-09-07 13:29
Modified
2021-07-15 02:22
Details
In Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5, HTML autoescaping was disabled in a portion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulnerability shouldn't affect most production sites since you shouldn't run with "DEBUG = True" (which makes this page accessible) in your production settings.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "django", "purl": "pkg:pypi/django" }, "ranges": [ { "events": [ { "introduced": "1.10" }, { "fixed": "1.10.8" }, { "introduced": "1.11" }, { "fixed": "1.11.5" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.10", "1.10.1", "1.10.2", "1.10.3", "1.10.4", "1.10.5", "1.10.6", "1.10.7", "1.11", "1.11.1", "1.11.2", "1.11.3", "1.11.4" ] } ], "aliases": [ "CVE-2017-12794", "GHSA-9r8w-6x8c-6jr9" ], "details": "In Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5, HTML autoescaping was disabled in a portion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulnerability shouldn\u0027t affect most production sites since you shouldn\u0027t run with \"DEBUG = True\" (which makes this page accessible) in your production settings.", "id": "PYSEC-2017-44", "modified": "2021-07-15T02:22:10.638315Z", "published": "2017-09-07T13:29:00Z", "references": [ { "type": "ARTICLE", "url": "https://www.djangoproject.com/weblog/2017/sep/05/security-releases/" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1039264" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/100643" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3559-1/" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-9r8w-6x8c-6jr9" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.