diff --git a/2019/3xxx/CVE-2019-3690.json b/2019/3xxx/CVE-2019-3690.json index 26413a1d1eb..ec9687e2202 100644 --- a/2019/3xxx/CVE-2019-3690.json +++ b/2019/3xxx/CVE-2019-3690.json @@ -1,9 +1,41 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "security@suse.de", + "DATE_PUBLIC": "2019-12-05 ", "ID": "CVE-2019-3690", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "chkstat follows untrusted symbolic links" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "permissions", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "a9e1d26cd49ef9ee0c2060c859321128a6dd4230" + } + ] + } + } + ] + }, + "vendor_name": "SUSE" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Malte Kraus of SUSE" + } + ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", @@ -11,8 +43,55 @@ "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." + "value": "The chkstat tool in the permissions package followed symlinks before commit a9e1d26cd49ef9ee0c2060c859321128a6dd4230 (please also check the additional hardenings after this fix). This allowed local attackers with control over a path that is traversed by chkstat to escalate privileges." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 6.8, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-61: UNIX Symbolic Link (Symlink) Following" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugzilla.suse.com/show_bug.cgi?id=1150734", + "refsource": "CONFIRM", + "url": "https://bugzilla.suse.com/show_bug.cgi?id=1150734" + } + ] + }, + "source": { + "advisory": "https://bugzilla.suse.com/show_bug.cgi?id=1150734", + "defect": [ + "1150733" + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}