From owner-svn-ports-head@FreeBSD.ORG Wed Feb 26 21:27:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 027DB314; Wed, 26 Feb 2014 21:27:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E01FB1DA3; Wed, 26 Feb 2014 21:27:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QLRlOX010913; Wed, 26 Feb 2014 21:27:47 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QLRlUZ010912; Wed, 26 Feb 2014 21:27:47 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201402262127.s1QLRlUZ010912@svn.freebsd.org> From: Olli Hauer Date: Wed, 26 Feb 2014 21:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346229 - 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.17 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: Wed, 26 Feb 2014 21:27:48 -0000 Author: ohauer Date: Wed Feb 26 21:27:47 2014 New Revision: 346229 URL: http://svnweb.freebsd.org/changeset/ports/346229 QAT: https://qat.redports.org/buildarchive/r346229/ Log: - add entry for subversion CVE-2014-0032 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 26 21:19:55 2014 (r346228) +++ head/security/vuxml/vuln.xml Wed Feb 26 21:27:47 2014 (r346229) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> + + subversion -- mod_dav_svn vulnerability + + + subversion + 1.8.01.8.8 + 1.3.01.7.16 + + + + +

Subversion Project reports:

+
+

Subversion's mod_dav_svn Apache HTTPD server module will crash when it + receives an OPTIONS request against the server root and Subversion is + configured to handle the server root and SVNListParentPath is on. + This can lead to a DoS. There are no known instances of this + problem being exploited in the wild, but the details of how to exploit + it have been disclosed on the Subversion development mailing list.

+
+ +
+ + CVE-2014-0032 + https://subversion.apache.org/security/CVE-2014-0032-advisory.txt + + + 2014-01-10 + 2014-02-26 + +
+ otrs -- XSS Issue