From owner-svn-ports-head@FreeBSD.ORG Fri Jul 5 21:06:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E0474CE; Fri, 5 Jul 2013 21:06:16 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7589E1317; Fri, 5 Jul 2013 21:06:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65L6GPE081344; Fri, 5 Jul 2013 21:06:16 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65L6GFI081343; Fri, 5 Jul 2013 21:06:16 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201307052106.r65L6GFI081343@svn.freebsd.org> From: Olli Hauer Date: Fri, 5 Jul 2013 21:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322357 - 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.14 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: Fri, 05 Jul 2013 21:06:16 -0000 Author: ohauer Date: Fri Jul 5 21:06:15 2013 New Revision: 322357 URL: http://svnweb.freebsd.org/changeset/ports/322357 Log: - document apache22 CVE-2013-1862 (mod_rewrite) Update to apache22-2.2.25 is ready to commit. Until now there is no official announcement from apache.org so we hold the update back until we have official checksums. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 5 20:59:44 2013 (r322356) +++ head/security/vuxml/vuln.xml Fri Jul 5 21:06:15 2013 (r322357) @@ -51,6 +51,51 @@ Note: Please add new entries to the beg --> + + apache22 -- mod_rewrite vulnerability + + + apache22 + 2.2.02.2.25 + + + apache22-event-mpm + 2.2.02.2.25 + + + apache22-itk-mpm + 2.2.02.2.25 + + + apache22-peruser-mpm + 2.2.02.2.25 + + + apache22-worker-mpm + 2.2.02.2.25 + + + + +

Apache HTTP SERVER PROJECT reports:

+
+

The mod_rewrite module in the Apache HTTP Server 2.2.x before + 2.2.25 writes data to a log file without sanitizing + non-printable characters, which might allow remote attackers to + execute arbitrary commands via an HTTP request containing an + escape sequence for a terminal emulator.

+
+ +
+ + CVE-2013-1862 + + + 2013-06-21 + 2013-07-05 + +
+ phpMyAdmin -- Global variable scope injection