Skip to content

Commit 31e9e97

Browse files
committed
Replace unnecessary reference with a better one
1 parent fc04bf9 commit 31e9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/bash_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
'References' => [
2424
['CVE', '2014-6271'],
2525
['URL', 'https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/'],
26-
['URL', 'https://access.redhat.com/site/solutions/1207723']
26+
['URL', 'http://seclists.org/oss-sec/2014/q3/649']
2727
],
2828
'DisclosureDate' => 'Sep 24 2014',
2929
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)