From owner-svn-ports-head@FreeBSD.ORG Mon Dec 15 22:18:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABE11E17; Mon, 15 Dec 2014 22:18:50 +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 7E7CF269; Mon, 15 Dec 2014 22:18:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBFMIoaw041647; Mon, 15 Dec 2014 22:18:50 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFMIoZA041646; Mon, 15 Dec 2014 22:18:50 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201412152218.sBFMIoZA041646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 15 Dec 2014 22:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374768 - 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-1 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: Mon, 15 Dec 2014 22:18:50 -0000 Author: ohauer Date: Mon Dec 15 22:18:49 2014 New Revision: 374768 URL: https://svnweb.freebsd.org/changeset/ports/374768 QAT: https://qat.redports.org/buildarchive/r374768/ Log: - document Subversion remote DoS Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 15 21:59:19 2014 (r374767) +++ head/security/vuxml/vuln.xml Mon Dec 15 22:18:49 2014 (r374768) @@ -57,6 +57,45 @@ Notes: --> + + subversion -- DoS vulnerabilities + + + subversion17 + 1.0.01.7.19 + + + subversion + 1.8.01.8.11 + + + + +

Subversion Project reports:

+
+

Subversion's mod_dav_svn Apache HTTPD server module will crash when it + receives a REPORT request for some invalid formatted special URIs.

+

Subversion's mod_dav_svn Apache HTTPD server module will crash when it + receives a request for some invalid formatted special URIs.

+

We consider this to be a medium risk vulnerability. Repositories which + allow for anonymous reads will be vulnerable without authentication. + Unfortunately, no special configuration is required and all mod_dav_svn + servers are vulnerable.

+
+ +
+ + CVE-2014-3580 + CVE-2014-8108 + http://subversion.apache.org/security/CVE-2014-3580-advisory.txt + http://subversion.apache.org/security/CVE-2014-8108-advisory.txt + + + 2014-12-13 + 2014-12-15 + +
+ NVIDIA UNIX driver -- remote denial of service or arbitrary code execution