diff options
author | simon <simon@FreeBSD.org> | 2005-01-18 20:29:58 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-18 20:29:58 +0800 |
commit | 19bc0a0549ed07df896380ab2bc2eda97ff425a2 (patch) | |
tree | 079bdc218a2269f64160ea1bd477f4ab1534b6b9 | |
parent | d9db5c7135b30fc4d43abbc640c51cda34eb1a6c (diff) | |
download | freebsd-ports-gnome-19bc0a0549ed07df896380ab2bc2eda97ff425a2.tar.gz freebsd-ports-gnome-19bc0a0549ed07df896380ab2bc2eda97ff425a2.tar.zst freebsd-ports-gnome-19bc0a0549ed07df896380ab2bc2eda97ff425a2.zip |
Document remote command execution vulnerability in awstats.
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cdfae432dfb6..ec5021d0f5bf 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,43 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0f5a2b4d-694b-11d9-a9e7-0001020eed82"> + <topic>awstats -- remote command execution vulnerability</topic> + <affects> + <package> + <name>awstats</name> + <range><lt>6.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An iDEFENSE Security Advisory reports:</p> + <blockquote cite="http://marc.theaimsgroup.com/?l=full-disclosure&m=110600949323439"> + <p>Remote exploitation of an input validation vulnerability + in AWStats allows attackers to execute arbitrary commands + under the privileges of the web server.</p> + <p>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()...</p> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <bid>12270</bid> + <mlist msgid="FB24803D1DF2A34FA59FC157B77C970503C8B20C@idserv04.idef.com">http://marc.theaimsgroup.com/?l=full-disclosure&m=110600949323439</mlist> + <url>http://awstats.sourceforge.net/docs/awstats_changelog.txt</url> + </references> + <dates> + <discovery>2004-10-21</discovery> + <entry>2005-01-18</entry> + </dates> + </vuln> + <vuln vid="597e2bee-68ea-11d9-a9e7-0001020eed82"> <topic>ImageMagick -- PSD handler heap overflow vulnerability</topic> <affects> |