"-Synchronized-Data."

This commit is contained in:
CVE Team 2021-03-16 14:00:45 +00:00
parent dd1333bab8
commit f575ac7e97
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
7 changed files with 306 additions and 294 deletions

View File

@ -34,7 +34,7 @@
"description_data": [
{
"lang": "eng",
"value": "Heap-based buffer overflow in sudo before 1.6.6 may allow local users to gain root privileges via special characters in the -p (prompt) argument, which are not properly expanded."
"value": "Sudo before 1.6.6 contains an off-by-one error that can result in a heap-based buffer overflow that may allow local users to gain root privileges via special characters in the -p (prompt) argument, which are not properly expanded."
}
]
},

View File

@ -218,6 +218,16 @@
"refsource": "MLIST",
"name": "[hbase-issues] 20210316 [GitHub] [hbase] pankaj72981 commented on pull request #3043: HBASE-25568 Upgrade Thrift jar to fix CVE-2020-13949",
"url": "https://lists.apache.org/thread.html/r191a9279e2863b68e5496ee4ecd8be0d4fe43b324b934f0d1f106e1d@%3Cissues.hbase.apache.org%3E"
},
{
"refsource": "MLIST",
"name": "[hbase-issues] 20210316 [jira] [Commented] (HBASE-25568) Upgrade Thrift jar to fix CVE-2020-13949",
"url": "https://lists.apache.org/thread.html/r0372f0af2dad0b76fbd7a6cfdaad29d50384ad48dda475a5026ff9a3@%3Cissues.hbase.apache.org%3E"
},
{
"refsource": "MLIST",
"name": "[hbase-issues] 20210316 [GitHub] [hbase] pankaj72981 merged pull request #3043: HBASE-25568 Upgrade Thrift jar to fix CVE-2020-13949",
"url": "https://lists.apache.org/thread.html/r850522c56c05aa06391546bdb530bb8fc3437f2b77d16e571ae73309@%3Cissues.hbase.apache.org%3E"
}
]
},

View File

@ -66,12 +66,14 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://issues.apache.org/jira/browse/HIVE-22708"
"refsource": "MISC",
"url": "https://issues.apache.org/jira/browse/HIVE-22708",
"name": "https://issues.apache.org/jira/browse/HIVE-22708"
},
{
"refsource": "CONFIRM",
"url": "https://lists.apache.org/thread.html/rd186eedff68102ba1e68059a808101c5aa587e11542c7dcd26e7b9d7%40%3Cuser.hive.apache.org%3E"
"refsource": "MISC",
"url": "https://lists.apache.org/thread.html/rd186eedff68102ba1e68059a808101c5aa587e11542c7dcd26e7b9d7%40%3Cuser.hive.apache.org%3E",
"name": "https://lists.apache.org/thread.html/rd186eedff68102ba1e68059a808101c5aa587e11542c7dcd26e7b9d7%40%3Cuser.hive.apache.org%3E"
}
]
},
@ -81,4 +83,4 @@
],
"discovery": "UNKNOWN"
}
}
}

View File

