From owner-freebsd-security@FreeBSD.ORG Wed Dec 29 17:48:21 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 4926116A4CE for ; Wed, 29 Dec 2004 17:48:21 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81FE43D41 for ; Wed, 29 Dec 2004 17:48:18 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id KAA23734; Wed, 29 Dec 2004 10:47:34 -0700 (MST) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.0.14.2.20041229104315.05a8f5f8@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 29 Dec 2004 10:47:33 -0700 To: "Jerry Bell" , "Sean Countryman" From: Brett Glass In-Reply-To: <3741.209.134.164.137.1104330634.squirrel@209.134.164.137> References: <34657.24.230.37.14.1104187002.squirrel@24.230.37.14> <2990.24.98.86.57.1104197295.squirrel@24.98.86.57> <41D0C276.7080100@elischer.org> <41D2BB75.7030607@rackoperations.com> <3741.209.134.164.137.1104330634.squirrel@209.134.164.137> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-security@freebsd.org Subject: Re: Found security expliot in port phpBB 2.0.8 FreeBSD4.10 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: Wed, 29 Dec 2004 17:48:21 -0000 At 07:30 AM 12/29/2004, Jerry Bell wrote: >At the end of the day, PHP isn't really the problem. The problem is that >people are not taking the time to learn how to code securely given the >tool they are using. In this case, the problem is really not the language but the Web itself. Preserving the state of an ongoing transaction in a secure and tamper-proof manner is a thorny problem regardless of language -- and it has gotten harder because the abuse of cookies to invade privacy has caused so many people to restrict them or turn them off. Absent a default solution that's already been honed for security, programmers will tend to cut corners or will have to learn security basics from scratch -- the hard way. --Brett Glass