diff --git a/vulnerabilities/other/openvpn-hhi.yaml b/vulnerabilities/other/openvpn-hhi.yaml new file mode 100644 index 0000000000..2611426abb --- /dev/null +++ b/vulnerabilities/other/openvpn-hhi.yaml @@ -0,0 +1,27 @@ +id: openvpn-hhi + +info: + name: OpenVPN Host Header Injection + author: twitter.com/Dheerajmadhukar + severity: info + tags: openvpn,hostheader-injection + +requests: + - raw: + - | + GET / HTTP/1.1 + Host: {{randstr}}.tld + + matchers-condition: and + matchers: + + - type: word + words: + - "https://{{randstr}}.tld/__session_start__/" + - "openvpn_sess" + part: header + condition: and + + - type: status + status: + - 302