From owner-svn-ports-all@freebsd.org Thu Jun 30 20:52:40 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 D814AB888DA; Thu, 30 Jun 2016 20:52:40 +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 8E50C29F9; Thu, 30 Jun 2016 20:52:40 +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 u5UKqdZR025452; Thu, 30 Jun 2016 20:52:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5UKqdNR025451; Thu, 30 Jun 2016 20:52:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201606302052.u5UKqdNR025451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Jun 2016 20:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417842 - 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: Thu, 30 Jun 2016 20:52:40 -0000 Author: feld Date: Thu Jun 30 20:52:39 2016 New Revision: 417842 URL: https://svnweb.freebsd.org/changeset/ports/417842 Log: Document openssl vulnerability PR: 210550 Security: CVE-2016-2177 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 30 20:38:36 2016 (r417841) +++ head/security/vuxml/vuln.xml Thu Jun 30 20:52:39 2016 (r417842) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssl -- denial of service + + + openssl + 1.0.2_14 + + + + +

Mitre reports:

+
+

OpenSSL through 1.0.2h incorrectly uses pointer arithmetic + for heap-buffer boundary checks, which might allow remote attackers to + cause a denial of service (integer overflow and application crash) or + possibly have unspecified other impact by leveraging unexpected malloc + behavior, related to s3_srvr.c, ssl_sess.c, and t1_lib.c.

+
+ +
+ + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2177 + ihttps://bugzilla.redhat.com/show_bug.cgi?id=1341705 + https://www.openssl.org/blog/blog/2016/06/27/undefined-pointer-arithmetic/ + CVE-2016-2177 + + + 2016-06-01 + 2016-06-30 + +
+ tomcat -- remote DoS in the Apache Commons FileUpload component