From owner-svn-ports-head@freebsd.org Wed Jan 27 16:01:40 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 D0F02A6F67B; Wed, 27 Jan 2016 16:01:40 +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 A428F11B8; Wed, 27 Jan 2016 16:01:40 +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 u0RG1d3w004483; Wed, 27 Jan 2016 16:01:39 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RG1dVb004481; Wed, 27 Jan 2016 16:01:39 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201601271601.u0RG1dVb004481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 27 Jan 2016 16:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407365 - 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.20 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: Wed, 27 Jan 2016 16:01:40 -0000 Author: brnrd Date: Wed Jan 27 16:01:39 2016 New Revision: 407365 URL: https://svnweb.freebsd.org/changeset/ports/407365 Log: security/vuxml: Document cURL vulnerability Reviewed by: feld (ports-secteam, mentor), koobs (mentor) Approved by: feld (ports-secteam, mentor) Security: CVE-2016-0755 Security: https://vuxml.FreeBSD.org/freebsd/8b27f1bc-c509-11e5-a95f-b499baebfeaf.html Differential Revision: D5091 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jan 27 15:19:51 2016 (r407364) +++ head/security/vuxml/vuln.xml Wed Jan 27 16:01:39 2016 (r407365) @@ -58,6 +58,36 @@ Notes: --> + + curl -- Credentials not checked + + + curl + 7.10.0 + 7.47.0 + + + + +

The cURL project reports:

+
+

libcurl will reuse NTLM-authenticated proxy connections + without properly making sure that the connection was + authenticated with the same credentials as set for this + transfer.

+
+ +
+ + http://curl.haxx.se/docs/adv_20160127A.html + CVE-2016-0755 + + + 2016-01-27 + 2016-01-27 + +
+ wordpress -- XSS vulnerability