aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrea <rea@FreeBSD.org>2012-08-25 19:37:59 +0800
committerrea <rea@FreeBSD.org>2012-08-25 19:37:59 +0800
commit87e8504905287111076f60e4d95802b487ef7c39 (patch)
treec03413c2711b69226b8f0e7b0d74770ecb4f17e9 /security
parenta3b5b0f63e375b5b71a6297a143294fa13d5eebe (diff)
downloadfreebsd-ports-gnome-87e8504905287111076f60e4d95802b487ef7c39.tar.gz
freebsd-ports-gnome-87e8504905287111076f60e4d95802b487ef7c39.tar.zst
freebsd-ports-gnome-87e8504905287111076f60e4d95802b487ef7c39.zip
VuXML: document cross-site scripting in SquidClamav
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 8ce7218cb362..ba9095e94b2b 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -51,6 +51,38 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="ce680f0a-eea6-11e1-8bd8-0022156e8794">
+ <topic>squidclamav -- cross-site scripting in default virus warning pages</topic>
+ <affects>
+ <package>
+ <name>squidclamav</name>
+ <range><lt>5.8</lt></range>
+ <range><ge>6.0</ge><lt>6.7</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>SquidClamav developers report:</p>
+ <blockquote cite="http://squidclamav.darold.net/news.html">
+ <p>This release fix several security issues by escaping CGI
+ parameters.</p>
+ </blockquote>
+ <p>Prior to versions 6.7 and 5.8, CGI script clwarn.cgi was not
+ properly sanitizing input variables, so they could be used to
+ inject arbitrary strings to the generated page, leading
+ to the cross-site scripting attacks.</p>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2012-4667</cvename>
+ <url>http://squidclamav.darold.net/news.html</url>
+ </references>
+ <dates>
+ <discovery>2012-07-24</discovery>
+ <entry>2012-08-25</entry>
+ </dates>
+ </vuln>
+
<vuln vid="8defa0f9-ee8a-11e1-8bd8-0022156e8794">
<topic>squidclamav -- Denial of Service</topic>
<affects>