From owner-svn-ports-all@freebsd.org Thu Dec 22 08:05:37 2016 Return-Path: Delivered-To: svn-ports-all@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 B33E0C8CE3D; Thu, 22 Dec 2016 08:05:37 +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 80D61132C; Thu, 22 Dec 2016 08:05:37 +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 uBM85ac3023238; Thu, 22 Dec 2016 08:05:36 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBM85aDM023236; Thu, 22 Dec 2016 08:05:36 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201612220805.uBM85aDM023236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 22 Dec 2016 08:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429145 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 08:05:37 -0000 Author: brnrd Date: Thu Dec 22 08:05:36 2016 New Revision: 429145 URL: https://svnweb.freebsd.org/changeset/ports/429145 Log: security/vuxml: Document cURL 7.51 vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 22 06:27:09 2016 (r429144) +++ head/security/vuxml/vuln.xml Thu Dec 22 08:05:36 2016 (r429145) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- buffer overflow + + + curl + 7.17.52 + + + + +

The cURL project reports:

+
+

printf floating point buffer overflow

+

libcurl's implementation of the printf() functions triggers a + buffer overflow when doing a large floating point output. The bug + occurs whenthe conversion outputs more than 255 bytes.

+
+ +
+ + https://curl.haxx.se/docs/vuln-7.51.0.html + CVE-2016-9586 + + + 2016-12-21 + 2016-12-22 + +
+ Joomla! -- multiple vulnerabilities