From d29349c3727d108b77261c5ec24e09e9a324d797 Mon Sep 17 00:00:00 2001 From: yinnping Date: Mon, 11 Feb 2019 16:08:59 +0800 Subject: [PATCH] Update twcertcc CVE-2018-17543. --- 2018/17xxx/CVE-2018-17542.json | 123 ++++++++++++++++++++++++++++----- 1 file changed, 107 insertions(+), 16 deletions(-) diff --git a/2018/17xxx/CVE-2018-17542.json b/2018/17xxx/CVE-2018-17542.json index 5deade8cfdd..31d8d937197 100644 --- a/2018/17xxx/CVE-2018-17542.json +++ b/2018/17xxx/CVE-2018-17542.json @@ -1,18 +1,109 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-17542", - "STATE" : "RESERVED" - }, - "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." - } + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2018-17542", + "ASSIGNER": "cve@cert.org.tw", + "DATE_PUBLIC": "2018-11-23T16:00:00.000Z", + "TITLE": "SQL Injection exists in MailSherlock before 1.5.235 for OAKlouds", + "AKA": "", + "STATE": "PUBLIC" + }, + "source": { + "defect": [], + "advisory": "", + "discovery": "UNKNOWN" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "OAKlouds ", + "product": { + "product_data": [ + { + "product_name": "MailSherlock", + "version": { + "version_data": [ + { + "version_name": "", + "affected": "<", + "version_value": "1.5.235", + "platform": "" + } + ] + } + } + ] + } + } + ] + } + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "SQL Injection exists in MailSherlock before 1.5.235 for OAKlouds allows an unauthenticated user to extract the subjects of the emails of other users within the enterprise via the select_mid parameter in an letgo.cgi request." + } ] - } -} + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "SQL Injection" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://twcert.org.tw/subpages/ServeThePublic/public_document_details.aspx?lang=en-US&id=28", + "name": "https://twcert.org.tw/subpages/ServeThePublic/public_document_details.aspx?lang=en-US&id=28" + }, + { + "refsource": "CONFIRM", + "url": "https://twcert.org.tw/subpages/ServeThePublic/public_document_details.aspx?id=73", + "name": "https://twcert.org.tw/subpages/ServeThePublic/public_document_details.aspx?id=73" + } + ] + }, + "configuration": [], + "impact": { + "cvss": { + "version": "3.0", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "REQUIRED", + "scope": "UNCHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "availabilityImpact": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", + "baseScore": 4.3, + "baseSeverity": "MEDIUM" + } + }, + "exploit": [], + "work_around": [], + "solution": [ + { + "lang": "eng", + "value": "Update the software to the latest version." + } + ], + "credit": [ + { + "lang": "eng", + "value": "Researcher from a Technology enterprise" + } + ] + } \ No newline at end of file