From owner-freebsd-security@freebsd.org Mon Nov 2 08:47:32 2015 Return-Path: Delivered-To: freebsd-security@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 81973A23C87 for ; Mon, 2 Nov 2015 08:47:32 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3521DA4 for ; Mon, 2 Nov 2015 08:47:31 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id tA28lMrw084019 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Nov 2015 11:47:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id tA28lMm2084018; Mon, 2 Nov 2015 11:47:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 2 Nov 2015 11:47:22 +0300 From: Gleb Smirnoff To: Christian Weisgerber Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-15:25.ntp Message-ID: <20151102084722.GC78469@FreeBSD.org> References: <201510261236.t9QCa2xj044234@think.nginx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 08:47:32 -0000 On Sun, Nov 01, 2015 at 08:34:55PM +0000, Christian Weisgerber wrote: C> >============================================================================= C> > FreeBSD-SA-15:25.ntp Security Advisory C> > The FreeBSD Project C> > C> > Topic: Multiple vulnerabilities of ntp C> > C> > Category: contrib C> > Module: ntp C> > Announced: 2015-10-26 C> > Credits: Network Time Foundation C> > Affects: All supported versions of FreeBSD. C> > Corrected: 2015-10-26 11:35:40 UTC (stable/10, 10.2-STABLE) C> > 2015-10-26 11:36:55 UTC (releng/10.2, 10.2-RELEASE-p6) C> > 2015-10-26 11:37:31 UTC (releng/10.1, 10.1-RELEASE-p23) C> C> Unfortunately, this update has now lost support for RAWDCF refclocks C> in 10.1. C> C> > # fetch https://security.FreeBSD.org/patches/SA-15:25/ntp-101.patch.bz2 C> C> It's right there in /usr.sbin/ntp/config.h: C> C> /* DCF77 raw time code */ C> -#define CLOCK_RAWDCF 1 C> +/* #undef CLOCK_RAWDCF */ C> C> I have opened bug #204203 about this. C> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204203 That actually was broken at import of 4.2.8p3. Looks like we need yet another Errata :( -- Totus tuus, Glebius.