From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 26 02:10:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D13C16A4CE for ; Tue, 26 Oct 2004 02:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA0A43D39 for ; Tue, 26 Oct 2004 02:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9Q2ATR0022927 for ; Tue, 26 Oct 2004 02:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9Q2ATgV022926; Tue, 26 Oct 2004 02:10:29 GMT (envelope-from gnats) Resent-Date: Tue, 26 Oct 2004 02:10:29 GMT Resent-Message-Id: <200410260210.i9Q2ATgV022926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9324E16A4CE; Tue, 26 Oct 2004 02:09:24 +0000 (GMT) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC4E43D4C; Tue, 26 Oct 2004 02:09:23 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1])AE5E145835; Tue, 26 Oct 2004 04:09:22 +0200 (CEST) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27358-02; Tue, 26 Oct 2004 04:09:21 +0200 (CEST) Received: from m2a2.dyndns.org (p548545DD.dip.t-dialin.net [84.133.69.221]) 19AA24577D; Tue, 26 Oct 2004 04:09:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 9D537DAF09; Tue, 26 Oct 2004 04:09:18 +0200 (CEST) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18672-03; Tue, 26 Oct 2004 04:09:18 +0200 (CEST) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2]) by merlin.emma.line.org (Postfix) with ESMTP id 1FA59DAF06; Tue, 26 Oct 2004 04:09:18 +0200 (CEST) Received: from emma by libertas.emma.line.org with local (Exim 4.43 (FreeBSD)) id 1CMGlx-0008US-Qr; Tue, 26 Oct 2004 04:09:17 +0200 Message-Id: Date: Tue, 26 Oct 2004 04:09:17 +0200 From: Matthias Andree Sender: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: re@FreeBSD.org cc: portmgr@FreeBSD.org Subject: ports/73144: [MAINTAINER] mail/bogofilter: SECURITY update to 0.92.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 02:10:30 -0000 >Number: 73144 >Category: ports >Synopsis: [MAINTAINER] mail/bogofilter: SECURITY update to 0.92.8 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 02:10:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #7: Tue Sep 28 20:38:58 CEST 2004 >Description: - Update to 0.92.8 This update fixes among many other tiny bugs one security bug that allows a remote attacker to cause a denial of service in bogofilter, by crashing it; a malformatted (non-conformant) RFC-2047 encoded word triggers an attempt to write a terminating NUL byte past the end of a buffer or (more commonly) into the zero-page, which causes a segfault. Depending on the exact MTA/MDA configuration on the receiving machine, this can cause a denial of service of the mail system. Please consider committing this on the RELENG_5_3 branch of the ports tree, too. The original problem was reported against Debian Linux's package by Antti-Juhani Kaijanaho, see http://bugs.debian.org/275373, and forwarded by Clint Adams. A vuxml.xml entry will be sent in a separate mail so it can contain this PR's serial number. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bogofilter-0.92.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/ports/mail/bogofilter/Makefile --- /usr/ports/mail/bogofilter/Makefile Sun Oct 17 15:10:03 2004 +++ /root/ports/mail/bogofilter/Makefile Tue Oct 26 03:03:30 2004 @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTVERSION= 0.92.7 +PORTVERSION= 0.92.8 PORTREVISION= 0 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -88,7 +88,7 @@ doc/README.validation TODO \ CHANGES-* RELEASE.NOTES-* \ doc/integrating-with-postfix doc/integrating-with-qmail \ - doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 METHODS \ + doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \ doc/README.tdb ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/distinfo /root/ports/mail/bogofilter/distinfo --- /usr/ports/mail/bogofilter/distinfo Sun Oct 17 15:10:03 2004 +++ /root/ports/mail/bogofilter/distinfo Tue Oct 26 02:59:06 2004 @@ -1,2 +1,2 @@ -MD5 (bogofilter-0.92.7.tar.bz2) = 6c247d060c23714e5a73d82586a16588 -SIZE (bogofilter-0.92.7.tar.bz2) = 630924 +MD5 (bogofilter-0.92.8.tar.bz2) = dac06b6afcab0e36d17b1604216dc9bf +SIZE (bogofilter-0.92.8.tar.bz2) = 637420 --- bogofilter-0.92.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: