We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cc15d commit a75a490Copy full SHA for a75a490
modules/exploits/windows/http/cogent_datahub_request_headers_bof.rb
@@ -17,8 +17,8 @@ def initialize(info = {})
17
super(update_info(info,
18
'Name' => 'Cogent DataHub HTTP Server Buffer Overflow',
19
'Description' => %q{
20
- This module exploits a stack based buffer overflow Cogent DataHub 7.3.0. The
21
- vulnerability exists in the HTTP server, while handling HTTP headers, where the
+ This module exploits a stack based buffer overflow on Cogent DataHub 7.3.0. The
+ vulnerability exists in the HTTP server - while handling HTTP headers, a
22
strncpy() function is used in a dangerous way. This module has been tested
23
successfully on Cogent DataHub 7.3.0 (Demo) on Windows XP SP3.
24
},
0 commit comments