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.
References
Link | Resource |
---|---|
http://www.securityfocus.com/bid/100643 | Third Party Advisory VDB Entry |
http://www.securitytracker.com/id/1039264 | Third Party Advisory VDB Entry |
https://usn.ubuntu.com/3559-1/ | |
https://www.djangoproject.com/weblog/2017/sep/05/security-releases/ | Patch Vendor Advisory |
http://www.securityfocus.com/bid/100643 | Third Party Advisory VDB Entry |
http://www.securitytracker.com/id/1039264 | Third Party Advisory VDB Entry |
https://usn.ubuntu.com/3559-1/ | |
https://www.djangoproject.com/weblog/2017/sep/05/security-releases/ | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 03:10
Type | Values Removed | Values Added |
---|---|---|
References | () http://www.securityfocus.com/bid/100643 - Third Party Advisory, VDB Entry | |
References | () http://www.securitytracker.com/id/1039264 - Third Party Advisory, VDB Entry | |
References | () https://usn.ubuntu.com/3559-1/ - | |
References | () https://www.djangoproject.com/weblog/2017/sep/05/security-releases/ - Patch, Vendor Advisory |
Information
Published : 2017-09-07 13:29
Updated : 2024-11-21 03:10
NVD link : CVE-2017-12794
Mitre link : CVE-2017-12794
CVE.ORG link : CVE-2017-12794
JSON object : View
Products Affected
djangoproject
- django
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')