From owner-svn-ports-head@freebsd.org Thu Jun 15 21:58:24 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 E5808BF004A; Thu, 15 Jun 2017 21:58:24 +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 A6BE4203D; Thu, 15 Jun 2017 21:58: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 v5FLwNHq093542; Thu, 15 Jun 2017 21:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5FLwNRH093540; Thu, 15 Jun 2017 21:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706152158.v5FLwNRH093540@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, 15 Jun 2017 21:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443659 - 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, 15 Jun 2017 21:58:25 -0000 Author: sunpoet Date: Thu Jun 15 21:58:23 2017 New Revision: 443659 URL: https://svnweb.freebsd.org/changeset/ports/443659 Log: Document cURL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 15 21:53:26 2017 (r443658) +++ head/security/vuxml/vuln.xml Thu Jun 15 21:58:23 2017 (r443659) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- URL file scheme drive letter buffer overflow + + + curl + 7.53.07.54.1 + + + + +

cURL security advisory:

+
+

When libcurl is given either

+

1. a file: URL that doesn't use two slashes following the colon, or

+

2. is told that file is the default scheme to use for URLs without scheme

+

... and the given path starts with a drive letter and libcurl is built for + Windows or DOS, then libcurl would copy the path with a wrong offset, so that + the end of the given path would write beyond the malloc buffer. Up to seven + bytes too much.

+

We are not aware of any exploit of this flaw.

+
+ +
+ + CVE-2017-9502 + https://curl.haxx.se/docs/adv_20170614.html + + + 2017-06-14 + 2017-06-15 + +
+ rt and dependent modules -- multiple security vulnerabilities