Skip to content

Commit 67a23f2

Browse files
committed
Land rapid7#5296, info hash product name fix
2 parents 0e9c25d + a5c10b7 commit 67a23f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/brightstor/ca_arcserve_342.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(info = {})
1616
super(update_info(info,
1717
'Name' => 'Computer Associates ARCserve REPORTREMOTEEXECUTECML Buffer Overflow',
1818
'Description' => %q{
19-
This module exploits a buffer overflow in Computer Associates BrighStor ARCserve r11.5 (build 3884).
19+
This module exploits a buffer overflow in Computer Associates BrightStor ARCserve r11.5 (build 3884).
2020
By sending a specially crafted RPC request to opcode 0x342, an attacker could overflow the buffer
2121
and execute arbitrary code. In order to successfully exploit this vulnerability, you will need
2222
set the hostname argument (HNAME).
@@ -44,7 +44,7 @@ def initialize(info = {})
4444
'Platform' => 'win',
4545
'Targets' =>
4646
[
47-
[ 'Computer Associates BrighStor ARCserve r11.5 (build 3884)', { 'Ret' => 0x2123bdf4 } ], # ASCORE.dll 11.5.3884.0
47+
[ 'Computer Associates BrightStor ARCserve r11.5 (build 3884)', { 'Ret' => 0x2123bdf4 } ], # ASCORE.dll 11.5.3884.0
4848
],
4949
'DisclosureDate' => 'Oct 9 2008',
5050
'DefaultTarget' => 0))

0 commit comments

Comments
 (0)