From bfc3dd43eb9b81e7fedcf954f6553437031c4b2b Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 8 Mar 2019 11:07:14 -0500 Subject: [PATCH] - Synchronized data. --- 2019/1xxx/CVE-2019-1585.json | 173 ++++++++++++++++++----------------- 2019/3xxx/CVE-2019-3779.json | 162 ++++++++++++++++---------------- 2019/3xxx/CVE-2019-3780.json | 160 ++++++++++++++++---------------- 3 files changed, 250 insertions(+), 245 deletions(-) diff --git a/2019/1xxx/CVE-2019-1585.json b/2019/1xxx/CVE-2019-1585.json index 217886462de..d11fecfddd3 100644 --- a/2019/1xxx/CVE-2019-1585.json +++ b/2019/1xxx/CVE-2019-1585.json @@ -1,87 +1,92 @@ { - "CVE_data_meta": { - "ASSIGNER": "psirt@cisco.com", - "DATE_PUBLIC": "2019-03-06T16:00:00-0800", - "ID": "CVE-2019-1585", - "STATE": "PUBLIC", - "TITLE": "Cisco Nexus 9000 Series Fabric Switches Application-Centric Infrastructure Mode Privilege Escalation Vulnerability" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "Cisco NX-OS Software for Nexus 9000 Series Fabric Switches ACI Mode ", - "version": { - "version_data": [ - { - "affected": "<", - "version_value": "4.0(1h)" - } - ] - } - } - ] - }, - "vendor_name": "Cisco" - } + "CVE_data_meta" : { + "ASSIGNER" : "psirt@cisco.com", + "DATE_PUBLIC" : "2019-03-06T16:00:00-0800", + "ID" : "CVE-2019-1585", + "STATE" : "PUBLIC", + "TITLE" : "Cisco Nexus 9000 Series Fabric Switches Application-Centric Infrastructure Mode Privilege Escalation Vulnerability" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Cisco NX-OS Software for Nexus 9000 Series Fabric Switches ACI Mode ", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_value" : "4.0(1h)" + } + ] + } + } + ] + }, + "vendor_name" : "Cisco" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "A vulnerability in the controller authorization functionality of Cisco Nexus 9000 Series ACI Mode Switch Software could allow an authenticated, local attacker to escalate standard users with root privilege on an affected device. The vulnerability is due to a misconfiguration of certain sudoers files for the bashroot component on an affected device. An attacker could exploit this vulnerability by authenticating to the affected device with a crafted user ID, which may allow temporary administrative access to escalate privileges. A successful exploit could allow the attacker to escalate privileges on an affected device. This Vulnerability has been fixed in version 4.0(1h)" + } + ] + }, + "exploit" : [ + { + "lang" : "eng", + "value" : "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact" : { + "cvss" : { + "baseScore" : "6.7", + "vectorString" : "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H ", + "version" : "3.0" + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-16" + } ] - } - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ - { - "lang": "eng", - "value": "A vulnerability in the controller authorization functionality of Cisco Nexus 9000 Series ACI Mode Switch Software could allow an authenticated, local attacker to escalate standard users with root privilege on an affected device. The vulnerability is due to a misconfiguration of certain sudoers files for the bashroot component on an affected device. An attacker could exploit this vulnerability by authenticating to the affected device with a crafted user ID, which may allow temporary administrative access to escalate privileges. A successful exploit could allow the attacker to escalate privileges on an affected device. This Vulnerability has been fixed in version 4.0(1h)" - } - ] - }, - "exploit": [ - { - "lang": "eng", - "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " - } - ], - "impact": { - "cvss": { - "baseScore": "6.7", - "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H ", - "version": "3.0" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-16" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "name": "20190306 Cisco Nexus 9000 Series Fabric Switches Application-Centric Infrastructure Mode Privilege Escalation Vulnerability", - "refsource": "CISCO", - "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-aci-controller-privsec" - } - ] - }, - "source": { - "advisory": "cisco-sa-20190306-aci-controller-privsec", - "defect": [ - [ - "CSCvn09838" - ] - ], - "discovery": "INTERNAL" - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "20190306 Cisco Nexus 9000 Series Fabric Switches Application-Centric Infrastructure Mode Privilege Escalation Vulnerability", + "refsource" : "CISCO", + "url" : "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-aci-controller-privsec" + }, + { + "name" : "107312", + "refsource" : "BID", + "url" : "http://www.securityfocus.com/bid/107312" + } + ] + }, + "source" : { + "advisory" : "cisco-sa-20190306-aci-controller-privsec", + "defect" : [ + [ + "CSCvn09838" + ] + ], + "discovery" : "INTERNAL" + } } diff --git a/2019/3xxx/CVE-2019-3779.json b/2019/3xxx/CVE-2019-3779.json index 9193684b5de..dcbff19d039 100644 --- a/2019/3xxx/CVE-2019-3779.json +++ b/2019/3xxx/CVE-2019-3779.json @@ -1,85 +1,85 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "secure@dell.com", - "DATE_PUBLIC": "2019-02-14T00:00:00.000Z", - "ID": "CVE-2019-3779", - "STATE": "PUBLIC", - "TITLE": "Cloud Foundry Container Runtime allows a user to bypass security policy when talking to ETCD" - }, - "source": { - "discovery": "UNKNOWN" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "Cloud Foundry Container Runtime (CFCR)", - "version": { - "version_data": [ - { - "affected": "<", - "version_name": "All", - "version_value": "v0.29.0" - } + "CVE_data_meta" : { + "ASSIGNER" : "secure@dell.com", + "DATE_PUBLIC" : "2019-02-14T00:00:00.000Z", + "ID" : "CVE-2019-3779", + "STATE" : "PUBLIC", + "TITLE" : "Cloud Foundry Container Runtime allows a user to bypass security policy when talking to ETCD" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Cloud Foundry Container Runtime (CFCR)", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_name" : "All", + "version_value" : "v0.29.0" + } + ] + } + } ] - } - } - ] - }, - "vendor_name": "Cloud Foundry" - } + }, + "vendor_name" : "Cloud Foundry" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "Cloud Foundry Container Runtime, versions prior to 0.29.0, deploys Kubernetes clusters utilize the same CA (Certificate Authority) to sign and trust certs for ETCD as used by the Kubernetes API. This could allow a user authenticated with a cluster to request a signed certificate leveraging the Kubernetes CSR capability to obtain a credential that could escalate privilege access to ETCD." + } ] - } - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "Cloud Foundry Container Runtime, versions prior to 0.29.0, deploys Kubernetes clusters utilize the same CA (Certificate Authority) to sign and trust certs for ETCD as used by the Kubernetes API. This could allow a user authenticated with a cluster to request a signed certificate leveraging the Kubernetes CSR capability to obtain a credential that could escalate privilege access to ETCD.\n" + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "ADJACENT_NETWORK", + "availabilityImpact" : "HIGH", + "baseScore" : 8.8, + "baseSeverity" : "HIGH", + "confidentialityImpact" : "HIGH", + "integrityImpact" : "HIGH", + "privilegesRequired" : "NONE", + "scope" : "UNCHANGED", + "userInteraction" : "NONE", + "vectorString" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version" : "3.0" } - ] - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-284: Improper Access Control - Generic" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "refsource": "CONFIRM", - "url": "https://www.cloudfoundry.org/blog/cve-2019-3779", - "name": "https://www.cloudfoundry.org/blog/cve-2019-3779" - } - ] - }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "ADJACENT_NETWORK", - "availabilityImpact": "HIGH", - "baseScore": 8.8, - "baseSeverity": "HIGH", - "confidentialityImpact": "HIGH", - "integrityImpact": "HIGH", - "privilegesRequired": "NONE", - "scope": "UNCHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", - "version": "3.0" - } - } -} \ No newline at end of file + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-284: Improper Access Control - Generic" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://www.cloudfoundry.org/blog/cve-2019-3779", + "refsource" : "CONFIRM", + "url" : "https://www.cloudfoundry.org/blog/cve-2019-3779" + } + ] + }, + "source" : { + "discovery" : "UNKNOWN" + } +} diff --git a/2019/3xxx/CVE-2019-3780.json b/2019/3xxx/CVE-2019-3780.json index 1c26fc37974..f7fad5f1460 100644 --- a/2019/3xxx/CVE-2019-3780.json +++ b/2019/3xxx/CVE-2019-3780.json @@ -1,85 +1,85 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "secure@dell.com", - "DATE_PUBLIC": "2019-02-14T19:48:25.155Z", - "ID": "CVE-2019-3780", - "STATE": "PUBLIC", - "TITLE": "Cloud Foundry Container Runtime Leaks IAAS Credentials" - }, - "source": { - "discovery": "UNKNOWN" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "Cloud Foundry Container Runtime (CFCR)", - "version": { - "version_data": [ - { - "affected": "<", - "version_name": "All", - "version_value": "v0.28.0" - } + "CVE_data_meta" : { + "ASSIGNER" : "secure@dell.com", + "DATE_PUBLIC" : "2019-02-14T19:48:25.155Z", + "ID" : "CVE-2019-3780", + "STATE" : "PUBLIC", + "TITLE" : "Cloud Foundry Container Runtime Leaks IAAS Credentials" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Cloud Foundry Container Runtime (CFCR)", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_name" : "All", + "version_value" : "v0.28.0" + } + ] + } + } ] - } - } - ] - }, - "vendor_name": "Cloud Foundry" - } + }, + "vendor_name" : "Cloud Foundry" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "Cloud Foundry Container Runtime, versions prior to 0.28.0, deploys K8s worker nodes that contains a configuration file with IAAS credentials. A malicious user with access to the k8s nodes can obtain IAAS credentials allowing the user to escalate privileges to gain access to the IAAS account." + } ] - } - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "Cloud Foundry Container Runtime, versions prior to 0.28.0, deploys K8s worker nodes that contains a configuration file with IAAS credentials. A malicious user with access to the k8s nodes can obtain IAAS credentials allowing the user to escalate privileges to gain access to the IAAS account." + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "NETWORK", + "availabilityImpact" : "HIGH", + "baseScore" : 9.1, + "baseSeverity" : "CRITICAL", + "confidentialityImpact" : "HIGH", + "integrityImpact" : "HIGH", + "privilegesRequired" : "HIGH", + "scope" : "CHANGED", + "userInteraction" : "NONE", + "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", + "version" : "3.0" } - ] - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-260: Password in Configuration File" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "refsource": "CONFIRM", - "url": "https://www.cloudfoundry.org/blog/cve-2019-3780", - "name": "https://www.cloudfoundry.org/blog/cve-2019-3780" - } - ] - }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "NETWORK", - "availabilityImpact": "HIGH", - "baseScore": 9.1, - "baseSeverity": "CRITICAL", - "confidentialityImpact": "HIGH", - "integrityImpact": "HIGH", - "privilegesRequired": "HIGH", - "scope": "CHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", - "version": "3.0" - } - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-260: Password in Configuration File" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://www.cloudfoundry.org/blog/cve-2019-3780", + "refsource" : "CONFIRM", + "url" : "https://www.cloudfoundry.org/blog/cve-2019-3780" + } + ] + }, + "source" : { + "discovery" : "UNKNOWN" + } }