cvelist/2020/12xxx/CVE-2020-12255.json

62 lines
2.0 KiB
JSON
Raw Normal View History

2020-04-26 16:01:17 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-05-18 15:01:16 +00:00
"ID": "CVE-2020-12255",
"STATE": "PUBLIC"
2020-04-26 16:01:17 +00:00
},
2020-05-18 15:01:16 +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-04-26 16:01:17 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-05-18 15:01:16 +00:00
"value": "rConfig 3.9.4 is vulnerable to remote code execution due to improper validation in the file upload functionality. vendor.crud.php accepts a file upload by checking content-type without considering the file extension and header. Thus, an attacker can exploit this by uploading a .php file to vendor.php that contains arbitrary PHP code and changing the content-type to image/gif."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://gist.github.com/farid007/9f6ad063645d5b1550298c8b9ae953ff",
"url": "https://gist.github.com/farid007/9f6ad063645d5b1550298c8b9ae953ff"
2020-04-26 16:01:17 +00:00
}
]
}
}