[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-web/ security.txt security.wml openpkg-web/secu...
From:       "Thomas Lotterer" <thl () openpkg ! org>
Date:       2005-07-28 12:09:47
Message-ID: 20050728120947.7457D1B5154 () master ! openpkg ! org
[Download RAW message or body]

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  thl@openpkg.org
  Module: openpkg-web                      Date:   28-Jul-2005 14:09:47
  Branch: HEAD                             Handle: 2005072813094600

  Added files:
    openpkg-web/security    OpenPKG-SA-2005.016-fetchmail.txt
  Modified files:
    openpkg-web             security.txt security.wml

  Log:
    SA-2005.016-fetchmail; CAN-2005-2335

  Summary:
    Revision    Changes     Path
    1.109       +1  -0      openpkg-web/security.txt
    1.137       +1  -0      openpkg-web/security.wml
    1.1         +72 -0      openpkg-web/security/OpenPKG-SA-2005.016-fetchmail.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.108 -r1.109 security.txt
  --- openpkg-web/security.txt	28 Jul 2005 11:11:43 -0000	1.108
  +++ openpkg-web/security.txt	28 Jul 2005 12:09:46 -0000	1.109
  @@ -1,3 +1,4 @@
  +28-Jul-2005: Security Advisory: S<OpenPKG-SA-2005.016-fetchmail>
   28-Jul-2005: Security Advisory: S<OpenPKG-SA-2005.015-spamassassin>
   28-Jul-2005: Security Advisory: S<OpenPKG-SA-2005.014-zlib>
   07-Jul-2005: Security Advisory: S<OpenPKG-SA-2005.013-zlib>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.136 -r1.137 security.wml
  --- openpkg-web/security.wml	28 Jul 2005 11:11:43 -0000	1.136
  +++ openpkg-web/security.wml	28 Jul 2005 12:09:46 -0000	1.137
  @@ -90,6 +90,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2005.016 fetchmail>
     <sa 2005.015 spamassassin>
     <sa 2005.014 zlib>
     <sa 2005.013 zlib>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2005.016-fetchmail.txt
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2005.016-fetchmail.txt
  --- /dev/null	2005-07-28 14:09:46 +0200
  +++ OpenPKG-SA-2005.016-fetchmail.txt	2005-07-28 14:09:47 +0200
  @@ -0,0 +1,72 @@
  +________________________________________________________________________
  +
  +OpenPKG Security Advisory                            The OpenPKG Project
  +http://www.openpkg.org/security.html              http://www.openpkg.org
  +openpkg-security@openpkg.org                         openpkg@openpkg.org
  +OpenPKG-SA-2005.016                                          28-Jul-2005
  +________________________________________________________________________
  +
  +Package:             fetchmail
  +Vulnerability:       denial of service
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:          Corrected Packages:
  +OpenPKG CURRENT      <= fetchmail-6.2.5-20050311 >= fetchmail-6.2.5-20050728
  +OpenPKG 2.4          <= fetchmail-6.2.5-2.4.0    >= fetchmail-6.2.5-2.4.1
  +OpenPKG 2.3          <= fetchmail-6.2.5-2.3.0    >= fetchmail-6.2.5-2.3.1
  +
  +Dependent Packages:  none
  +
  +Description:
  +  Ross Boylan reported a bug [0] in fetchmail [1] which turned out
  +  being a remote buffer overflow vulnerability. A malicious POP3 server
  +  could send a carefully crafted message and cause a denial of service
  +  and possibly execute arbitrary code via long UIDL responses. The
  +  Common Vulnerabilities and Exposures (CVE) project assigned the id
  +  CAN-2005-2335 [2] to the problem.
  +
  +  Please check whether you are affected by running "<prefix>/bin/openpkg
  +  rpm -q fetchmail". If you have the "fetchmail" package installed and
  +  its version is affected (see above), we recommend that you immediately
  +  upgrade it (see Solution) [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.4, 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.4/UPD
  +  ftp> get fetchmail-6.2.5-2.4.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/openpkg rpm -v --checksig fetchmail-6.2.5-2.4.1.src.rpm
  +  $ <prefix>/bin/openpkg rpm --rebuild fetchmail-6.2.5-2.4.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/openpkg rpm -Fvh <prefix>/RPM/PKG/fetchmail-6.2.5-2.4.1.*.rpm
  +________________________________________________________________________
  +
  +References:
  +  [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212762
  +  [1] http://www.catb.org/~esr/fetchmail/
  +  [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2335
  +  [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.4/UPD/fetchmail-6.2.5-2.4.1.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/2.3/UPD/fetchmail-6.2.5-2.3.1.src.rpm
  +  [7] ftp://ftp.openpkg.org/release/2.4/UPD/
  +  [8] ftp://ftp.openpkg.org/release/2.3/UPD/
  +  [9] http://www.openpkg.org/security.html#signature
  +________________________________________________________________________
  +
  +For security reasons, this advisory was digitally signed with the
  +OpenPGP public key "OpenPKG <openpkg@openpkg.org>" (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                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic