From owner-svn-ports-all@freebsd.org Wed Feb 28 07:35:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17AC4F3049A; Wed, 28 Feb 2018 07:35:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEEF369A0E; Wed, 28 Feb 2018 07:35:27 +0000 (UTC) (envelope-from delphij@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BCCA16887; Wed, 28 Feb 2018 07:35:27 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S7ZR88038360; Wed, 28 Feb 2018 07:35:27 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S7ZRD3038358; Wed, 28 Feb 2018 07:35:27 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201802280735.w1S7ZRD3038358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 28 Feb 2018 07:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463184 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463184 X-SVN-Commit-Repository: ports 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.25 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, 28 Feb 2018 07:35:28 -0000 Author: delphij Date: Wed Feb 28 07:35:27 2018 New Revision: 463184 URL: https://svnweb.freebsd.org/changeset/ports/463184 Log: Document multiple NTP vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 28 07:16:35 2018 (r463183) +++ head/security/vuxml/vuln.xml Wed Feb 28 07:35:27 2018 (r463184) @@ -58,6 +58,68 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ntp -- multiple vulnerabilities + + + FreeBSD + 11.111.1_7 + 10.410.4_6 + 10.310.3_27 + + + ntp + 4.2.8p11 + + + ntp-devel + 0 + + + + +

Network Time Foundation reports:

+
+

The NTP Project at Network Time Foundation is releasing ntp-4.2.8p11.

+

This release addresses five security issues in ntpd:

+
    +
  • LOW/MEDIUM: Sec 3012 / CVE-2016-1549 / VU#961909: Sybil + vulnerability: ephemeral association attack
  • +
  • INFO/MEDIUM: Sec 3412 / CVE-2018-7182 / VU#961909: + ctl_getitem(): buffer read overrun leads to undefined + behavior and information leak
  • +
  • LOW: Sec 3415 / CVE-2018-7170 / VU#961909: Multiple + authenticated ephemeral associations
  • +
  • LOW: Sec 3453 / CVE-2018-7184 / VU#961909: Interleaved + symmetric mode cannot recover from bad state
  • +
  • LOW/MEDIUM: Sec 3454 / CVE-2018-7185 / VU#961909: + Unauthenticated packet can reset authenticated interleaved + association
  • +
+

one security issue in ntpq:

+
    +
  • MEDIUM: Sec 3414 / CVE-2018-7183 / VU#961909: + ntpq:decodearr() can write beyond its buffer limit
  • +
+

and provides over 33 bugfixes and 32 other improvements.

+
+ +
+ + CVE-2016-1549 + CVE-2018-7182 + CVE-2018-7170 + CVE-2018-7184 + CVE-2018-7185 + CVE-2018-7183 + http://support.ntp.org/bin/view/Main/SecurityNotice#February_2018_ntp_4_2_8p11_NTP_S + + + 2018-02-27 + 2018-02-28 + +
+ chromium -- vulnerability