Merge branch 'master' of github.com:CVEProject/cvelist

This commit is contained in:
CVE Team 2019-02-05 12:29:51 -05:00
commit 19a8a4bf78
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" : "talos-cna@cisco.com",
"DATE_PUBLIC" : "2018-01-29T00:00:00",
"ID" : "CVE-2018-4056",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "coTURN",
"version" : {
"version_data" : [
{
"version_value" : "coTURN 4.5.0.5"
}
]
}
}
]
},
"vendor_name" : "Talos"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +35,26 @@
"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" : "An exploitable SQL injection vulnerability exists in the administrator web portal function of coTURN prior to version 4.5.0.9. A login message with a specially crafted username can cause an SQL injection, resulting in authentication bypass, which could give access to the TURN server administrator web portal. An attacker can log in via the external interface of the TURN server to trigger this vulnerability."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Improper Neutralization of Special Elements used in an SQL Command"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://talosintelligence.com/vulnerability_reports/TALOS-2018-0730"
}
]
}