From owner-freebsd-security@freebsd.org Wed Dec 28 03:10:57 2016 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 A550BC94228 for ; Wed, 28 Dec 2016 03:10:57 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4561294 for ; Wed, 28 Dec 2016 03:10:57 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [206.40.34.50]) by mx5.roble.com (Postfix) with ESMTP id DB91B2B6F4 for ; Tue, 27 Dec 2016 19:10:56 -0800 (PST) Date: Tue, 27 Dec 2016 19:10:56 -0800 (PST) From: Roger Marquis To: freebsd-security@freebsd.org Subject: Re: /tmp/ecp.* created during kernel build? In-Reply-To: Message-ID: <1612271904400.79526@mx5.roble.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 03:10:57 -0000 > Found a couple of ecp binaries in /tmp, apparently created concurrent > with an 11.0 x86_64 kernel build. Anyone else seen this? Could they > be related to a "make buildkernel"? Confirmed 'make buildkernel' does create these files, apparently via /usr/src/contrib/elftoolchain/elfcopy/main.c (thanks Adam). Still odd that these are LSB binaries which don't run on this server and nothing including cleanworld removed them. Anyone audited elftoolchain recently? Roger