Skip to content

Commit 7400082

Browse files
committed
Land rapid7#9040, Add CVE and Vendor article URL to the denyall_waf_exec module
2 parents 89f508a + 110f3c9 commit 7400082

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/linux/http/denyall_waf_exec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ def initialize(info={})
2222
],
2323
'References' =>
2424
[
25-
['URL', 'https://pentest.blog/advisory-denyall-web-application-firewall-unauthenticated-remote-code-execution/']
25+
['CVE', '2017-14706'],
26+
['URL', 'https://pentest.blog/advisory-denyall-web-application-firewall-unauthenticated-remote-code-execution/'],
27+
['URL', 'https://www.denyall.com/blog/advisories/advisory-unauthenticated-remote-code-execution-denyall-web-application-firewall/']
2628
],
2729
'DefaultOptions' =>
2830
{

0 commit comments

Comments
 (0)