- Synchronized data.

This commit is contained in:
CVE Team 2018-11-16 04:06:01 -05:00
parent 1372dc351c
commit c4796c5fd3
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -2,7 +2,30 @@
"CVE_data_meta" : { "CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org", "ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-19296", "ID" : "CVE-2018-19296",
"STATE" : "RESERVED" "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_format" : "MITRE",
"data_type" : "CVE", "data_type" : "CVE",
@ -11,7 +34,33 @@
"description_data" : [ "description_data" : [
{ {
"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" : "PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27",
"refsource" : "MISC",
"url" : "https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27"
},
{
"name" : "https://github.com/PHPMailer/PHPMailer/releases/tag/v6.0.6",
"refsource" : "MISC",
"url" : "https://github.com/PHPMailer/PHPMailer/releases/tag/v6.0.6"
} }
] ]
} }