From owner-svn-ports-head@freebsd.org Fri Jul 15 16:48:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7892BB9941D; Fri, 15 Jul 2016 16:48:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 32D001512; Fri, 15 Jul 2016 16:48:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6FGmpf3028141; Fri, 15 Jul 2016 16:48:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6FGmpha028140; Fri, 15 Jul 2016 16:48:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201607151648.u6FGmpha028140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 15 Jul 2016 16:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418589 - 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.22 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, 15 Jul 2016 16:48:52 -0000 Author: feld Date: Fri Jul 15 16:48:51 2016 New Revision: 418589 URL: https://svnweb.freebsd.org/changeset/ports/418589 Log: Document tomcat vulnerability PR: 211105 Security: CVE-2016-3092 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 15 16:41:21 2016 (r418588) +++ head/security/vuxml/vuln.xml Fri Jul 15 16:48:51 2016 (r418589) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + tomcat -- denial of service + + + tomcat6 + 0 + + + tomcat7 + 7.0.70 + + + tomcat8 + 8.0.36 + + + + +

Jochen Wiedmann reports:

+
+

A malicious client can send file upload requests that cause + the HTTP server using the Apache Commons Fileupload library to become + unresponsive, preventing the server from servicing other requests.

+
+ +
+ + http://mail-archives.apache.org/mod_mbox/commons-dev/201606.mbox/%3CCAF8HOZ%2BPq2QH8RnxBuJyoK1dOz6jrTiQypAC%2BH8g6oZkBg%2BCxg%40mail.gmail.com%3E + CVE-2016-3092 + + + 2016-06-21 + 2016-07-15 + +
+ libreoffice -- use-after-free vulnerability