From owner-svn-ports-head@freebsd.org Wed Nov 29 14:26:58 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 97512E5545E; Wed, 29 Nov 2017 14:26:58 +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 6DF6D764B4; Wed, 29 Nov 2017 14:26:58 +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 vATEQvBI017476; Wed, 29 Nov 2017 14:26:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vATEQvBv017474; Wed, 29 Nov 2017 14:26:57 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201711291426.vATEQvBv017474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 29 Nov 2017 14:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455112 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 455112 X-SVN-Commit-Repository: ports 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.25 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, 29 Nov 2017 14:26:58 -0000 Author: brnrd Date: Wed Nov 29 14:26:57 2017 New Revision: 455112 URL: https://svnweb.freebsd.org/changeset/ports/455112 Log: security/vuxml: Document cURL vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 29 13:54:31 2017 (r455111) +++ head/security/vuxml/vuln.xml Wed Nov 29 14:26:57 2017 (r455112) @@ -58,6 +58,59 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- Multiple vulnerabilities + + + curl + 7.21.07.57.0 + + + + +

The cURL project reports:

+
+
  • NTLM buffer overflow via integer overflow + (CVE-2017-8816)
    libcurl contains a buffer overrun flaw + in the NTLM authentication code. + The internal function Curl_ntlm_core_mk_ntlmv2_hash sums up + the lengths of the user name + password (= SUM) and multiplies + the sum by two (= SIZE) to figure out how large storage to + allocate from the heap.

    +

    FTP wildcard out of bounds read (CVE-2017-8817)
    + libcurl contains a read out of bounds flaw in the FTP wildcard + function. + libcurl's FTP wildcard matching feature, which is enabled with + the CURLOPT_WILDCARDMATCH option can use a built-in wildcard + function or a user provided one. The built-in wildcard function + has a flaw that makes it not detect the end of the pattern + string if it ends with an open bracket ([) but instead it will + continue reading the heap beyond the end of the URL buffer that + holds the wildcard.

    +

    SSL out of buffer access (CVE-2017-8818)
    + libcurl contains an out boundary access flaw in SSL related code. + When allocating memory for a connection (the internal struct + called connectdata), a certain amount of memory is allocated at + the end of the struct to be used for SSL related structs. Those + structs are used by the particular SSL library libcurl is built + to use. The application can also tell libcurl which specific SSL + library to use if it was built to support more than one. +

+
+ +
+ + https://curl.haxx.se/changes.html + CVE-2017-8816 + CVE-2017-8817 + CVE-2017-8818 + + + 2017-11-29 + 2017-11-29 + +
+ borgbackup -- remote users can override repository restrictions