File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
modules/auxiliary/dos/dopewars Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Dopewars DOS attack
2
2
#
3
- # The Jet command is susceptible to a segfault.
4
- # This will crash the server but does not seem to be
5
- # exploitable any further.
6
- # This has been fixed in the SVN version.
3
+ # The jet command in Dopewars <= 1.5.12 is vulnerable to a segmentaion
4
+ # fault due to a lack of input validation.
7
5
#
8
6
9
7
require 'msf/core'
@@ -17,8 +15,7 @@ def initialize(info = {})
17
15
super ( update_info ( info ,
18
16
'Name' => 'Dopewars Denial of Service' ,
19
17
'Description' => %q{
20
- This module sends a specially-crafted packet to a Dopewars
21
- server, causing a SEGFAULT.
18
+ The jet command in Dopewars 1.5.12 is vulnerable to a segmentaion fault due to a lack of input validation.
22
19
} ,
23
20
'Author' => [ 'Doug Prostko <dougtko[at]gmail.com>' ] ,
24
21
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments