From owner-svn-ports-all@freebsd.org Sun Jun 26 18:13:41 2016 Return-Path: Delivered-To: svn-ports-all@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 C8003B81050; Sun, 26 Jun 2016 18:13:41 +0000 (UTC) (envelope-from junovitch@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 77EF22F8B; Sun, 26 Jun 2016 18:13:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QIDeQX000222; Sun, 26 Jun 2016 18:13:40 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QIDeQe000221; Sun, 26 Jun 2016 18:13:40 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201606261813.u5QIDeQe000221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 26 Jun 2016 18:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417596 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 18:13:41 -0000 Author: junovitch Date: Sun Jun 26 18:13:40 2016 New Revision: 417596 URL: https://svnweb.freebsd.org/changeset/ports/417596 Log: Document remote denial of service via FileUpload component in Tomcat PR: 209669 [1] Reported by: Geoffroy Desvernay [1] Reported by: Roger Marquis Security: CVE-2016-3092 Security: https://vuxml.FreeBSD.org/freebsd/cbceeb49-3bc7-11e6-8e82-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jun 26 18:01:59 2016 (r417595) +++ head/security/vuxml/vuln.xml Sun Jun 26 18:13:40 2016 (r417596) @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + tomcat -- remote DoS in the Apache Commons FileUpload component + + + tomcat7 + 7.0.70 + + + tomcat8 + 8.0.36 + + + + +

Mark Thomas reports:

+
+

CVE-2016-3092 is a denial of service vulnerability that has been + corrected in the Apache Commons FileUpload component. It occurred + when the length of the multipart boundary was just below the size of + the buffer (4096 bytes) used to read the uploaded file. This caused + the file upload process to take several orders of magnitude longer + than if the boundary length was the typical tens of bytes.

+
+ +
+ + CVE-2016-3092 + ports/209669 + http://tomcat.apache.org/security-7.html + http://tomcat.apache.org/security-8.html + http://mail-archives.apache.org/mod_mbox/tomcat-announce/201606.mbox/%3C6223ece6-2b41-ef4f-22f9-d3481e492832%40apache.org%3E + + + 2016-06-20 + 2016-06-26 + +
+ wordpress -- multiple vulnerabilities