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.
{
"unresolved_ranges": [
{
"extracted_events": [
{
"last_affected": "1.10.0"
}
],
"source": "CPE_FIELD",
"cpe": "cpe:2.3:a:djangoproject:django:1.10.0:*:*:*:*:*:*:*"
},
{
"extracted_events": [
{
"last_affected": "1.11.0"
}
],
"source": "CPE_FIELD",
"cpe": "cpe:2.3:a:djangoproject:django:1.11.0:*:*:*:*:*:*:*"
}
]
}{
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "1.10.1"
},
{
"last_affected": "1.10.2"
},
{
"last_affected": "1.10.3"
},
{
"last_affected": "1.10.4"
},
{
"last_affected": "1.10.5"
},
{
"last_affected": "1.10.6"
},
{
"last_affected": "1.10.7"
},
{
"last_affected": "1.11.1"
},
{
"last_affected": "1.11.2"
},
{
"last_affected": "1.11.3"
},
{
"last_affected": "1.11.4"
}
],
"source": "CPE_FIELD",
"cpe": [
"cpe:2.3:a:djangoproject:django:1.10.1:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.2:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.3:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.4:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.5:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.6:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.10.7:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.11.1:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.11.2:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.11.3:*:*:*:*:*:*:*",
"cpe:2.3:a:djangoproject:django:1.11.4:*:*:*:*:*:*:*"
]
}