Skip to content

Commit df44dfb

Browse files
committed
Add OSVDB and EDB references to Shellshock modules
1 parent b2d2101 commit df44dfb

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

modules/auxiliary/scanner/http/apache_mod_cgi_bash_env.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def initialize(info = {})
2929
],
3030
'References' => [
3131
['CVE', '2014-6271'],
32+
['OSVDB', '112004'],
33+
['EDB', '34765'],
3234
['URL', 'https://access.redhat.com/articles/1200223'],
3335
['URL', 'http://seclists.org/oss-sec/2014/q3/649']
3436
],

modules/auxiliary/server/dhclient_bash_env.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def initialize
3737
'References' => [
3838
['CVE', '2014-6271'],
3939
['CWE', '94'],
40+
['OSVDB', '112004'],
41+
['EDB', '34765'],
4042
['URL', 'https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/'],
4143
['URL', 'http://seclists.org/oss-sec/2014/q3/649',],
4244
['URL', 'https://www.trustedsec.com/september-2014/shellshock-dhcp-rce-proof-concept/',]

modules/exploits/multi/http/apache_mod_cgi_bash_env_exec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def initialize(info = {})
2626
],
2727
'References' => [
2828
['CVE', '2014-6271'],
29+
['OSVDB', '112004'],
30+
['EDB', '34765'],
2931
['URL', 'https://access.redhat.com/articles/1200223'],
3032
['URL', 'http://seclists.org/oss-sec/2014/q3/649']
3133
],

modules/exploits/osx/local/vmware_bash_function_root.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def initialize(info={})
3030
],
3131
'References' =>
3232
[
33-
[ 'CVE', '2014-6271' ]
33+
[ 'CVE', '2014-6271' ],
34+
[ 'OSVDB', '112004' ],
35+
[ 'EDB', '34765' ]
3436
],
3537
'Platform' => 'osx',
3638
'Arch' => [ ARCH_X86_64 ],

modules/exploits/unix/dhcp/bash_environment.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ def initialize(info = {})
3737
'Arch' => ARCH_CMD,
3838
'References' =>
3939
[
40-
['CVE', '2014-6271']
40+
['CVE', '2014-6271'],
41+
['OSVDB', '112004'],
42+
['EDB', '34765']
4143
],
4244
'Payload' =>
4345
{

0 commit comments

Comments
 (0)