From 09d313d18d4686941875c5ae941572250863dbde Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 28 Feb 2019 16:59:04 +0100 Subject: [PATCH] data for CVE-2018-17956 --- 2018/17xxx/CVE-2018-17956.json | 100 +++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 12 deletions(-) diff --git a/2018/17xxx/CVE-2018-17956.json b/2018/17xxx/CVE-2018-17956.json index 9ae3e4f8866..efe4ae98fbf 100644 --- a/2018/17xxx/CVE-2018-17956.json +++ b/2018/17xxx/CVE-2018-17956.json @@ -1,18 +1,94 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-17956", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "security@suse.de", + "DATE_PUBLIC": "2019-01-07T00:00:00.000Z", + "ID": "CVE-2018-17956", + "STATE": "PUBLIC", + "TITLE": "Password exposed in process listing" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "yast2-samba-provision", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "4.1.1" + } + ] + } + } + ] + }, + "vendor_name": "SUSE" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Johannes Segitz of SUSE" + } + ], + "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": "The password for samba shares was provided on the command line to tools used by yast2-samba-provision, allowing local attackers to read them in the process list" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 3.3, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-214" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugzilla.suse.com/show_bug.cgi?id=1117597", + "refsource": "CONFIRM", + "url": "https://bugzilla.suse.com/show_bug.cgi?id=1117597" + } + ] + }, + "source": { + "advisory": "https://bugzilla.suse.com/show_bug.cgi?id=1117597", + "defect": [ + "1117597" + ], + "discovery": "INTERNAL" } -} +} \ No newline at end of file