论坛: UNIX系统 标题: AWStats<6.3版本存在远程命令注入攻击 复制本贴地址    
作者: xiean [xiean]    论坛用户   登录
正在使用 AWStats 的朋友们注意了,升级至开发版 6.3 或修改源码或停止使用
http://www.idefense.com/application/poi/display?id=185&type=vulnerabilities&flashstatus=true

引用:
AWStats Remote Command Execution Vulnerability

iDEFENSE Security Advisory 01.17.05:


I. BACKGROUND

AWStats is a free tool that generates advanced web, ftp or mail server
statistics, graphically. More information about AWStats is available
from:

    http://awstats.sourceforge.net

II. DESCRIPTION

Remote exploitation of an input validation vulnerability in AWStats
allows attackers to execute arbitrary commands under the privileges of
the web server.

The problem specifically exists when the application is running as a
CGI script on a web server. The "configdir" parameter contains
unfiltered user-supplied data that is utilized in a call to the Perl
routine open() as can be seen here on line 1082 of awstats.pl:


    if (open(CONFIG,"$searchdir$PROG.$SiteConfig.conf"))

The "searchdir" variables hold the value of the parameter provided by
the attacker from "configdir." An attacker can cause arbitrary commands
to be executed by prefixing them with the "|" character.

III. ANALYSIS

Successful exploitation allows remote attackers to execute arbitrary
commands under the privileges of the web server. This can lead to
further compromise as it provides remote attackers with local access.

IV. DETECTION

iDEFENSE has confirmed that AWStats versions 6.1 and 6.2 are vulnerable.
It is believed that versions 5.7 through 6.2 are all vulnerable.

V. WORKAROUND

Add a filter around the "configdir" parameter by replacing the following
line:


    if ($QueryString =~ /configdir=([^&]+)/i)    {        $DirConfig=&DecodeEncodedString("$1");    }

With:


    if ($QueryString =~ /configdir=([^&]+)/i)    {        $DirConfig=&DecodeEncodedString("$1");        $DirConfig=~tr/a-z0-9_\-\/\./a-z0-9_\-\/\./cd;    }

VI. VENDOR RESPONSE

This vulnerability is addressed in AWStats 6.3, available for download
at:

  http://awstats.sourceforge.net/#DOWNLOAD

VII. CVE INFORMATION

A Mitre Corp. Common Vulnerabilities and Exposures (CVE) number has not
been assigned yet.

VIII. DISCLOSURE TIMELINE

10/21/2004  Initial vendor notification
01/02/2005  Initial vendor response
01/17/2005  Public disclosure

IX. CREDIT

The discoverer of this vulnerability wishes to remain anonymous.

Get paid for vulnerability research http://www.idefense.com/poi/teams/vcp.jsp

X. LEGAL NOTICES

Copyright &copy; 2005 iDEFENSE, Inc.

Permission is granted for the redistribution of this alert
electronically. It may not be edited in any way without the express
written consent of iDEFENSE. If you wish to reprint the whole or any
part of this alert in any other medium other than electronically, please
email customerservice@idefense.com for permission.

Disclaimer: The information in the advisory is believed to be accurate
at the time of publishing based on currently available information. Use
of the information constitutes acceptance for use in an AS IS condition.
There are no warranties with regard to this information. Neither the
author nor the publisher accepts any liability for any direct, indirect,
or consequential loss or damage arising from use of, or reliance on,
this information.


地主 发表时间: 05-01-28 22:18

回复: chonker [chonker]   论坛用户   登录
谢了,老邪。

B1层 发表时间: 05-01-29 14:37

回复: lqfrla [lqfrla]   论坛用户   登录
楼上知道是什么?

[此贴被 天枫(lqfrla) 在 02月02日10时56分 编辑过]

B2层 发表时间: 05-02-01 14:01

回复: TecZm [teczm]   版主   登录
惭愧 看不懂

B3层 发表时间: 05-02-01 14:44

论坛: UNIX系统

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号