OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 14-Oct-2004 17:25:05
Branch: HEAD Handle: 2004101416250401
Added files:
openpkg-web/security OpenPKG-SA-2004.043-tiff.txt
Modified files:
openpkg-web security.txt security.wml
Log:
SA-2004.043-tiff; CAN-2004-0803, CAN-2004-0886
Summary:
Revision Changes Path
1.93 +2 -0 openpkg-web/security.txt
1.115 +2 -0 openpkg-web/security.wml
1.1 +88 -0 openpkg-web/security/OpenPKG-SA-2004.043-tiff.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security.txt
============================================================================
$ cvs diff -u -r1.92 -r1.93 security.txt
--- openpkg-web/security.txt 15 Sep 2004 12:55:56 -0000 1.92
+++ openpkg-web/security.txt 14 Oct 2004 15:25:04 -0000 1.93
@@ -1,3 +1,5 @@
+13-Oct-2004: Security Advisory: S<OpenPKG-SA-2004.043-tiff>
+15-Sep-2004: Security Advisory: S<OpenPKG-SA-2004.042-aspell>
15-Sep-2004: Security Advisory: S<OpenPKG-SA-2004.041-spamassassin>
15-Sep-2004: Security Advisory: S<OpenPKG-SA-2004.040-samba>
13-Sep-2004: Security Advisory: S<OpenPKG-SA-2004.039-kerberos>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security.wml
============================================================================
$ cvs diff -u -r1.114 -r1.115 security.wml
--- openpkg-web/security.wml 13 Oct 2004 06:58:31 -0000 1.114
+++ openpkg-web/security.wml 14 Oct 2004 15:25:04 -0000 1.115
@@ -75,6 +75,8 @@
</define-tag>
<box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
<table cellspacing=0 cellpadding=0 border=0>
+ <sa 2004.043-tiff>
+ <sa 2004.042-aspell>
<sa 2004.041 spamassassin>
<sa 2004.040 samba>
<sa 2004.039 kerberos>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security/OpenPKG-SA-2004.043-tiff.txt
============================================================================
$ cvs diff -u -r0 -r1.1 OpenPKG-SA-2004.043-tiff.txt
--- /dev/null 2004-10-14 17:25:05 +0200
+++ OpenPKG-SA-2004.043-tiff.txt 2004-10-14 17:25:05 +0200
@@ -0,0 +1,88 @@
+________________________________________________________________________
+
+OpenPKG Security Advisory The OpenPKG Project
+http://www.openpkg.org/security.html http://www.openpkg.org
[EMAIL PROTECTED] [EMAIL PROTECTED]
+OpenPKG-SA-2004.043 14-Oct-2004
+________________________________________________________________________
+
+Package: tiff
+Vulnerability: arbitrary code execution
+OpenPKG Specific: no
+
+Affected Releases: Affected Packages: Corrected Packages:
+OpenPKG CURRENT <= tiff-3.6.1-20040714 >= tiff-3.6.1-20041013
+OpenPKG 2.1 <= tiff-3.6.1-2.1.0 >= tiff-3.6.1-2.1.1
+OpenPKG 2.0 <= tiff-3.6.1-2.0.0 >= tiff-3.6.1-2.0.1
+
+Affected Releases: Dependent Packages:
+OpenPKG CURRENT cups emacs gdk-pixbuf gimp gtk2 imagemagick imlib
+ lcms lyx netpbm perl-tk povray scribus wx xemacs
+ xplanet xv
+
+OpenPKG 2.1 emacs gdk-pixbuf gimp gtk2 imagemagick imlib lcms
+ netpbm perl-tk xv
+
+OpenPKG 2.0 emacs gdk-pixbuf gimp gtk2 imagemagick imlib netpbm
+ perl-tk xv
+
+Description:
+
+ According to security advisory CESA-2004-006 from Chris Evans the
+ libtiff [0] image en-/decoder suffers from several heap based buffer
+ overflows. The Common Vulnerabilities and Exposures (CVE) project
+ assigned the id CAN-2004-0803 [1] to the problem.
+
+ Other code reviewers found integer overflows which affect memory
+ allocation. The Common Vulnerabilities and Exposures (CVE) project
+ assigned the id CAN-2004-0886 [2] to the problem.
+
+ Please check whether you are affected by running "<prefix>/bin/openpkg
+ rpm -q tiff". If you have the "tiff" package installed and its version
+ is affected (see above), we recommend that you immediately upgrade it
+ (see Solution) and its dependent packages (see above), if any, too
+ [3][4].
+
+Solution:
+ Select the updated source RPM appropriate for your OpenPKG release
+ [5][6], fetch it from the OpenPKG FTP service [7][8] or a mirror
+ location, verify its integrity [9], build a corresponding binary RPM
+ from it [3] and update your OpenPKG installation by applying the
+ binary RPM [4]. For the most recent release OpenPKG 2.1, perform the
+ following operations to permanently fix the security problem (for
+ other releases adjust accordingly).
+
+ $ ftp ftp.openpkg.org
+ ftp> bin
+ ftp> cd release/2.1/UPD
+ ftp> get tiff-3.6.1-2.1.1.src.rpm
+ ftp> bye
+ $ <prefix>/bin/openpkg rpm -v --checksig tiff-3.6.1-2.1.1.src.rpm
+ $ <prefix>/bin/openpkg rpm --rebuild tiff-3.6.1-2.1.1.src.rpm
+ $ su -
+ # <prefix>/bin/openpkg rpm -Fvh <prefix>/RPM/PKG/tiff-3.6.1-2.1.1.*.rpm
+
+ Additionally, we recommend that you rebuild and reinstall
+ all dependent packages (see above), if any, too [3][4].
+________________________________________________________________________
+
+References:
+ [0] http://www.libtiff.org/
+ [1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0803
+ [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0886
+ [3] http://www.openpkg.org/tutorial.html#regular-source
+ [4] http://www.openpkg.org/tutorial.html#regular-binary
+ [5] ftp://ftp.openpkg.org/release/2.1/UPD/tiff-3.6.1-2.1.1.src.rpm
+ [6] ftp://ftp.openpkg.org/release/2.0/UPD/tiff-3.6.1-2.0.1.src.rpm
+ [7] ftp://ftp.openpkg.org/release/2.1/UPD/
+ [8] ftp://ftp.openpkg.org/release/2.0/UPD/
+ [9] http://www.openpkg.org/security.html#signature
+________________________________________________________________________
+
+For security reasons, this advisory was digitally signed with the
+OpenPGP public key "OpenPKG <[EMAIL PROTECTED]>" (ID 63C4CB9F) of the
+OpenPKG project which you can retrieve from http://pgp.openpkg.org and
+hkp://pgp.openpkg.org. Follow the instructions on http://pgp.openpkg.org/
+for details on how to verify the integrity of this advisory.
+________________________________________________________________________
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]