We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ef5dd commit 4b5c62bCopy full SHA for 4b5c62b
modules/auxiliary/dos/wireshark/capwap.rb
@@ -14,9 +14,9 @@ def initialize(info = {})
14
super(update_info(info,
15
'Name' => 'Wireshark CAPWAP Dissector DoS',
16
'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.
+ This module injects a malformed UDP packet to crash Wireshark and TShark 1.8.0 to 1.8.7, as well
+ as 1.6.0 to 1.6.15. The vulnerability exists in the CAPWAP dissector which fails to handle a
+ packet correctly when an incorrect length is given.
20
},
21
'License' => MSF_LICENSE,
22
'Author' =>
0 commit comments