cvelist/2019/12xxx/CVE-2019-12308.json

92 lines
3.5 KiB
JSON
Raw Normal View History

2019-05-23 19:00:48 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2019-06-03 17:00:49 +00:00
"ID": "CVE-2019-12308",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
2019-05-23 19:00:48 +00:00
},
2019-06-03 17:00:49 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-05-23 19:00:48 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2019-06-03 17:00:49 +00:00
"value": "An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://docs.djangoproject.com/en/dev/releases/security/",
"refsource": "MISC",
"name": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20190603 Django: CVE-2019-12308 AdminURLFieldWidget XSS (plus patched bundled jQuery for CVE-2019-11358)",
"url": "http://www.openwall.com/lists/oss-security/2019/06/03/2"
},
{
"refsource": "MISC",
"name": "https://groups.google.com/forum/#!topic/django-announce/GEbHU7YoVz8",
"url": "https://groups.google.com/forum/#!topic/django-announce/GEbHU7YoVz8"
},
{
"refsource": "CONFIRM",
"name": "https://docs.djangoproject.com/en/dev/releases/1.11.21/",
"url": "https://docs.djangoproject.com/en/dev/releases/1.11.21/"
},
{
"refsource": "CONFIRM",
"name": "https://docs.djangoproject.com/en/dev/releases/2.1.9/",
"url": "https://docs.djangoproject.com/en/dev/releases/2.1.9/"
},
{
"refsource": "CONFIRM",
"name": "https://docs.djangoproject.com/en/dev/releases/2.2.2/",
"url": "https://docs.djangoproject.com/en/dev/releases/2.2.2/"
},
{
"refsource": "CONFIRM",
"name": "https://www.djangoproject.com/weblog/2019/jun/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2019/jun/03/security-releases/"
2019-05-23 19:00:48 +00:00
}
]
}
}