cvelist/2018/14xxx/CVE-2018-14028.json
2018-08-14 06:05:16 -04:00

78 lines
2.7 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-14028",
"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" : "In WordPress 4.9.7, plugins uploaded via the admin area are not verified as being ZIP files. This allows for PHP files to be uploaded. Once a PHP file is uploaded, the plugin extraction fails, but the PHP file remains in a predictable wp-content/uploads location, allowing for an attacker to then execute the file. This represents a security risk in limited scenarios where an attacker (who does have the required capabilities for plugin uploads) cannot simply place arbitrary PHP code into a valid plugin ZIP file and upload that plugin, because a machine's wp-content/plugins directory permissions were set up to block all new plugins."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://core.trac.wordpress.org/ticket/44710",
"refsource" : "MISC",
"url" : "https://core.trac.wordpress.org/ticket/44710"
},
{
"name" : "https://github.com/rastating/wordpress-exploit-framework/pull/52",
"refsource" : "MISC",
"url" : "https://github.com/rastating/wordpress-exploit-framework/pull/52"
},
{
"name" : "https://rastating.github.io/unrestricted-file-upload-via-plugin-uploader-in-wordpress/",
"refsource" : "MISC",
"url" : "https://rastating.github.io/unrestricted-file-upload-via-plugin-uploader-in-wordpress/"
},
{
"name" : "105060",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/105060"
}
]
}
}