@ -1,99 +1,99 @@
{
"data_type" : "CVE",
"references" : {
"reference_data" : [
{
"url" : "https://www.ibm.com/support/pages/node/6405774",
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6405774",
"title" : "IBM Security Bulletin 6405774 (Spectrum Scale)"
},
{
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/190450",
"title" : "X-Force Vulnerability Report",
"name" : "ibm-spectrum-cve20204851-log-poisoning (190450)"
}
]
},
"data_version" : "4.0",
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2021-03-15T00:00:00",
"ID" : "CVE-2020-4851"
},
"affects" : {
"vendor" : {
"vendor_data" : [
"data_type": "CVE",
"references": {
"reference_data": [
{
"vendor_name" : "IBM",
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "5.0.0"
},
{
"version_value" : "5.0.5.4"
},
{
"version_value" : "5.1.0"
},
{
"version_value" : "5.1.0.1"
}
]
},
"product_name" : "Spectrum Scale"
}
]
}
"url": "https://www.ibm.com/support/pages/node/6405774",
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6405774",
"title": "IBM Security Bulletin 6405774 (Spectrum Scale)"
},
{
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/190450",
"title": "X-Force Vulnerability Report",
"name": "ibm-spectrum-cve20204851-log-poisoning (190450)"
}
]
}
},
"description" : {
"description_data" : [
{
"value" : "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 could allow a local user to poison log files which could impact support and development efforts. IBM X-Force ID: 190450.",
"lang" : "eng"
}
]
},
"impact" : {
"cvssv3" : {
"BM" : {
"A" : "N",
"SCORE" : "4.000",
"I" : "N",
"AV" : "L",
"UI" : "N",
"C" : "L",
"PR" : "N",
"AC" : "L",
"S" : "U"
},
"TM" : {
"RC" : "C",
"E" : "U",
"RL" : "O"
}
}
},
"data_format" : "MITRE",
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Data Manipulation"
}
]
},
"data_version": "4.0",
"CVE_data_meta": {
"STATE": "PUBLIC",
"ASSIGNER": "psirt@us.ibm.com",
"DATE_PUBLIC": "2021-03-15T00:00:00",
"ID": "CVE-2020-4851"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IBM",
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "5.0.0"
},
{
"version_value": "5.0.5.4"
},
{
"version_value": "5.1.0"
},
{
"version_value": "5.1.0.1"
}
]
},
"product_name": "Spectrum Scale"
}
]
}
}
]
}
]
}
}
}
},
"description": {
"description_data": [
{
"value": "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 could allow a local user to poison log files which could impact support and development efforts. IBM X-Force ID: 190450.",
"lang": "eng"
}
]
},
"impact": {
"cvssv3": {
"BM": {
"A": "N",
"SCORE": "4.000",
"I": "N",
"AV": "L",
"UI": "N",
"C": "L",
"PR": "N",
"AC": "L",
"S": "U"
},
"TM": {
"RC": "C",
"E": "U",
"RL": "O"
}
}
},
"data_format": "MITRE",
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Data Manipulation"
}
]
}
]
}
}

View File

@ -1,99 +1,99 @@
{
"data_format" : "MITRE",
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Denial of Service",
"lang" : "eng"
}
]
}
]
},
"impact" : {
"cvssv3" : {
"TM" : {
"RL" : "O",
"E" : "U",
"RC" : "C"
},
"BM" : {
"A" : "H",
"SCORE" : "4.400",
"AV" : "L",
"I" : "N",
"UI" : "N",
"C" : "N",
"PR" : "H",
"AC" : "L",
"S" : "U"
}
}
},
"affects" : {
"vendor" : {
"vendor_data" : [
"data_format": "MITRE",
"problemtype": {
"problemtype_data": [
{
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "5.0.0"
},
{
"version_value" : "5.0.5.5"
},
{
"version_value" : "5.1.0"
},
{
"version_value" : "5.1.0.2"
}
]
},
"product_name" : "Spectrum Scale"
}
]
},
"vendor_name" : "IBM"
"description": [
{
"value": "Denial of Service",
"lang": "eng"
}
]
}
]
}
},
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 could allow a local user with a valid role to the REST API to cause a denial of service due to weak or absense of rate limiting. IBM X-Force ID: 190973."
}
]
},
"CVE_data_meta" : {
"ASSIGNER" : "psirt@us.ibm.com",
"STATE" : "PUBLIC",
"DATE_PUBLIC" : "2021-03-15T00:00:00",
"ID" : "CVE-2020-4890"
},
"data_version" : "4.0",
"references" : {
"reference_data" : [
{
"name" : "https://www.ibm.com/support/pages/node/6430147",
"title" : "IBM Security Bulletin 6430147 (Spectrum Scale)",
"url" : "https://www.ibm.com/support/pages/node/6430147",
"refsource" : "CONFIRM"
},
{
"title" : "X-Force Vulnerability Report",
"name" : "ibm-spectrum-cve20204890-dos (190973)",
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/190973"
}
]
},
"data_type" : "CVE"
}
]
},
"impact": {
"cvssv3": {
"TM": {
"RL": "O",
"E": "U",
"RC": "C"
},
"BM": {
"A": "H",
"SCORE": "4.400",
"AV": "L",
"I": "N",
"UI": "N",
"C": "N",
"PR": "H",
"AC": "L",
"S": "U"
}
}
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "5.0.0"
},
{
"version_value": "5.0.5.5"
},
{
"version_value": "5.1.0"
},
{
"version_value": "5.1.0.2"
}
]
},
"product_name": "Spectrum Scale"
}
]
},
"vendor_name": "IBM"
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 could allow a local user with a valid role to the REST API to cause a denial of service due to weak or absense of rate limiting. IBM X-Force ID: 190973."
}
]
},
"CVE_data_meta": {
"ASSIGNER": "psirt@us.ibm.com",
"STATE": "PUBLIC",
"DATE_PUBLIC": "2021-03-15T00:00:00",
"ID": "CVE-2020-4890"
},
"data_version": "4.0",
"references": {
"reference_data": [
{
"name": "https://www.ibm.com/support/pages/node/6430147",
"title": "IBM Security Bulletin 6430147 (Spectrum Scale)",
"url": "https://www.ibm.com/support/pages/node/6430147",
"refsource": "CONFIRM"
},
{
"title": "X-Force Vulnerability Report",
"name": "ibm-spectrum-cve20204890-dos (190973)",
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/190973"
}
]
},
"data_type": "CVE"
}

