cvelist/2020/27xxx/CVE-2020-27387.json

77 lines
2.9 KiB
JSON
Raw Normal View History

2020-10-21 05:02:12 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-11-05 02:01:39 +00:00
"ID": "CVE-2020-27387",
"STATE": "PUBLIC"
2020-10-21 05:02:12 +00:00
},
2020-11-05 02:01:39 +00:00
"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",
2020-10-21 05:02:12 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-05 02:01:39 +00:00
"value": "An unrestricted file upload issue in HorizontCMS through 1.0.0-beta allows an authenticated remote attacker (with access to the FileManager) to upload and execute arbitrary PHP code by uploading a PHP payload, and then using the FileManager's rename function to provide the payload (which will receive a random name on the server) with the PHP extension, and finally executing the PHP file via an HTTP GET request to /storage/<php_file_name>. NOTE: the vendor has patched this while leaving the version number at 1.0.0-beta."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/rapid7/metasploit-framework/pull/14340",
"refsource": "MISC",
"name": "https://github.com/rapid7/metasploit-framework/pull/14340"
},
{
"url": "https://github.com/ttimot24/HorizontCMS/commit/436b5ab679fd27afa3d99c023dbe103113da4fee",
"refsource": "MISC",
"name": "https://github.com/ttimot24/HorizontCMS/commit/436b5ab679fd27afa3d99c023dbe103113da4fee"
2020-11-12 19:01:40 +00:00
},
{
"refsource": "MISC",
"name": "https://blog.vonahi.io/whats-in-a-re-name/",
"url": "https://blog.vonahi.io/whats-in-a-re-name/"
2020-11-13 18:01:57 +00:00
},
{
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/160046/HorizontCMS-1.0.0-beta-Shell-Upload.html",
"url": "http://packetstormsecurity.com/files/160046/HorizontCMS-1.0.0-beta-Shell-Upload.html"
2020-10-21 05:02:12 +00:00
}
]
}
}