From owner-svn-ports-head@FreeBSD.ORG Sat Aug 25 11:38:00 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D11D31065670; Sat, 25 Aug 2012 11:38:00 +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 BC0378FC19; Sat, 25 Aug 2012 11:38:00 +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 q7PBc0LK031931; Sat, 25 Aug 2012 11:38:00 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7PBc09h031928; Sat, 25 Aug 2012 11:38:00 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201208251138.q7PBc09h031928@svn.freebsd.org> From: Eygene Ryabinkin Date: Sat, 25 Aug 2012 11:38:00 +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: r303129 - 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 11:38:00 -0000 Author: rea Date: Sat Aug 25 11:37:59 2012 New Revision: 303129 URL: http://svn.freebsd.org/changeset/ports/303129 Log: VuXML: document cross-site scripting in SquidClamav Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 25 11:21:43 2012 (r303128) +++ head/security/vuxml/vuln.xml Sat Aug 25 11:37:59 2012 (r303129) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> + + squidclamav -- cross-site scripting in default virus warning pages + + + squidclamav + 5.8 + 6.06.7 + + + + +

SquidClamav developers report:

+
+

This release fix several security issues by escaping CGI + parameters.

+
+

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.

+ +
+ + CVE-2012-4667 + http://squidclamav.darold.net/news.html + + + 2012-07-24 + 2012-08-25 + +
+ squidclamav -- Denial of Service