IBM20180813-11342

Added CVE-2016-2922, CVE-2017-1286, CVE-2017-1749
This commit is contained in:
Scott Moore - IBM 2018-08-13 11:03:42 -04:00
parent 5dc7ae5e5b
commit b8001408b1
No known key found for this signature in database
GPG Key ID: 95B9EA1B824C2926
3 changed files with 618 additions and 21 deletions

View File

@ -1,18 +1,240 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2016-2922",
"STATE" : "RESERVED"
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"url" : "https://www.ibm.com/support/docview.wss?uid=ibm10718377",
"title" : "IBM Security Bulletin 718377 (Rational ClearQuest)",
"name" : "https://www.ibm.com/support/docview.wss?uid=ibm10718377"
},
{
"refsource" : "XF",
"name" : "ibm-clearquest-cve20162922-spoofing (113353)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/113353",
"title" : "X-Force Vulnerability Report"
}
]
},
"impact" : {
"cvssv3" : {
"TM" : {
"RL" : "O",
"E" : "U",
"RC" : "C"
},
"BM" : {
"SCORE" : "3.700",
"S" : "U",
"A" : "N",
"AC" : "H",
"C" : "L",
"UI" : "N",
"AV" : "N",
"I" : "N",
"PR" : "N"
}
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Obtain Information"
}
]
}
]
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "8.0"
},
{
"version_value" : "8.0.0.1"
},
{
"version_value" : "8.0.0.2"
},
{
"version_value" : "8.0.0.3"
},
{
"version_value" : "8.0.0.4"
},
{
"version_value" : "8.0.0.5"
},
{
"version_value" : "8.0.0.6"
},
{
"version_value" : "8.0.0.7"
},
{
"version_value" : "8.0.1"
},
{
"version_value" : "8.0.0.8"
},
{
"version_value" : "8.0.1.1"
},
{
"version_value" : "8.0.0.9"
},
{
"version_value" : "8.0.0.10"
},
{
"version_value" : "8.0.0.11"
},
{
"version_value" : "8.0.1.2"
},
{
"version_value" : "8.0.1.3"
},
{
"version_value" : "8.0.1.4"
},
{
"version_value" : "8.0.0.12"
},
{
"version_value" : "8.0.1.5"
},
{
"version_value" : "8.0.0.13"
},
{
"version_value" : "8.0.1.6"
},
{
"version_value" : "8.0.0.14"
},
{
"version_value" : "8.0.1.7"
},
{
"version_value" : "8.0.0.15"
},
{
"version_value" : "8.0.1.8"
},
{
"version_value" : "8.0.0.16"
},
{
"version_value" : "8.0.1.9"
},
{
"version_value" : "8.0.0.17"
},
{
"version_value" : "8.0.1.10"
},
{
"version_value" : "8.0.0.18"
},
{
"version_value" : "8.0.1.11"
},
{
"version_value" : "9.0"
},
{
"version_value" : "9.0.0.1"
},
{
"version_value" : "8.0.0.19"
},
{
"version_value" : "8.0.1.12"
},
{
"version_value" : "9.0.0.2"
},
{
"version_value" : "8.0.0.20"
},
{
"version_value" : "8.0.1.13"
},
{
"version_value" : "9.0.0.3"
},
{
"version_value" : "8.0.0.21"
},
{
"version_value" : "8.0.1.14"
},
{
"version_value" : "9.0.0.4"
},
{
"version_value" : "9.0.1"
},
{
"version_value" : "8.0.1.15"
},
{
"version_value" : "9.0.0.5"
},
{
"version_value" : "9.0.1.1"
},
{
"version_value" : "8.0.1.16"
},
{
"version_value" : "9.0.0.6"
},
{
"version_value" : "9.0.1.2"
},
{
"version_value" : "8.0.1.17"
},
{
"version_value" : "9.0.1.3"
}
]
},
"product_name" : "Rational ClearQuest"
}
]
},
"vendor_name" : "IBM"
}
]
}
},
"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" : "IBM Rational ClearQuest 8.0 through 8.0.1.9 and 9.0 through 9.0.1.3 (CQ OSLC linkages, EmailRelay) fails to check the SSL certificate against the requested hostname. It is subject to a man-in-the-middle attack with an impersonating server observing all the data transmitted to the real server. IBM X-Force ID: 113353.",
"lang" : "eng"
}
]
},
"data_type" : "CVE",
"data_format" : "MITRE",
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"ID" : "CVE-2016-2922",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2018-08-09T00:00:00"
}
}

View File

@ -1,17 +1,203 @@
{
"data_version" : "4.0",
"impact" : {
"cvssv3" : {
"TM" : {
"RC" : "C",
"RL" : "O",
"E" : "U"
},
"BM" : {
"PR" : "L",
"AV" : "N",
"I" : "N",
"UI" : "N",
"C" : "L",
"S" : "U",
"A" : "N",
"SCORE" : "3.100",
"AC" : "H"
}
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Obtain Information"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://www.ibm.com/support/docview.wss?uid=swg2C1000377",
"title" : "IBM Security Bulletin C1000377 (UrbanCode Deploy)",
"url" : "https://www.ibm.com/support/docview.wss?uid=swg2C1000377",
"refsource" : "CONFIRM"
},
{
"name" : "ibm-ucd-cve20171286-info-disc (125147)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/125147",
"title" : "X-Force Vulnerability Report",
"refsource" : "XF"
}
]
},
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"STATE" : "PUBLIC",
"ID" : "CVE-2017-1286",
"STATE" : "RESERVED"
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2018-08-06T00:00:00"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "UrbanCode Deploy",
"version" : {
"version_data" : [
{
"version_value" : "6.1.0.2"
},
{
"version_value" : "6.1"
},
{
"version_value" : "6.1.0.1"
},
{
"version_value" : "6.1.0.3"
},
{
"version_value" : "6.1.0.4"
},
{
"version_value" : "6.1.1"
},
{
"version_value" : "6.1.1.1"
},
{
"version_value" : "6.1.1.2"
},
{
"version_value" : "6.1.1.3"
},
{
"version_value" : "6.1.1.4"
},
{
"version_value" : "6.1.1.5"
},
{
"version_value" : "6.1.1.6"
},
{
"version_value" : "6.1.1.7"
},
{
"version_value" : "6.1.2"
},
{
"version_value" : "6.1.1.8"
},
{
"version_value" : "6.1.3"
},
{
"version_value" : "6.1.3.1"
},
{
"version_value" : "6.2"
},
{
"version_value" : "6.2.0.1"
},
{
"version_value" : "6.1.3.2"
},
{
"version_value" : "6.2.0.2"
},
{
"version_value" : "6.2.1"
},
{
"version_value" : "6.2.1.1"
},
{
"version_value" : "6.1.3.3"
},
{
"version_value" : "6.2.1.2"
},
{
"version_value" : "6.2.2"
},
{
"version_value" : "6.2.2.1"
},
{
"version_value" : "6.2.3.0"
},
{
"version_value" : "6.2.3.1"
},
{
"version_value" : "6.1.3.4"
},
{
"version_value" : "6.1.3.5"
},
{
"version_value" : "6.2.4"
},
{
"version_value" : "6.1.3.6"
},
{
"version_value" : "6.2.4.1"
},
{
"version_value" : "6.2.4.2"
},
{
"version_value" : "6.2.5"
},
{
"version_value" : "6.2.5.1"
},
{
"version_value" : "6.2.5.2"
},
{
"version_value" : "6.2.6.0"
}
]
}
}
]
},
"vendor_name" : "IBM"
}
]
}
},
"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" : "Sensitive information about the configuration of the IBM UrbanCode Deploy 6.1 through 6.9.6.0 server and database can be obtained by a user who has been given elevated permissions in the UI, even after those elevated permissions have been revoked. IBM X-Force ID: 125147.",
"lang" : "eng"
}
]
}

View File

@ -1,18 +1,207 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2017-1749",
"STATE" : "RESERVED"
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"url" : "https://www.ibm.com/support/docview.wss?uid=swg2C1000374",
"title" : "IBM Security Bulletin C1000374 (UrbanCode Deploy)",
"name" : "https://www.ibm.com/support/docview.wss?uid=swg2C1000374"
},
{
"title" : "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/135522",
"name" : "ibm-ucd-cve20171749-path-traversal (135522)",
"refsource" : "XF"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "File Manipulation",
"lang" : "eng"
}
]
}
]
},
"impact" : {
"cvssv3" : {
"BM" : {
"UI" : "N",
"C" : "N",
"AC" : "L",
"A" : "N",
"S" : "U",
"SCORE" : "5.300",
"PR" : "N",
"I" : "L",
"AV" : "N"
},
"TM" : {
"RC" : "C",
"E" : "U",
"RL" : "O"
}
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "6.1.0.2"
},
{
"version_value" : "6.1"
},
{
"version_value" : "6.1.0.1"
},
{
"version_value" : "6.1.0.3"
},
{
"version_value" : "6.1.0.4"
},
{
"version_value" : "6.1.1"
},
{
"version_value" : "6.1.1.1"
},
{
"version_value" : "6.1.1.2"
},
{
"version_value" : "6.1.1.3"
},
{
"version_value" : "6.1.1.4"
},
{
"version_value" : "6.1.1.5"
},
{
"version_value" : "6.1.1.6"
},
{
"version_value" : "6.1.1.7"
},
{
"version_value" : "6.1.2"
},
{
"version_value" : "6.1.1.8"
},
{
"version_value" : "6.1.3"
},
{
"version_value" : "6.1.3.1"
},
{
"version_value" : "6.2"
},
{
"version_value" : "6.2.0.1"
},
{
"version_value" : "6.1.3.2"
},
{
"version_value" : "6.2.0.2"
},
{
"version_value" : "6.2.1"
},
{
"version_value" : "6.2.1.1"
},
{
"version_value" : "6.1.3.3"
},
{
"version_value" : "6.2.1.2"
},
{
"version_value" : "6.2.2"
},
{
"version_value" : "6.2.2.1"
},
{
"version_value" : "6.2.3.0"
},
{
"version_value" : "6.2.3.1"
},
{
"version_value" : "6.1.3.4"
},
{
"version_value" : "6.1.3.5"
},
{
"version_value" : "6.2.4"
},
{
"version_value" : "6.1.3.6"
},
{
"version_value" : "6.2.4.1"
},
{
"version_value" : "6.2.4.2"
},
{
"version_value" : "6.2.5"
},
{
"version_value" : "6.2.5.1"
},
{
"version_value" : "6.2.5.2"
},
{
"version_value" : "6.2.6.0"
},
{
"version_value" : "6.2.6.1"
}
]
},
"product_name" : "UrbanCode Deploy"
}
]
},
"vendor_name" : "IBM"
}
]
}
},
"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" : "IBM UrbanCode Deploy 6.1 through 6.9.6.0 could allow a remote attacker to traverse directories on the system. An unauthenticated attacker could alter UCD deployments. IBM X-Force ID: 135522.",
"lang" : "eng"
}
]
},
"data_type" : "CVE",
"data_format" : "MITRE",
"CVE_data_meta" : {
"ID" : "CVE-2017-1749",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2018-08-06T00:00:00",
"STATE" : "PUBLIC"
}
}