File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/exploits/linux/http Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ class Metasploit3 < Msf::Exploit::Remote
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'D-Link HNAP Buffer Overflow in POST Request ' ,
16
+ 'Name' => 'D-Link HNAP Request Remote Buffer Overflow ' ,
17
17
'Description' => %q{
18
18
This module exploits an anonymous remote code execution vulnerability on different
19
- D-Link devices. This module has been successfully tested on D-Link DIR-505 in an
20
- emulated environment.
19
+ D-Link devices. The vulnerability is due to an stack based buffer overflow while
20
+ handling malicious HTTP POST requests addressed to the HNAP handler. This module
21
+ has been successfully tested on D-Link DIR-505 in an emulated environment.
21
22
} ,
22
23
'Author' =>
23
24
[
You can’t perform that action at this time.
0 commit comments