4.6
CVSSv2

CVE-2004-0074

Published: 17/02/2004 Updated: 11/07/2017
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 470
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple buffer overflows in xsok 1.02 allows local users to gain privileges via (1) a long LANG environment variable, or (2) a long -xsokdir command line argument, a different vulnerability than CVE-2003-0949.

Vulnerable Product Search on Vulmon Subscribe to Product

michael bischoff xsok 1.02

Exploits

/* 0x333xsok (2) => xsok 102 local game exploit * * Happy new year ! (2 :) * coded by c0wboy * * (c) 0x333 Outsiders Security Labs / www0x333org * */ #include <stdioh> #include <unistdh> #define BIN "/usr/games/xsok" #define RETADD 0xbffffa3c #define SIZE 200 unsigned char shellcode[] = /* setregid (20, ...
source: wwwsecurityfocuscom/bid/9341/info xsok is prone to a locally exploitable buffer overrun vulnerability due to insufficient bounds check of data supplied through the LANG environment variable This could be exploited to execute arbitrary code with elevated privileges The program is typically installed setgid games /* xsok 102 l ...