From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 19 04:42:19 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9640C16A4CE for ; Mon, 19 Jan 2004 04:42:19 -0800 (PST) Received: from mail.rdstm.ro (mail.rdstm.ro [193.231.233.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457D743D3F for ; Mon, 19 Jan 2004 04:42:16 -0800 (PST) (envelope-from aanton@reversedhell.net) Received: from reversedhell.net (casa_auto [81.196.32.25]) by mail.rdstm.ro (8.12.10/8.12.1) with ESMTP id i0JCgDJU028313 for ; Mon, 19 Jan 2004 14:42:13 +0200 Message-ID: <400BD0CE.6050609@reversedhell.net> Date: Mon, 19 Jan 2004 14:42:54 +0200 From: Anton Alin-Adrian User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031212 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: multipart/mixed; boundary="------------030205080306090605080108" Subject: qmail remote root patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 12:42:19 -0000 This is a multi-part message in MIME format. --------------030205080306090605080108 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Regarding latest qmail vulnerability, I coded this quickly patch. Please double-check me if I am wrong here. Forward this to freebsd-security please. Regards, Alin. --------------030205080306090605080108 Content-Type: text/plain; name="qmail103.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qmail103.patch" 320c320 < ++pos; --- > if (pos>9) ++pos; --------------030205080306090605080108--