3 matches found
Munkireport Cross-Site Scripting Vulnerability (CNVD-2020-16631)
Munkireport is a reporting client for munki. A cross-site scripting vulnerability exists in Munkireport versions prior to 5.3.0. An attacker can exploit this vulnerability by injecting javascript into the comment field via the /module/comment/save endpoint...
CVE-2020-10191
An issue was discovered in MunkiReport before 5.3.0. An authenticated actor can send a custom XSS payload through the /module/comment/save endpoint. The payload will be executed by any authenticated users browsing the application. This concerns app/controllers/client.php:detail...
maccms8 由于涉及缺陷可以再系统内部随意创建文件目录
简要描述: maccms8 由于涉及缺陷可以再系统内部随意创建文件目录(开启文件缓存!!!!!!) 详细说明: 今天在查看苹果cms的时候发现一个任意创建文件目录的代码,本想着可以任意创建文件,但是由于对于文件各方面的过滤,还有一些目录遍历方面的过滤,只能审计到此,啥也不说了,直接看代码 index.php41-42: $tpl-ifex; setPageCache$tpl-P'cp',$tpl-P'cn',$tpl-H; $tpl-run; echo $tpl-H; setPageCache这个函数功能就是把页面内容缓存起来,那么我们进入到缓存的函数里面查看 function...