Date: Sat, 25 Aug 2012 10:07:40 +0000 (UTC) From: Eygene Ryabinkin <rea@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303124 - head/security/vuxml Message-ID: <201208251007.q7PA7elh019421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rea Date: Sat Aug 25 10:07:39 2012 New Revision: 303124 URL: http://svn.freebsd.org/changeset/ports/303124 Log: VuXML: document DoS in SquidGuard SquidGuard can be crashed via the specially-crafted URL when external URL checker is used. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 25 08:33:55 2012 (r303123) +++ head/security/vuxml/vuln.xml Sat Aug 25 10:07:39 2012 (r303124) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="8defa0f9-ee8a-11e1-8bd8-0022156e8794"> + <topic>squidclamav -- Denial of Service</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>Add a workaround for a squidGuard bug that unescape + the URL and send it back unescaped. This result in garbage + staying into pipe of the system command call and could crash + squidclamav on next read or return false information. + This is specially true with URL containing the %0D or %0A + character.</p> + </blockquote> + <p>This vulnerability can be triggered only in configurations + where external chained URL checker is configured via + "squidguard" directive.</p> + </body> + </description> + <references> + <cvename>CVE-2012-3501</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="a7975581-ee26-11e1-8bd8-0022156e8794"> <topic>inn -- plaintext command injection into encrypted channel</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208251007.q7PA7elh019421>