Skip to content

Commit 05d3641

Browse files
committed
Beautify descriptions
1 parent a2d479a commit 05d3641

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

modules/auxiliary/voip/cisco_cucdm_call_forward.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def initialize(info={})
1515
'Name' => 'Viproy CUCDM IP Phone XML Services - Call Forwarding Tool',
1616
'Description' => %q{
1717
The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager
18-
(CDM) in CDM 10 does not properly implement access control, which allows remote attackers
19-
to modify user information. This module exploits the vulnerability for unauthorized call
20-
forwarding.
18+
(CDM) 10 does not properly implement access control, which allows remote attackers to
19+
modify user information. This module exploits the vulnerability for configure unauthorized
20+
call forwarding.
2121
},
2222
'Author' => 'fozavci',
2323
'References' =>

modules/auxiliary/voip/cisco_cucdm_speed_dials.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ def initialize(info={})
1414
super(update_info(info,
1515
'Name' => 'Viproy CUCDM IP Phone XML Services - Speed Dial Attack Tool',
1616
'Description' => %q{
17-
The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager (CDM)
18-
in Unified CDM Application Software before 10 does not properly implement access control,
19-
which allows remote attackers to modify user information. This vulnerability can be exploited
20-
for unauthorised speeddial manipulation using this module. This tool can be tested with the fake
21-
voss-xmlservice component of Viproy.
17+
The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager
18+
(CDM), before version 10, doesn't implement access control properly, which allows remote
19+
attackers to modify user information. This module exploits the vulnerability to make
20+
unauthorized speeddial manipulations.
2221
},
2322
'Author' => 'fozavci',
2423
'References' =>

0 commit comments

Comments
 (0)