Skip to content

Commit a199c39

Browse files
committed
...
1 parent 4d6e19b commit a199c39

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

modules/auxiliary/dos/dopewars/dopewars.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Dopewars DOS attack
22
#
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.
75
#
86

97
require 'msf/core'
@@ -17,8 +15,7 @@ def initialize(info = {})
1715
super(update_info(info,
1816
'Name' => 'Dopewars Denial of Service',
1917
'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.
2219
},
2320
'Author' => [ 'Doug Prostko <dougtko[at]gmail.com>' ],
2421
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)