IBM20181112-103316

Added CVE-2018-1798, CVE-2018-1786, CVE-2018-1884
This commit is contained in:
Scott Moore - IBM 2018-11-12 10:33:16 -05:00
parent c1186ba9a8
commit 40a71db1e7
No known key found for this signature in database
GPG Key ID: 95B9EA1B824C2926
3 changed files with 271 additions and 28 deletions

View File

@ -1,18 +1,93 @@
{ {
"CVE_data_meta" : { "CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org", "STATE" : "PUBLIC",
"ID" : "CVE-2018-1786", "ID" : "CVE-2018-1786",
"STATE" : "RESERVED" "ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2018-11-08T00:00:00"
},
"impact" : {
"cvssv3" : {
"TM" : {
"RL" : "O",
"RC" : "C",
"E" : "U"
},
"BM" : {
"C" : "N",
"AV" : "N",
"PR" : "N",
"UI" : "N",
"AC" : "L",
"I" : "N",
"SCORE" : "5.300",
"A" : "L",
"S" : "U"
}
}
}, },
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : { "description" : {
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "value" : "IBM Spectrum Protect 7.1 and 8.1 dsmc and dsmcad processes incorrectly accumulate TCP/IP sockets in a CLOSE_WAIT state. This can cause TCP/IP resource leakage and may result in a denial of service. IBM X-Force ID: 148871.",
"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"
}
]
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Spectrum Protect",
"version" : {
"version_data" : [
{
"version_value" : "7.1"
},
{
"version_value" : "8.1"
} }
] ]
} }
}
]
},
"vendor_name" : "IBM"
}
]
}
},
"data_type" : "CVE",
"data_format" : "MITRE",
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Denial of Service",
"lang" : "eng"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"title" : "IBM Security Bulletin 738765 (Spectrum Protect)",
"url" : "http://www.ibm.com/support/docview.wss?uid=ibm10738765",
"name" : "http://www.ibm.com/support/docview.wss?uid=ibm10738765"
},
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/148871",
"name" : "ibm-tivoli-cve20181786-dos (148871)",
"refsource" : "XF",
"title" : "X-Force Vulnerability Report"
}
]
},
"data_version" : "4.0"
} }

View File

@ -1,18 +1,99 @@
{ {
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-1798",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : { "description" : {
"description_data" : [ "description_data" : [
{
"value" : "IBM WebSphere Application Server 7.0, 8.0, 8.5, and 9.0 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 149428.",
"lang" : "eng"
}
]
},
"impact" : {
"cvssv3" : {
"TM" : {
"RL" : "O",
"RC" : "C",
"E" : "H"
},
"BM" : {
"PR" : "N",
"AV" : "N",
"C" : "L",
"S" : "C",
"SCORE" : "6.100",
"A" : "N",
"I" : "L",
"UI" : "R",
"AC" : "L"
}
}
},
"CVE_data_meta" : {
"DATE_PUBLIC" : "2018-11-08T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2018-1798",
"STATE" : "PUBLIC"
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{ {
"lang" : "eng", "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" : "Cross-Site Scripting"
} }
] ]
} }
]
},
"data_type" : "CVE",
"data_format" : "MITRE",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "7.0"
},
{
"version_value" : "8.0"
},
{
"version_value" : "8.5"
},
{
"version_value" : "9.0"
}
]
},
"product_name" : "WebSphere Application Server"
}
]
},
"vendor_name" : "IBM"
}
]
}
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"title" : "IBM Security Bulletin 730703 (WebSphere Application Server)",
"url" : "http://www.ibm.com/support/docview.wss?uid=ibm10730703",
"name" : "http://www.ibm.com/support/docview.wss?uid=ibm10730703"
},
{
"name" : "ibm-websphere-cve20181798-xss (149428)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/149428",
"title" : "X-Force Vulnerability Report",
"refsource" : "XF"
}
]
},
"data_version" : "4.0"
} }

View File

@ -1,18 +1,105 @@
{ {
"CVE_data_meta" : { "references" : {
"ASSIGNER" : "cve@mitre.org", "reference_data" : [
"ID" : "CVE-2018-1884", {
"STATE" : "RESERVED" "name" : "http://www.ibm.com/support/docview.wss?uid=ibm10737897",
"url" : "http://www.ibm.com/support/docview.wss?uid=ibm10737897",
"title" : "IBM Security Bulletin 737897 (Case Manager)",
"refsource" : "CONFIRM"
},
{
"name" : "ibm-case-cve20181884-code-exec (151970)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/151970",
"title" : "X-Force Vulnerability Report",
"refsource" : "XF"
}
]
}, },
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0", "data_version" : "4.0",
"CVE_data_meta" : {
"DATE_PUBLIC" : "2018-11-08T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2018-1884",
"STATE" : "PUBLIC"
},
"impact" : {
"cvssv3" : {
"TM" : {
"E" : "U",
"RL" : "O",
"RC" : "C"
},
"BM" : {
"AC" : "L",
"UI" : "R",
"S" : "U",
"A" : "L",
"SCORE" : "4.800",
"I" : "L",
"C" : "L",
"AV" : "L",
"PR" : "L"
}
}
},
"description" : { "description" : {
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "value" : "IBM Case Manager 5.2.0.0, 5.2.0.4, 5.2.1.0, 5.2.1.7, 5.3.0.0, and 5.3.3.0 is vulnerabile to a \"zip slip\" vulnerability which could allow a remote attacker to execute code using directory traversal techniques. IBM X-Force ID: 151970.",
"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"
}
]
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "IBM",
"product" : {
"product_data" : [
{
"product_name" : "Case Manager",
"version" : {
"version_data" : [
{
"version_value" : "5.2.0.0"
},
{
"version_value" : "5.2.0.4"
},
{
"version_value" : "5.2.1.0"
},
{
"version_value" : "5.2.1.7"
},
{
"version_value" : "5.3.0.0"
},
{
"version_value" : "5.3.3.0"
} }
] ]
} }
}
]
}
}
]
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Gain Access",
"lang" : "eng"
}
]
}
]
},
"data_format" : "MITRE",
"data_type" : "CVE"
} }