Your message dated Wed, 03 Aug 2005 22:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#310812: fixed in imagemagick 6:6.2.3.6-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 25 May 2005 08:25:43 +0000 >From [EMAIL PROTECTED] Wed May 25 01:25:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from moutng.kundenserver.de [212.227.126.186] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DarCx-0004Pn-00; Wed, 25 May 2005 01:25:43 -0700 Received: from bitz8.bitz.briteline.de [195.90.9.8] (helo=anton) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwtQ-1DarCr1AKF-0003RU; Wed, 25 May 2005 10:25:37 +0200 Received: by anton (Postfix, from userid 2028) id B96FEB6ECA; Wed, 25 May 2005 10:25:36 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============1943684813==" MIME-Version: 1.0 From: Moritz Muehlenhoff <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: xwd handling DoS X-Mailer: reportbug 2.26.1.1.200308291454 Date: Wed, 25 May 2005 10:25:36 +0200 Message-Id: <[EMAIL PROTECTED]> X-Provags-ID: kundenserver.de [EMAIL PROTECTED] login:4ad79d65ac46f2345c6ef2e856c1d9ef Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===============1943684813== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: imagemagick Severity: important Tags: security patch imagemagick can be tricked into an endless loop through xwd images with crafted images. Attached patch, as found in Ubuntu's fix and originally taken from upstream's SVN, fixes this issue. Cheers, Moritz -- System Information: Debian Release: 3.0 Architecture: i386 Kernel: Linux anton 2.4.29-univention.1 #1 SMP Thu Jan 27 17:08:46 CET 2005 i686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] -- debconf-show failed --===============1943684813== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="/home/jmm/sc/magick/imagemagick-xwd-dos.diff" --- imagemagick-6.0.6.2.orig/coders/xwd.c +++ imagemagick-6.0.6.2/coders/xwd.c @@ -345,21 +345,21 @@ */ red_mask=ximage->red_mask; red_shift=0; - while ((red_mask & 0x01) == 0) + while ((red_mask != 0) && (red_mask & 0x01) == 0) { red_mask>>=1; red_shift++; } green_mask=ximage->green_mask; green_shift=0; - while ((green_mask & 0x01) == 0) + while ((green_mask != 0) && (green_mask & 0x01) == 0) { green_mask>>=1; green_shift++; } blue_mask=ximage->blue_mask; blue_shift=0; - while ((blue_mask & 0x01) == 0) + while ((blue_mask != 0) && (blue_mask & 0x01) == 0) { blue_mask>>=1; blue_shift++; --===============1943684813==-- --------------------------------------- Received: (at 310812-close) by bugs.debian.org; 4 Aug 2005 05:41:47 +0000 >From [EMAIL PROTECTED] Wed Aug 03 22:41:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E0YKv-0001ib-00; Wed, 03 Aug 2005 22:32:09 -0700 From: Ryuichi Arafune <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#310812: fixed in imagemagick 6:6.2.3.6-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 03 Aug 2005 22:32:09 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 21 Source: imagemagick Source-Version: 6:6.2.3.6-1 We believe that the bug you reported is fixed in the latest version of imagemagick, which is due to be installed in the Debian FTP archive: imagemagick_6.2.3.6-1.diff.gz to pool/main/i/imagemagick/imagemagick_6.2.3.6-1.diff.gz imagemagick_6.2.3.6-1.dsc to pool/main/i/imagemagick/imagemagick_6.2.3.6-1.dsc imagemagick_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/imagemagick_6.2.3.6-1_i386.deb imagemagick_6.2.3.6.orig.tar.gz to pool/main/i/imagemagick/imagemagick_6.2.3.6.orig.tar.gz libmagick++6-dev_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/libmagick++6-dev_6.2.3.6-1_i386.deb libmagick++6c2_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/libmagick++6c2_6.2.3.6-1_i386.deb libmagick6-dev_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/libmagick6-dev_6.2.3.6-1_i386.deb libmagick6_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/libmagick6_6.2.3.6-1_i386.deb perlmagick_6.2.3.6-1_i386.deb to pool/main/i/imagemagick/perlmagick_6.2.3.6-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ryuichi Arafune <[EMAIL PROTECTED]> (supplier of updated imagemagick package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 4 Aug 2005 12:39:54 +0900 Source: imagemagick Binary: perlmagick libmagick++6c2 libmagick++6-dev libmagick6-dev libmagick6 imagemagick Architecture: source i386 Version: 6:6.2.3.6-1 Distribution: unstable Urgency: low Maintainer: Ryuichi Arafune <[EMAIL PROTECTED]> Changed-By: Ryuichi Arafune <[EMAIL PROTECTED]> Description: imagemagick - Image manipulation programs libmagick++6-dev - The object-oriented C++ API to the ImageMagick library--developme libmagick++6c2 - The object-oriented C++ API to the ImageMagick library libmagick6 - Image manipulation library libmagick6-dev - Image manipulation library -- development perlmagick - A perl interface to the libMagick graphics routines Closes: 264033 265540 266146 268357 269085 270882 277775 277795 278401 282173 291033 291118 296084 297990 302093 303765 306424 310690 310812 315629 316475 317299 317628 318255 321208 Changes: imagemagick (6:6.2.3.6-1) unstable; urgency=low . * New upstream release * upstream fixes: - fix typo in mogrify manpage: closes: #317628, #321208 - update config.sub/config.guess closes: #317299 - fix " configure.ac takes wrong assumptions" closes: #303765 * point to the correct URL in manpages. closes: #318255, #315629 * man pages are rerwrited. closes: #264033, #316475 * closing bugs fixed by NMs. closes: #310690, #310812, #268357, #269085, #278401, #291033, #291118, #297990, #302093, #265540, #296084, #277775, #306424, #266146, #270882, #282173, #277795, Files: 68c8b4eef9526747860294dda2296b94 893 graphics optional imagemagick_6.2.3.6-1.dsc 8133ec8c3982b98dfe9400826c8b43b9 6042512 graphics optional imagemagick_6.2.3.6.orig.tar.gz dfdd09c3d9900a164515d2bfd224cdbf 144396 graphics optional imagemagick_6.2.3.6-1.diff.gz fa79dd2052b1506b9768178b1bc67fe5 1595076 graphics optional imagemagick_6.2.3.6-1_i386.deb cc98d30ede8b3fb531b7518d4b76ee05 1222826 libs optional libmagick6_6.2.3.6-1_i386.deb 02220a6dc6796ec3560327be0e49b8d5 1544892 libdevel optional libmagick6-dev_6.2.3.6-1_i386.deb 1798b84752a9d8ca0c7fb40df6f53a43 165838 libs optional libmagick++6c2_6.2.3.6-1_i386.deb c736d860c412f430d62506b1d0e4d79f 238030 libdevel optional libmagick++6-dev_6.2.3.6-1_i386.deb d5d3eefcb0aac5b73b7fc3afe64c13dd 165516 perl optional perlmagick_6.2.3.6-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC8aRvNfYaRw9fFnYRAkz7AJ9FLAubNszUliSR2q+78VGTGSKREgCgsGjJ rBRUNjtfZZEFYnSfEvD5IK0= =kSdL -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]