diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-04 14:21:42 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-04 14:21:42 +0800 |
commit | 4325a5ea1c96c07025e5c655ad0c5dcdbf962d8d (patch) | |
tree | 314258eac344725cd06ca89dbf655935b451cc39 | |
parent | f7f1c31fa085f0a194888917cddd7abe3223d67c (diff) | |
download | freebsd-ports-gnome-4325a5ea1c96c07025e5c655ad0c5dcdbf962d8d.tar.gz freebsd-ports-gnome-4325a5ea1c96c07025e5c655ad0c5dcdbf962d8d.tar.zst freebsd-ports-gnome-4325a5ea1c96c07025e5c655ad0c5dcdbf962d8d.zip |
- Document awstats -- multiple XSS vulnerabilities
PR: ports/129957
Submitted by: Eygene Ryabinkin <rea-fbsd _at\ codelabs.ru>
Approved by: Alex Samorukov (maintainer)
Security: http://secunia.com/advisories/31519
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index da39d9d9152d..83857315f6c8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="27d78386-d35f-11dd-b800-001b77d09812"> + <topic>awstats -- multiple XSS vulnerabilities</topic> + <affects> + <package> + <name>awstats</name> + <range><lt>6.8_3,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/31519"> + <p>Morgan Todd has discovered a vulnerability in AWStats, + which can be exploited by malicious people to conduct + cross-site scripting attacks.</p> + <p>Input passed in the URL to awstats.pl is not properly + sanitised before being returned to the user. This can be + exploited to execute arbitrary HTML and script code in a + user's browser session in context of an affected site.</p> + <p>Successful exploitation requires that the application is + running as a CGI script.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-3714</cvename> + <cvename>CVE-2008-5080</cvename> + <url>http://secunia.com/advisories/31519</url> + <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495432</url> + </references> + <dates> + <discovery>2008-03-12</discovery> + <entry>2009-01-04</entry> + </dates> + </vuln> + <vuln vid="13b0c8c8-bee0-11dd-a708-001fc66e7203"> <topic>p5-File-Path -- rmtree allows creation of setuid files</topic> <affects> |