File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ def initialize(info={})
16
16
super ( update_info ( info ,
17
17
'Name' => 'Viproy CUCDM IP Phone XML Services - Call Forwarding Tool' ,
18
18
'Description' => %q{
19
- The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager (CDM)
20
- in Unified CDM Application Software before 10 does not properly implement access control,
21
- which allows remote attackers to modify user information. This vulnerability can be exploited
22
- for unauthorised call forwarding using this module. This tool can be tested with the fake
23
- voss-xmlservice component of Viproy.
19
+ The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager
20
+ (CDM) in CDM 10 does not properly implement access control, which allows remote attackers
21
+ to modify user information. This module exploits the vulnerability for unauthorized call
22
+ forwarding.
24
23
} ,
25
24
'Author' => 'fozavci' ,
26
25
'References' =>
@@ -31,8 +30,8 @@ def initialize(info={})
31
30
'License' => MSF_LICENSE ,
32
31
'Actions' =>
33
32
[
34
- [ 'Forward' , { 'Description' => 'Enabling the call forwarding for the MAC address. ' } ] ,
35
- [ 'Info' , { 'Description' => 'Retrieving the call forwarding information for the MAC address. ' } ]
33
+ [ 'Forward' , { 'Description' => 'Enabling the call forwarding for the MAC address' } ] ,
34
+ [ 'Info' , { 'Description' => 'Retrieving the call forwarding information for the MAC address' } ]
36
35
] ,
37
36
'DefaultAction' => 'Info'
38
37
) )
You can’t perform that action at this time.
0 commit comments