From owner-svn-ports-head@freebsd.org Sat Dec 24 08:38:13 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 53573C8C6C9; Sat, 24 Dec 2016 08:38:13 +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 08D241D4; Sat, 24 Dec 2016 08:38:12 +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 uBO8cCHp017435; Sat, 24 Dec 2016 08:38:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBO8cCXh017433; Sat, 24 Dec 2016 08:38:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612240838.uBO8cCXh017433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Dec 2016 08:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429312 - 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: Sat, 24 Dec 2016 08:38:13 -0000 Author: sunpoet Date: Sat Dec 24 08:38:11 2016 New Revision: 429312 URL: https://svnweb.freebsd.org/changeset/ports/429312 Log: - Document cURL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Dec 24 08:37:34 2016 (r429311) +++ head/security/vuxml/vuln.xml Sat Dec 24 08:38:11 2016 (r429312) @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- uninitialized random vulnerability + + + curl + 7.52.07.52.1 + + + + +

Project curl Security Advisory:

+
+

libcurl's (new) internal function that returns a good 32bit + random value was implemented poorly and overwrote the pointer + instead of writing the value into the buffer the pointer + pointed to.

+

This random value is used to generate nonces for Digest and + NTLM authentication, for generating boundary strings in HTTP + formposts and more. Having a weak or virtually non-existent + random there makes these operations vulnerable.

+

This function is brand new in 7.52.0 and is the result of an + overhaul to make sure libcurl uses strong random as much as + possible - provided by the backend TLS crypto libraries when + present. The faulty function was introduced in this commit.

+

We are not aware of any exploit of this flaw.

+
+ +
+ + https://curl.haxx.se/docs/adv_20161223.html + CVE-2016-9594 + + + 2016-12-23 + 2016-12-24 + +
+ squid -- multiple vulnerabilities