Description update

bug/bundler_fix
sinn3r 2013-08-16 23:28:24 -05:00
parent a8cc15db20
commit a75a4906f2
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Metasploit3 < Msf::Exploit::Remote
super(update_info(info,
'Name' => 'Cogent DataHub HTTP Server Buffer Overflow',
'Description' => %q{
This module exploits a stack based buffer overflow Cogent DataHub 7.3.0. The
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
strncpy() function is used in a dangerous way. This module has been tested
successfully on Cogent DataHub 7.3.0 (Demo) on Windows XP SP3.
},