From 2dd604f4358f43121a31658d14b6b75fc3021e74 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 13 Apr 2018 15:03:34 +0200 Subject: [PATCH] Add CVE-2017-0368 information --- 2017/0xxx/CVE-2017-0368.json | 76 ++++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 11 deletions(-) diff --git a/2017/0xxx/CVE-2017-0368.json b/2017/0xxx/CVE-2017-0368.json index a959c486660..28193289c62 100644 --- a/2017/0xxx/CVE-2017-0368.json +++ b/2017/0xxx/CVE-2017-0368.json @@ -1,18 +1,72 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2017-0368", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "security@debian.org", + "DATE_PUBLIC": "2017-04-06T20:49:00.000Z", + "ID": "CVE-2017-0368", + "STATE": "PUBLIC", + "TITLE": "Make rawHTML mode not apply to system messages" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "mediawiki", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "mediawiki" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ { - "lang" : "eng", - "value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "lang": "eng", + "value": "Mediawiki contains a flaw making rawHTML mode apply to system messages." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "missing sanitization" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2017-0368" + }, + { + "url": "https://phabricator.wikimedia.org/T156184" + }, + { + "url": "https://lists.wikimedia.org/pipermail/mediawiki-announce/2017-April/000207.html" + } + ] + }, + "source": { + "advisory": "https://lists.wikimedia.org/pipermail/mediawiki-announce/2017-April/000207.html", + "discovery": "UNKNOWN" } }