IBM20200730-84941

Added CVE-2020-4186, CVE-2020-4185
This commit is contained in:
Scott Moore - IBM 2020-07-30 08:49:41 -04:00
parent a9065cb24c
commit d34a24147f
No known key found for this signature in database
GPG Key ID: 8E6C411D57F2D75C
2 changed files with 186 additions and 30 deletions

View File

@ -1,18 +1,96 @@
{ {
"data_type": "CVE", "data_format" : "MITRE",
"data_format": "MITRE", "problemtype" : {
"data_version": "4.0", "problemtype_data" : [
"CVE_data_meta": {
"ID": "CVE-2020-4185",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{ {
"lang": "eng", "description" : [
"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" : "Obtain Information"
} }
] ]
} }
]
},
"references" : {
"reference_data" : [
{
"title" : "IBM Security Bulletin 6254369 (Security Guardium)",
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6254369",
"url" : "https://www.ibm.com/support/pages/node/6254369"
},
{
"title" : "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/174803",
"name" : "ibm-guardium-cve20204185-info-disc (174803)",
"refsource" : "XF"
}
]
},
"impact" : {
"cvssv3" : {
"BM" : {
"AV" : "N",
"AC" : "H",
"SCORE" : "5.900",
"C" : "H",
"A" : "N",
"I" : "N",
"PR" : "N",
"UI" : "N",
"S" : "U"
},
"TM" : {
"RC" : "C",
"E" : "U",
"RL" : "O"
}
}
},
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM Security Guardium 10.5, 10.6, and 11.1 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 174803."
}
]
},
"data_type" : "CVE",
"data_version" : "4.0",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "IBM",
"product" : {
"product_data" : [
{
"product_name" : "Security Guardium",
"version" : {
"version_data" : [
{
"version_value" : "10.5"
},
{
"version_value" : "10.6"
},
{
"version_value" : "11.1"
}
]
}
}
]
}
}
]
}
},
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"ID" : "CVE-2020-4185",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2020-07-29T00:00:00"
}
} }

View File

@ -1,17 +1,95 @@
{ {
"data_type": "CVE", "CVE_data_meta" : {
"data_format": "MITRE", "STATE" : "PUBLIC",
"data_version": "4.0", "ID" : "CVE-2020-4186",
"CVE_data_meta": { "ASSIGNER" : "psirt@us.ibm.com",
"ID": "CVE-2020-4186", "DATE_PUBLIC" : "2020-07-29T00:00:00"
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
}, },
"description": { "affects" : {
"description_data": [ "vendor" : {
"vendor_data" : [
{ {
"lang": "eng", "vendor_name" : "IBM",
"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." "product" : {
"product_data" : [
{
"product_name" : "Security Guardium",
"version" : {
"version_data" : [
{
"version_value" : "10.5"
},
{
"version_value" : "10.6"
},
{
"version_value" : "11.1"
}
]
}
}
]
}
}
]
}
},
"data_version" : "4.0",
"data_type" : "CVE",
"impact" : {
"cvssv3" : {
"BM" : {
"C" : "L",
"AC" : "L",
"SCORE" : "5.300",
"AV" : "N",
"UI" : "N",
"S" : "U",
"PR" : "N",
"I" : "N",
"A" : "N"
},
"TM" : {
"RL" : "O",
"E" : "U",
"RC" : "C"
}
}
},
"description" : {
"description_data" : [
{
"value" : "IBM Security Guardium 10.5, 10.6, and 11.1 could disclose sensitive information on the login page that could aid in further attacks against the system. IBM X-Force ID: 174804.",
"lang" : "eng"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Obtain Information"
}
]
}
]
},
"data_format" : "MITRE",
"references" : {
"reference_data" : [
{
"title" : "IBM Security Bulletin 6254367 (Security Guardium)",
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6254367",
"url" : "https://www.ibm.com/support/pages/node/6254367"
},
{
"title" : "X-Force Vulnerability Report",
"refsource" : "XF",
"name" : "ibm-guardium-cve20204186-info-disc (174804)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/174804"
} }
] ]
} }