File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/windows/brightstor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def initialize(info = {})
16
16
super ( update_info ( info ,
17
17
'Name' => 'Computer Associates ARCserve REPORTREMOTEEXECUTECML Buffer Overflow' ,
18
18
'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).
20
20
By sending a specially crafted RPC request to opcode 0x342, an attacker could overflow the buffer
21
21
and execute arbitrary code. In order to successfully exploit this vulnerability, you will need
22
22
set the hostname argument (HNAME).
@@ -44,7 +44,7 @@ def initialize(info = {})
44
44
'Platform' => 'win' ,
45
45
'Targets' =>
46
46
[
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
48
48
] ,
49
49
'DisclosureDate' => 'Oct 9 2008' ,
50
50
'DefaultTarget' => 0 ) )
You can’t perform that action at this time.
0 commit comments