diff --git a/2018/17xxx/CVE-2018-17953.json b/2018/17xxx/CVE-2018-17953.json index 7aa4f92bb3a..15f7e899767 100644 --- a/2018/17xxx/CVE-2018-17953.json +++ b/2018/17xxx/CVE-2018-17953.json @@ -1,18 +1,94 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-17953", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "meissner@suse.de", + "DATE_PUBLIC": "2018-11-15T00:00:00.000Z", + "ID": "CVE-2018-17953", + "STATE": "PUBLIC", + "TITLE": "pam_access does not handle netmask matches correctly" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "pam", + "version": { + "version_data": [ + { + "affected": "<", + "version_name": "1.3.0", + "version_value": "1.3.0 before 2018-11-30" + } + ] + } + } + ] + }, + "vendor_name": "SUSE" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Daniel Pecka" + } + ], + "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": "A incorrect variable in a SUSE specific patch for pam_access rule matching in PAM 1.3.0 in openSUSE Leap 15.0 and SUSE Linux Enterprise 15 could lead to pam_access rules not being applied (fail open)." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugzilla.suse.com/show_bug.cgi?id=1115640", + "refsource": "CONFIRM", + "url": "https://bugzilla.suse.com/show_bug.cgi?id=1115640" + } + ] + }, + "source": { + "defect": [ + "1115640" + ], + "discovery": "INTERNAL" } -} +} \ No newline at end of file