From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 20:12:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC9E1844; Thu, 24 Jul 2014 20:12:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B06A1238A; Thu, 24 Jul 2014 20:12:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OKCpXH053182; Thu, 24 Jul 2014 20:12:51 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OKCpSX053181; Thu, 24 Jul 2014 20:12:51 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201407242012.s6OKCpSX053181@svn.freebsd.org> From: Olli Hauer Date: Thu, 24 Jul 2014 20:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362844 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 24 Jul 2014 20:12:52 -0000 Author: ohauer Date: Thu Jul 24 20:12:51 2014 New Revision: 362844 URL: http://svnweb.freebsd.org/changeset/ports/362844 QAT: https://qat.redports.org/buildarchive/r362844/ Log: - document apache22 CVE entries MFH: 2014Q3 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 24 20:07:57 2014 (r362843) +++ head/security/vuxml/vuln.xml Thu Jul 24 20:12:51 2014 (r362844) @@ -57,6 +57,61 @@ Notes: --> + + apache22 -- several vulnerabilities + + + apache22 + 2.2.02.2.27_6 + + + apache22-event-mpm + 2.2.02.2.27_6 + + + apache22-itk-mpm + 2.2.02.2.27_6 + + + apache22-peruser-mpm + 2.2.02.2.27_6 + + + apache22-worker-mpm + 2.2.02.2.27_6 + + + + +

Apache HTTP SERVER PROJECT reports:

+
+

mod_deflate: The DEFLATE input filter (inflates request bodies) now + limits the length and compression ratio of inflated request bodies to + avoid denial of service via highly compressed bodies. See directives + DeflateInflateLimitRequestBody, DeflateInflateRatioLimit, and + DeflateInflateRatioBurst.

+

mod_cgid: Fix a denial of service against CGI scripts that do not consume + stdin that could lead to lingering HTTPD child processes filling up the + scoreboard and eventually hanging the server. By default, the client I/O + timeout (Timeout directive) now applies to communication with scripts. The + CGIDScriptTimeout directive can be used to set a different timeout for + communication with scripts.

+

Fix a race condition in scoreboard handling, which could lead to a heap + buffer overflow.

+
+ +
+ + CVE-2014-0118 + CVE-2014-0231 + CVE-2014-0226 + + + 2014-07-19 + 2014-07-24 + +
+ tomcat -- multiple vulnerabilities