View File

@ -1,99 +1,99 @@
{
"data_format" : "MITRE",
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Obtain Information",
"lang" : "eng"
}
]
}
]
},
"impact" : {
"cvssv3" : {
"TM" : {
"E" : "U",
"RC" : "C",
"RL" : "O"
},
"BM" : {
"UI" : "N",
"AV" : "L",
"I" : "N",
"C" : "H",
"A" : "N",
"SCORE" : "6.200",
"S" : "U",
"PR" : "N",
"AC" : "L"
}
}
},
"description" : {
"description_data" : [
{
"value" : "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 uses an inadequate account lockout setting that could allow a local user er to brute force Rest API account credentials. IBM X-Force ID: 190974.",
"lang" : "eng"
}
]
},
"affects" : {
"vendor" : {
"vendor_data" : [
"data_format": "MITRE",
"problemtype": {
"problemtype_data": [
{
"vendor_name" : "IBM",
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "5.0.0"
},
{
"version_value" : "5.0.5.5"
},
{
"version_value" : "5.1.0"
},
{
"version_value" : "5.1.0.2"
}
]
},
"product_name" : "Spectrum Scale"
}
]
}
"description": [
{
"value": "Obtain Information",
"lang": "eng"
}
]
}
]
}
},
"CVE_data_meta" : {
"ID" : "CVE-2020-4891",
"DATE_PUBLIC" : "2021-03-15T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com",
"STATE" : "PUBLIC"
},
"data_version" : "4.0",
"references" : {
"reference_data" : [
{
"name" : "https://www.ibm.com/support/pages/node/6430147",
"title" : "IBM Security Bulletin 6430147 (Spectrum Scale)",
"url" : "https://www.ibm.com/support/pages/node/6430147",
"refsource" : "CONFIRM"
},
{
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/190974",
"title" : "X-Force Vulnerability Report",
"name" : "ibm-spectrum-cve20204891-info-disc (190974)"
}
]
},
"data_type" : "CVE"
}
]
},
"impact": {
"cvssv3": {
"TM": {
"E": "U",
"RC": "C",
"RL": "O"
},
"BM": {
"UI": "N",
"AV": "L",
"I": "N",
"C": "H",
"A": "N",
"SCORE": "6.200",
"S": "U",
"PR": "N",
"AC": "L"
}
}
},
"description": {
"description_data": [
{
"value": "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 uses an inadequate account lockout setting that could allow a local user er to brute force Rest API account credentials. IBM X-Force ID: 190974.",
"lang": "eng"
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IBM",
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "5.0.0"
},
{
"version_value": "5.0.5.5"
},
{
"version_value": "5.1.0"
},
{
"version_value": "5.1.0.2"
}
]
},
"product_name": "Spectrum Scale"
}
]
}
}
]
}
},
"CVE_data_meta": {
"ID": "CVE-2020-4891",
"DATE_PUBLIC": "2021-03-15T00:00:00",
"ASSIGNER": "psirt@us.ibm.com",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"references": {
"reference_data": [
{
"name": "https://www.ibm.com/support/pages/node/6430147",
"title": "IBM Security Bulletin 6430147 (Spectrum Scale)",
"url": "https://www.ibm.com/support/pages/node/6430147",
"refsource": "CONFIRM"
},
{
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/190974",
"title": "X-Force Vulnerability Report",
"name": "ibm-spectrum-cve20204891-info-disc (190974)"
}
]
},
"data_type": "CVE"
}

View File

@ -34,7 +34,7 @@
"description_data": [
{
"lang": "eng",
"value": "Sudo before 1.9.5p2 has a Heap-based Buffer Overflow, allowing privilege escalation to root via \"sudoedit -s\" and a command-line argument that ends with a single backslash character."
"value": "Sudo before 1.9.5p2 contains an off-by-one error that can result in a heap-based buffer overflow, which allows privilege escalation to root via \"sudoedit -s\" and a command-line argument that ends with a single backslash character."
}
]
},