From owner-svn-ports-all@freebsd.org Wed Nov 2 08:11:18 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 03FA7C2A56A; Wed, 2 Nov 2016 08:11:18 +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 563341BCF; Wed, 2 Nov 2016 08:11:17 +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 uA28BGFh096279; Wed, 2 Nov 2016 08:11:16 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA28BG4J096277; Wed, 2 Nov 2016 08:11:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611020811.uA28BG4J096277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 2 Nov 2016 08:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425122 - 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: Wed, 02 Nov 2016 08:11:18 -0000 Author: brnrd Date: Wed Nov 2 08:11:15 2016 New Revision: 425122 URL: https://svnweb.freebsd.org/changeset/ports/425122 Log: security/vuxml: Document 2016-11-02 cURL vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 2 08:11:04 2016 (r425121) +++ head/security/vuxml/vuln.xml Wed Nov 2 08:11:15 2016 (r425122) @@ -58,6 +58,54 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- multiple vulnerabilities + + + curl + 7.17.51.0 + + + + +

The cURL project reports

+
+
    +
  • cookie injection for other servers
  • +
  • case insensitive password comparison
  • +
  • OOB write via unchecked multiplication
  • +
  • double-free in curl_maprintf
  • +
  • double-free in krb5 code
  • +
  • glob parser write/read out of bounds
  • +
  • curl_getdate read out of bounds
  • +
  • URL unescape heap overflow via integer truncation
  • +
  • Use-after-free via shared cookies
  • +
  • invalid URL parsing with '#'
  • +
  • IDNA 2003 makes curl use wrong host
  • +
+
+ +
+ + https://curl.haxx.se/docs/security.html + CVE-2016-8615 + CVE-2016-8616 + CVE-2016-8617 + CVE-2016-8618 + CVE-2016-8619 + CVE-2016-8620 + CVE-2016-8621 + CVE-2016-8622 + CVE-2016-8623 + CVE-2016-8624 + CVE-2016-8625 + + + 2016-11-02 + 2016-11-02 + +
+ BIND -- Remote Denial of Service vulnerability