From owner-svn-ports-head@freebsd.org Thu Nov 10 19:23:54 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 58C8CC3A7F6; Thu, 10 Nov 2016 19:23:54 +0000 (UTC) (envelope-from brnrd@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 0AEC5794; Thu, 10 Nov 2016 19:23:53 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAAJNrfl002121; Thu, 10 Nov 2016 19:23:53 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAJNrkb002120; Thu, 10 Nov 2016 19:23:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611101923.uAAJNrkb002120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 10 Nov 2016 19:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425852 - 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.23 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: Thu, 10 Nov 2016 19:23:54 -0000 Author: brnrd Date: Thu Nov 10 19:23:52 2016 New Revision: 425852 URL: https://svnweb.freebsd.org/changeset/ports/425852 Log: security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 10 18:39:19 2016 (r425851) +++ head/security/vuxml/vuln.xml Thu Nov 10 19:23:52 2016 (r425852) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssl -- multiple vulnerabilities + + + openssl-devel + 1.0.1c + + + + +

OpenSSL reports:

+
+
    +
  • ChaCha20/Poly1305 heap-buffer-overflow (CVE-2016-7054)
    + Severity: High
    + TLS connections using *-CHACHA20-POLY1305 ciphersuites are susceptible to a DoS + attack by corrupting larger payloads. This can result in an OpenSSL crash. This + issue is not considered to be exploitable beyond a DoS.
  • +
  • CMS Null dereference (CVE-2016-7053)
    + Severity: Medium
    + Applications parsing invalid CMS structures can crash with a NULL pointer + dereference. This is caused by a bug in the handling of the ASN.1 CHOICE type + in OpenSSL 1.1.0 which can result in a NULL value being passed to the structure + callback if an attempt is made to free certain invalid encodings. Only CHOICE + structures using a callback which do not handle NULL value are affected.
  • +
  • Montgomery multiplication may produce incorrect results (CVE-2016-7055)i
    + Severity: Low
    + There is a carry propagating bug in the Broadwell-specific Montgomery + multiplication procedure that handles input lengths divisible by, but + longer than 256 bits.
  • +
+
+ +
+ + https://www.openssl.org/news/secadv/20161110.txt + CVE-2016-7054 + CVE-2016-7053 + CVE-2016-7055 + + + 2016-11-10 + 2016-11-10 + +
+ chromium -- multiple vulnerabilities