cvelist/2019/9xxx/CVE-2019-9572.json

62 lines
2.1 KiB
JSON
Raw Normal View History

2019-03-05 09:07:36 -05:00
{
2019-03-17 22:09:07 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-9572",
"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": [
2019-03-05 09:07:36 -05:00
{
2019-03-17 22:09:07 +00:00
"lang": "eng",
"value": "SchoolCMS version 2.3.1 allows file upload via the theme upload feature at admin.php?m=admin&c=theme&a=upload by using the .zip extension along with the _Static substring, changing the Content-Type to application/zip, and placing PHP code after the ZIP header. This ultimately allows execution of arbitrary PHP code in Public\\Home\\1_Static.php because of mishandling in the Application\\Admin\\Controller\\ThemeController.class.php Upload() function."
2019-03-05 09:07:36 -05:00
}
2019-03-17 22:09:07 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/PearlyNautilus/Security-Code-Review/issues/3",
"refsource": "MISC",
"url": "https://github.com/PearlyNautilus/Security-Code-Review/issues/3"
}
]
}
}