From owner-svn-ports-head@FreeBSD.ORG Sat Jul 19 13:46:21 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 2C4D8F97; Sat, 19 Jul 2014 13:46:21 +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 F3A0B2D5A; Sat, 19 Jul 2014 13:46:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6JDkKvO064313; Sat, 19 Jul 2014 13:46:20 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6JDkK4o064311; Sat, 19 Jul 2014 13:46:20 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201407191346.s6JDkK4o064311@svn.freebsd.org> From: Olli Hauer Date: Sat, 19 Jul 2014 13:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362262 - 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: Sat, 19 Jul 2014 13:46:21 -0000 Author: ohauer Date: Sat Jul 19 13:46:20 2014 New Revision: 362262 URL: http://svnweb.freebsd.org/changeset/ports/362262 QAT: https://qat.redports.org/buildarchive/r362262/ Log: - document apache24 CVE entries until now there is no official CHANGELOG and apache-2.4.10 is not released, so take summary from upstream SVN. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 19 13:18:38 2014 (r362261) +++ head/security/vuxml/vuln.xml Sat Jul 19 13:46:20 2014 (r362262) @@ -57,6 +57,49 @@ Notes: --> + + apache24 -- several vulnerabilities + + + apache24 + 2.4.10 + + + + +

Apache HTTP SERVER PROJECT reports:

+
+

mod_proxy: Fix crash in Connection header handling which allowed a + denial of service attack against a reverse proxy with a threaded MPM.

+

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

+

mod_deflate: The DEFLATE input filter (inflates request bodies) now + limits the length and compression ratio of inflated request bodies to avoid + denial of sevice 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.

+
+ +
+ + CVE-2014-0117 + CVE-2014-3523 + CVE-2014-0226 + CVE-2014-0118 + CVE-2014-0231 + + + 2014-07-15 + 2014-07-19 + +
+ phpMyAdmin -- multiple XSS vulnerabilities, missing validation