ghsa-9r8w-6x8c-6jr9
Vulnerability from github
Published
2019-01-04 17:50
Modified
2024-09-18 15:51
Severity ?
6.1 (Medium) - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
Summary
Django vulnerable to XSS on 500 pages
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "1.10a1" }, { "fixed": "1.10.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "1.11a1" }, { "fixed": "1.11.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2017-12794" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:29:31Z", "nvd_published_at": null, "severity": "MODERATE" }, "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": "GHSA-9r8w-6x8c-6jr9", "modified": "2024-09-18T15:51:10Z", "published": "2019-01-04T17:50:34Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-12794" }, { "type": "WEB", "url": "https://github.com/django/django/commit/58e08e80e362db79eb0fd775dc81faad90dca47a" }, { "type": "WEB", "url": "https://github.com/django/django/commit/e35a0c56086924f331e9422daa266e907a4784cc" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-9r8w-6x8c-6jr9" }, { "type": "PACKAGE", "url": "https://github.com/django/django" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2017-44.yaml" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3559-1" }, { "type": "WEB", "url": "https://web.archive.org/web/20170927072701/http://www.securitytracker.com/id/1039264" }, { "type": "WEB", "url": "https://web.archive.org/web/20200227150819/http://www.securityfocus.com/bid/100643" }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2017/sep/05/security-releases" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "Django vulnerable to XSS on 500 pages" }
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.