From 3dc3e1be0669da44f3a45105fd286ed29bc6921f Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Wed, 3 Mar 2021 10:53:58 +0100 Subject: [PATCH] data for CVE-2021-25315 --- 2021/25xxx/CVE-2021-25315.json | 105 +++++++++++++++++++++++++++++++-- 1 file changed, 99 insertions(+), 6 deletions(-) diff --git a/2021/25xxx/CVE-2021-25315.json b/2021/25xxx/CVE-2021-25315.json index 46d337f740b..22bd90a60d7 100644 --- a/2021/25xxx/CVE-2021-25315.json +++ b/2021/25xxx/CVE-2021-25315.json @@ -1,18 +1,111 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@suse.de", + "DATE_PUBLIC": "2021-03-01T00:00:00.000Z", "ID": "CVE-2021-25315", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "salt-api unauthenticated remote code execution" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "SUSE Linux Enterprise Server 15 SP 3", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "salt", + "version_value": "3002.2-3" + } + ] + } + } + ] + }, + "vendor_name": "SUSE" + }, + { + "product": { + "product_data": [ + { + "product_name": "Tumbleweed", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "salt", + "version_value": "3002.2-2.1" + } + ] + } + } + ] + }, + "vendor_name": "openSUSE" + } + ] + } + }, + "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." + "value": "A Incorrect Implementation of Authentication Algorithm vulnerability in of SUSE SUSE Linux Enterprise Server 15 SP 3; openSUSE Tumbleweed allows local attackers to execute arbitrary code via salt without the need to specify valid credentials.\nThis issue affects:\nSUSE SUSE Linux Enterprise Server 15 SP 3\nsalt versions prior to 3002.2-3.\nopenSUSE Tumbleweed\nsalt version 3002.2-2.1 and prior versions." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-303: Incorrect Implementation of Authentication Algorithm" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugzilla.suse.com/show_bug.cgi?id=1182382", + "refsource": "CONFIRM", + "url": "https://bugzilla.suse.com/show_bug.cgi?id=1182382" + } + ] + }, + "source": { + "advisory": "https://bugzilla.suse.com/show_bug.cgi?id=1182382", + "defect": [ + "1182382" + ], + "discovery": "INTERNAL" } } \ No newline at end of file