diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2012-08-25 11:37:59 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2012-08-25 11:37:59 +0000 |
commit | ba15cdb93520d8eb95f2962ff087e2dcec7efa7b (patch) | |
tree | c03413c2711b69226b8f0e7b0d74770ecb4f17e9 /security/vuxml | |
parent | cd43c80bfb8e0e8fd2e6d7d52484a1d76c02d461 (diff) | |
download | ports-ba15cdb93520d8eb95f2962ff087e2dcec7efa7b.tar.gz ports-ba15cdb93520d8eb95f2962ff087e2dcec7efa7b.zip |
Notes
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
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> |