From owner-svn-ports-head@freebsd.org Thu Apr 20 14:25:25 2017 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 3A89BD464E2; Thu, 20 Apr 2017 14:25:25 +0000 (UTC) (envelope-from sunpoet@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 E69A2180F; Thu, 20 Apr 2017 14:25:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KEPOxP029427; Thu, 20 Apr 2017 14:25:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KEPNuM029425; Thu, 20 Apr 2017 14:25:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704201425.v3KEPNuM029425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 20 Apr 2017 14:25:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438952 - 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, 20 Apr 2017 14:25:25 -0000 Author: sunpoet Date: Thu Apr 20 14:25:23 2017 New Revision: 438952 URL: https://svnweb.freebsd.org/changeset/ports/438952 Log: Document cURL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 20 14:20:30 2017 (r438951) +++ head/security/vuxml/vuln.xml Thu Apr 20 14:25:23 2017 (r438952) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- TLS session resumption client cert bypass (again) + + + curl + 7.52.07.54.0 + + + + +

cURL security advisory:

+
+

libcurl would attempt to resume a TLS session even if the client + certificate had changed. That is unacceptable since a server by + specification is allowed to skip the client certificate check on + resume, and may instead use the old identity which was established + by the previous certificate (or no certificate).

+

libcurl supports by default the use of TLS session id/ticket to + resume previous TLS sessions to speed up subsequent TLS handshakes. + They are used when for any reason an existing TLS connection + couldn't be kept alive to make the next handshake faster.

+

This flaw is a regression and identical to CVE-2016-5419 reported + on August 3rd 2016, but affecting a different version range.

+
+ +
+ + CVE-2017-7468 + https://curl.haxx.se/docs/adv_20170419.html + + + 2017-04-19 + 2017-04-20 + +
+ graphite2 -- out-of-bounds write with malicious font