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:   05-Apr-2004 14:48:30
  Branch: HEAD                             Handle: 2004040513482901

  Added files:
    openpkg-web/security    OpenPKG-SA-2004.009-mc
  Modified files:
    openpkg-web             security.txt security.wml

  Log:
    SA-2004.009-mc; CAN-2003-1023

  Summary:
    Revision    Changes     Path
    1.68        +1  -0      openpkg-web/security.txt
    1.87        +1  -0      openpkg-web/security.wml
    1.1         +78 -0      openpkg-web/security/OpenPKG-SA-2004.009-mc
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.67 -r1.68 security.txt
  --- openpkg-web/security.txt  1 Apr 2004 21:01:13 -0000       1.67
  +++ openpkg-web/security.txt  5 Apr 2004 12:48:29 -0000       1.68
  @@ -1,3 +1,4 @@
  +05-Apr-2004: Security Advisory: S<OpenPKG-SA-2004.009-mc>
   01-Apr-2004: Security Advisory: S<OpenPKG-SA-2004.008-squid>
   18-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.007-openssl>
   12-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.006-uudeview>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.86 -r1.87 security.wml
  --- openpkg-web/security.wml  1 Apr 2004 21:01:13 -0000       1.86
  +++ openpkg-web/security.wml  5 Apr 2004 12:48:29 -0000       1.87
  @@ -76,6 +76,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2004.009-mc>
     <sa 2004.008 squid>
     <sa 2004.007 openssl>
     <sa 2004.006 uudeview>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.009-mc
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2004.009-mc
  --- /dev/null 2004-04-05 14:48:30.000000000 +0200
  +++ OpenPKG-SA-2004.009-mc    2004-04-05 14:48:30.000000000 +0200
  @@ -0,0 +1,78 @@
  +-----BEGIN PGP SIGNED MESSAGE-----            #FIXME, this is a template
  +Hash: SHA1                                    #FIXME, this is a template
  +                                              #FIXME, this is a template
  +________________________________________________________________________
  +
  +OpenPKG Security Advisory                            The OpenPKG Project
  +http://www.openpkg.org/security.html              http://www.openpkg.org
  [EMAIL PROTECTED]                         [EMAIL PROTECTED]
  +OpenPKG-SA-2004.009                                          05-Apr-2004
  +________________________________________________________________________
  +
  +Package:             mc
  +Vulnerability:       buffer overflow
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:          Corrected Packages:
  +OpenPKG CURRENT      <= mc-4.6.0-20040207        >= mc-4.6.0-20040405
  +OpenPKG 2.0          <= mc-4.6.0-2.0.0           >= mc-4.6.0-2.0.1
  +OpenPKG 1.3          <= mc-4.6.0-1.3.0           >= mc-4.6.0-1.3.1
  +
  +Dependent Packages:  none
  +
  +Description:
  +  According to a message from Ilya Teterin posted on Bugtraq [0] the
  +  Midnight Commander application [1] is using uninitialized buffer for
  +  handling symlinks in VFS. This allows attackers to execute arbitrary
  +  code during symlink conversion. The Common Vulnerabilities and
  +  Exposures (CVE) project assigned the id CAN-2003-1023 [2] to the
  +  problem.
  +
  +  Please check whether you are affected by running "<prefix>/bin/rpm
  +  -q mc". If you have the "mc" 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.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 mc-4.6.0-2.0.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/openpkg rpm -v --checksig mc-4.6.0-2.0.1.src.rpm
  +  $ <prefix>/bin/openpkg rpm --rebuild mc-4.6.0-2.0.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/openpkg rpm -Fvh <prefix>/RPM/PKG/mc-4.6.0-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=106399528518704
  +  [1] http://www.ibiblio.org/mc/
  +  [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-1023
  +  [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/mc-4.6.0-1.3.1.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/2.0/UPD/mc-4.6.0-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