Skip to content

Commit 3f86aeb

Browse files
committed
Land rapid7#3398, CAPWAP DoS description cleanup
2 parents 785b538 + 4b5c62b commit 3f86aeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/dos/wireshark/capwap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def initialize(info = {})
1414
super(update_info(info,
1515
'Name' => 'Wireshark CAPWAP Dissector DoS',
1616
'Description' => %q{
17-
This module inject a malicious udp packet to crash Wireshark 1.8.0 to 1.8.7 and 1.6.0
18-
to 1.6.15. The vulnerability exists in the capwap dissector which fails to handle an
19-
incomplete packet.
17+
This module injects a malformed UDP packet to crash Wireshark and TShark 1.8.0 to 1.8.7, as well
18+
as 1.6.0 to 1.6.15. The vulnerability exists in the CAPWAP dissector which fails to handle a
19+
packet correctly when an incorrect length is given.
2020
},
2121
'License' => MSF_LICENSE,
2222
'Author' =>

0 commit comments

Comments
 (0)