Skip to content

Commit dea68c6

Browse files
committed
Update title and description
1 parent f238c2a commit dea68c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/linux/http/dlink_hnap_bof.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ class Metasploit3 < Msf::Exploit::Remote
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'D-Link HNAP Buffer Overflow in POST Request',
16+
'Name' => 'D-Link HNAP Request Remote Buffer Overflow',
1717
'Description' => %q{
1818
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.
2122
},
2223
'Author' =>
2324
[

0 commit comments

Comments
 (0)