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:   08-Mar-2004 15:09:52
  Branch: HEAD                             Handle: 2004030814095100

  Added files:
    openpkg-web/security    OpenPKG-SA-2004.004-libtool.txt
  Modified files:
    openpkg-web             security.txt security.wml

  Log:
    OpenPKG-SA-2004.004-libtool

  Summary:
    Revision    Changes     Path
    1.63        +1  -0      openpkg-web/security.txt
    1.82        +1  -0      openpkg-web/security.wml
    1.1         +82 -0      openpkg-web/security/OpenPKG-SA-2004.004-libtool.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.62 -r1.63 security.txt
  --- openpkg-web/security.txt  5 Mar 2004 16:07:14 -0000       1.62
  +++ openpkg-web/security.txt  8 Mar 2004 14:09:51 -0000       1.63
  @@ -1,3 +1,4 @@
  +08-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.004-libtool>
   05-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.003-libxml>
   16-Jan-2004: Security Advisory: S<OpenPKG-SA-2004.002-tcpdump>
   08-Jan-2004: Security Advisory: S<OpenPKG-SA-2004.001-inn>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.81 -r1.82 security.wml
  --- openpkg-web/security.wml  5 Mar 2004 16:07:14 -0000       1.81
  +++ openpkg-web/security.wml  8 Mar 2004 14:09:51 -0000       1.82
  @@ -76,6 +76,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2004.004 libtool>
     <sa 2004.003 libxml>
     <sa 2004.002 tcpdump>
     <sa 2004.001 inn>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.004-libtool.txt
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2004.004-libtool.txt
  --- /dev/null 2004-03-08 15:09:52.000000000 +0100
  +++ OpenPKG-SA-2004.004-libtool.txt   2004-03-08 15:09:52.000000000 +0100
  @@ -0,0 +1,82 @@
  +
  +
  +
  +________________________________________________________________________
  +
  +OpenPKG Security Advisory                            The OpenPKG Project
  +http://www.openpkg.org/security.html              http://www.openpkg.org
  [EMAIL PROTECTED]                         [EMAIL PROTECTED]
  +OpenPKG-SA-2004.004                                          08-Mar-2004
  +________________________________________________________________________
  +
  +Package:             libtool
  +Vulnerability:       insecure creation of temporary directory
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:          Corrected Packages:
  +OpenPKG CURRENT      <= libtool-1.5.2-20040207   >= libtool-1.5.2-20040308   
  +OpenPKG 2.0          <= libtool-1.5.2-2.0.0      >= libtool-1.5.2-2.0.1      
  +OpenPKG 1.3          <= libtool-1.5-1.3.0        >= libtool-1.5-1.3.1        
  +
  +Dependent Packages:  none
  +
  +Description:
  +  According to a posting on Bugtraq [0], a issue regarding the insecure
  +  creation of a temporary directory issue exists in libtool [1] versions
  +  before 1.5.2. Use of mkdir(1) along with -p option makes libtool
  +  vulnerable to symlink attacks. Stefan Nordhausen commited a fix that
  +  removes use of the -p option in 1.5.2. Discussion on Bugtraq further
  +  indicates that a additional race condition issue exists in the same
  +  context using chmod(1) which was reported by Joseph S. Myers back in
  +  March 2000 [2]. The updated OpenPKG versions of libtool contain fixes
  +  for both issues.
  +  
  +  Please check whether you are affected by running "<prefix>/bin/rpm
  +  -q libtool". If you have the "libtool" package installed and its version
  +  is affected (see above), we recommend that you immediately upgrade
  +  it (see Solution) and it's 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 current release OpenPKG 2.0, 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.0/UPD
  +  ftp> get libtool-1.5.2-2.0.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/openpkg rpm -v --checksig libtool-1.5.2-2.0.1.src.rpm
  +  $ <prefix>/bin/openpkg rpm --rebuild libtool-1.5.2-2.0.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/openpkg rpm -Fvh <prefix>/RPM/PKG/libtool-1.5.2-2.0.1.*.rpm
  +
  +  Additionally, we recommend that you rebuild and reinstall
  +  all dependent packages (see above), if any, too. [3][4]
  +________________________________________________________________________
  +
  +References:
  +  [0] http://marc.theaimsgroup.com/?l=bugtraq&m=107577516526919&w=4
  +  [1] http://www.gnu.org/software/libtool/
  +  [2] http://www.geocrawler.com/mail/msg.php3?msg_id=3438808&list=405
  +  [3] http://www.openpkg.org/tutorial.html#regular-source
  +  [4] http://www.openpkg.org/tutorial.html#regular-binary
  +  [5] ftp://ftp.openpkg.org/release/1.3/UPD/libtool-1.5-1.3.1.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/2.0/UPD/libtool-1.5.2-2.0.1.src.rpm
  +  [7] ftp://ftp.openpkg.org/release/1.3/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]

Reply via email to