- Added submission from KrCERT/CC from 2019-01-02.

This commit is contained in:
CVE Team 2019-01-02 08:25:51 -05:00
parent 3b6a3f2089
commit 854a08e81d
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,8 +1,32 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "vuln@krcert.or.kr",
"ID" : "CVE-2018-5197",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "XPLATFORM ActiveX",
"version" : {
"version_data" : [
{
"version_name" : "extcommon.dll",
"version_value" : "9.2, 9.2.1, 9.2.2"
}
]
}
}
]
},
"vendor_name" : "TOBESOFT"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +35,31 @@
"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" : "A vulnerability in the ExtCommon.dll user extension module version 9.2, 9.2.1, 9.2.2 of Xplatform ActvieX could allow attacker to perform a command injection attack. The vulnerability is due to insufficient input validation of command parameters. An crafted malicious parameters could cause arbitrary command to execute."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Command Injection"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"url" : "https://www.boho.or.kr/krcert/secNoticeView.do?bulletin_writing_sequence=30097"
},
{
"refsource" : "CONFIRM",
"url" : "http://support.tobesoft.co.kr/Support/index.html"
}
]
}