From owner-freebsd-security@FreeBSD.ORG Fri Mar 19 00:51:55 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974D116A4CE for ; Fri, 19 Mar 2004 00:51:55 -0800 (PST) Received: from mail.dgap.mipt.ru (dgap-gw.mipt.ru [194.85.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F9543D1D for ; Fri, 19 Mar 2004 00:51:54 -0800 (PST) (envelope-from andrew@nas.dgap.mipt.ru) Received: (qmail 22537 invoked from network); 19 Mar 2004 08:51:53 -0000 Received: from unknown (HELO nas.dgap.mipt.ru) ([194.85.81.203]) (envelope-sender ) by dgap-gw.mipt.ru (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 19 Mar 2004 08:51:53 -0000 Received: from nas.dgap.mipt.ru (localhost [127.0.0.1]) by nas.dgap.mipt.ru (8.12.8p2/8.12.8) with ESMTP id i2J8prEf017058; Fri, 19 Mar 2004 11:51:53 +0300 (MSK) (envelope-from andrew@nas.dgap.mipt.ru) Received: (from andrew@localhost) by nas.dgap.mipt.ru (8.12.8p2/8.12.8/Submit) id i2J8prVv017057; Fri, 19 Mar 2004 11:51:53 +0300 (MSK) Date: Fri, 19 Mar 2004 11:51:53 +0300 From: "Andrew L. Neporada" To: Lev Walkin Message-ID: <20040319085153.GA17005@nas.dgap.mipt.ru> References: <20040318201727.GA14840@nas.dgap.mipt.ru> <20040318203310.GA51002@madman.celabo.org> <405AA511.6070805@netli.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <405AA511.6070805@netli.com> User-Agent: Mutt/1.4i cc: freebsd-security@freebsd.org Subject: Re: latest openssl vulnerability X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 08:51:55 -0000 On Thu, Mar 18, 2004 at 11:45:21PM -0800, Lev Walkin wrote: > Jacques A. Vidrine wrote: > >On Thu, Mar 18, 2004 at 11:17:27PM +0300, Andrew L. Neporada wrote: > > > >>Is it true that (dynamic) binaries are vulnerable if and only if they are > >>linked with libssl.so.3, not with libcrypt or libcrypto? > > > > > >Yes, the bug is in libssl. > > > No, the libssl library might as well be compiled in statically into an > otherwise dynamic binary. So, if a dynamic binary is not linked with > libssl.so.*, it isn't a reliable indicator of a vulnerability. Hmm... But threre is no such dynamic libraries in FreeBSD 4.x, 5.x base install, right? > > > -- > Lev Walkin > vlm@netli.com Andrew.