信息提供: 【扩展信息:多家厂商C程序库realpath()单字】
安全公告(或线索)提供热线:51cto.editor@gmail.com漏洞类别:
任意脚本远程执行漏洞攻击类型:
远程攻击发布日期:
2002-12-19更新日期:
2002-12-24受影响系统:
open webmail open webmail 1.81 open webmail open webmail 1.8 open webmail open webmail 1.71 open webmail open webmail 1.70安全系统:
open webmail open webmail 1.90
漏洞报告人:
dmitry guyvoronsky漏洞描述:
bugtraq id: 6425
cve(can) id: cve-2002-1363 open webmail是一款免费开放源代码由perl编写的web email应用程序,可使用于unix与linux操作系统. open webmail中的openwebmail-shared.pl脚本不正确检查用户输入,远程攻击者可以利用这个漏洞以root用户权限在系统上执行任意命令. open webmail以超级用户帐户使用suidperl运行某几个perl cgi脚本,其中openwebmail-shared.pl脚本没有正确用户输入,可以导致以root用户权限在系统上执行任意命令.其代码如下: - --- openwebmail-shared.pl ... sub openwebmail_init { ... $thissession = param("sessionid"); # (0) ... 下一页