"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-10-16 13:01:10 +00:00
parent 0453f7c52c
commit 76a07c08d3
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
4 changed files with 292 additions and 96 deletions

View File

@ -0,0 +1,62 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-15893",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Sonatype Nexus Repository Manager 2.x before 2.14.15 allows Remote Code Execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://support.sonatype.com/hc/en-us/articles/360035055794",
"url": "https://support.sonatype.com/hc/en-us/articles/360035055794"
}
]
}
}

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-17629",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "CMS Made Simple (CMSMS) 2.2.11 allows stored XSS by an admin via a crafted image filename on the \"file manager > upload images\" screen."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://forum.cmsmadesimple.org/viewforum.php?f=1",
"refsource": "MISC",
"name": "https://forum.cmsmadesimple.org/viewforum.php?f=1"
},
{
"url": "http://dev.cmsmadesimple.org/bug/view/12146",
"refsource": "MISC",
"name": "http://dev.cmsmadesimple.org/bug/view/12146"
}
]
}
}

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-17630",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "CMS Made Simple (CMSMS) 2.2.11 allows stored XSS by an admin via a crafted image filename on the \"News > Add Article\" screen."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://forum.cmsmadesimple.org/viewforum.php?f=1",
"refsource": "MISC",
"name": "https://forum.cmsmadesimple.org/viewforum.php?f=1"
},
{
"url": "http://dev.cmsmadesimple.org/bug/view/12149",
"refsource": "MISC",
"name": "http://dev.cmsmadesimple.org/bug/view/12149"
}
]
}
}

View File

@ -1,99 +1,99 @@
{ {
"data_format" : "MITRE", "data_format": "MITRE",
"CVE_data_meta" : { "CVE_data_meta": {
"ID" : "CVE-2019-4031", "ID": "CVE-2019-4031",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"DATE_PUBLIC" : "2019-10-09T00:00:00", "DATE_PUBLIC": "2019-10-09T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com" "ASSIGNER": "psirt@us.ibm.com"
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"BM" : { "BM": {
"PR" : "N", "PR": "N",
"AC" : "L", "AC": "L",
"AV" : "L", "AV": "L",
"A" : "H", "A": "H",
"I" : "H", "I": "H",
"UI" : "N", "UI": "N",
"C" : "H", "C": "H",
"S" : "U", "S": "U",
"SCORE" : "8.400" "SCORE": "8.400"
}, },
"TM" : { "TM": {
"RL" : "O", "RL": "O",
"E" : "U", "E": "U",
"RC" : "C" "RC": "C"
}
}
},
"data_type" : "CVE",
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Workload Scheduler Distributed",
"version" : {
"version_data" : [
{
"version_value" : "9.2"
},
{
"version_value" : "9.3"
},
{
"version_value" : "9.4"
},
{
"version_value" : "9.5"
}
]
}
}
]
},
"vendor_name" : "IBM"
} }
] }
} },
}, "data_type": "CVE",
"references" : { "affects": {
"reference_data" : [ "vendor": {
{ "vendor_data": [
"url" : "https://www.ibm.com/support/pages/node/1076775", {
"title" : "IBM Security Bulletin 1076775 (Workload Scheduler Distributed)", "product": {
"refsource" : "CONFIRM", "product_data": [
"name" : "https://www.ibm.com/support/pages/node/1076775" {
}, "product_name": "Workload Scheduler Distributed",
{ "version": {
"refsource" : "XF", "version_data": [
"name" : "ibm-tivoli-cve20194031-priv-escalation (155997)", {
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/155997", "version_value": "9.2"
"title" : "X-Force Vulnerability Report" },
} {
] "version_value": "9.3"
}, },
"problemtype" : { {
"problemtype_data" : [ "version_value": "9.4"
{ },
"description" : [ {
{ "version_value": "9.5"
"lang" : "eng", }
"value" : "Gain Privileges" ]
} }
}
]
},
"vendor_name": "IBM"
}
] ]
} }
] },
}, "references": {
"description" : { "reference_data": [
"description_data" : [ {
{ "url": "https://www.ibm.com/support/pages/node/1076775",
"value" : "IBM Workload Scheduler Distributed 9.2, 9.3, 9.4, and 9.5 contains a vulnerability that could allow a local user to write files as root in the file system, which could allow the attacker to gain root privileges. IBM X-Force ID: 155997.", "title": "IBM Security Bulletin 1076775 (Workload Scheduler Distributed)",
"lang" : "eng" "refsource": "CONFIRM",
} "name": "https://www.ibm.com/support/pages/node/1076775"
] },
}, {
"data_version" : "4.0" "refsource": "XF",
} "name": "ibm-tivoli-cve20194031-priv-escalation (155997)",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/155997",
"title": "X-Force Vulnerability Report"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Gain Privileges"
}
]
}
]
},
"description": {
"description_data": [
{
"value": "IBM Workload Scheduler Distributed 9.2, 9.3, 9.4, and 9.5 contains a vulnerability that could allow a local user to write files as root in the file system, which could allow the attacker to gain root privileges. IBM X-Force ID: 155997.",
"lang": "eng"
}
]
},
"data_version": "4.0"
}