7.2
CVSSv2

CVE-1999-1490

Published: 28/05/1998 Updated: 18/10/2016
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

xosview 1.5.1 in Red Hat 5.1 allows local users to gain root access via a long HOME environmental variable.

Vulnerable Product Search on Vulmon Subscribe to Product

redhat linux 5.1

Exploits

source: wwwsecurityfocuscom/bid/362/info xosview is an X11 system monitoring application that ships with RedHat 51 installed setuid root A buffer overflow vulnerability was found in Xrmcc, the offending code listed below: char userrfilename[1024]; strcpy(userrfilename, getenv("HOME")); The userfilename can be overflowed and arbritr ...