From owner-svn-ports-head@FreeBSD.ORG Sat Aug 25 10:07:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3152106566B; Sat, 25 Aug 2012 10:07:40 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A45358FC08; Sat, 25 Aug 2012 10:07:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7PA7e3U019423; Sat, 25 Aug 2012 10:07:40 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7PA7elh019421; Sat, 25 Aug 2012 10:07:40 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201208251007.q7PA7elh019421@svn.freebsd.org> From: Eygene Ryabinkin Date: Sat, 25 Aug 2012 10:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303124 - head/security/vuxml X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 10:07:41 -0000 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 --> + + squidclamav -- Denial of Service + + + squidclamav + 5.8 + 6.06.7 + + + + +

SquidClamav developers report:

+
+

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.

+
+

This vulnerability can be triggered only in configurations + where external chained URL checker is configured via + "squidguard" directive.

+ +
+ + CVE-2012-3501 + http://squidclamav.darold.net/news.html + + + 2012-07-24 + 2012-08-25 + +
+ inn -- plaintext command injection into encrypted channel