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:   22-Jan-2003 17:04:54
  Branch: HEAD                             Handle: 2003012216045301

  Added files:
    openpkg-web/security    OpenPKG-SA-2003.006-python.txt
  Modified files:
    openpkg-web             security.txt security.wml

  Log:
    SA-2003.006-python; CAN-2002-1119

  Summary:
    Revision    Changes     Path
    1.14        +1  -0      openpkg-web/security.txt
    1.31        +1  -0      openpkg-web/security.wml
    1.1         +72 -0      openpkg-web/security/OpenPKG-SA-2003.006-python.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 security.txt
  --- openpkg-web/security.txt  22 Jan 2003 13:01:31 -0000      1.13
  +++ openpkg-web/security.txt  22 Jan 2003 16:04:53 -0000      1.14
  @@ -1,3 +1,4 @@
  +22-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.006-python>
   22-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.005-php>
   21-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.004-cvs>
   21-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.003-vim>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 security.wml
  --- openpkg-web/security.wml  22 Jan 2003 13:12:54 -0000      1.30
  +++ openpkg-web/security.wml  22 Jan 2003 16:04:53 -0000      1.31
  @@ -78,6 +78,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2003.006 python>
     <sa 2003.005 php>
     <sa 2003.004 cvs>
     <sa 2003.003 vim>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2003.006-python.txt
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2003.006-python.txt
  --- /dev/null 2003-01-22 17:04:54.000000000 +0100
  +++ OpenPKG-SA-2003.006-python.txt    2003-01-22 17:04:54.000000000 +0100
  @@ -0,0 +1,72 @@
  +________________________________________________________________________
  +
  +OpenPKG Security Advisory                            The OpenPKG Project
  +http://www.openpkg.org/security.html              http://www.openpkg.org
  [EMAIL PROTECTED]                         [EMAIL PROTECTED]
  +OpenPKG-SA-2003.006                                          23-Jan-2003
  +________________________________________________________________________
  +
  +Package:             python
  +Vulnerability:       predictable filename allows arbitrary code execution 
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:          Corrected Packages:
  +OpenPKG CURRENT      <= python-2.2.1-20020820    >= python-2.2.2-20021015
  +OpenPKG 1.2          none                        N.A.
  +OpenPKG 1.1          <= python-2.2.1-1.1.0       >= python-2.2.1-1.1.1
  +
  +Affected Releases:   Dependent Packages: none
  +
  +Description:
  +  Zack Weinberg discovered an insecure use of a hardcoded file name [0]
  +  in Python, a interpreted, interactive, object-oriented programming
  +  language [1]. Python uses a predictable filename which could lead to
  +  execution of arbitrary code.  The Common Vulnerabilities and Exposures
  +  (CVE) project assigned the id CAN-2002-1119 [2] to the problem.
  +
  +  Please check whether you are affected by running "<prefix>/bin/rpm -q
  +  python". If you have the "python" 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], fetch it from the OpenPKG FTP service [6] or a mirror location,
  +  verify its integrity [7], build a corresponding binary RPM from it [3]
  +  and update your OpenPKG installation by applying the binary RPM [4].
  +  For the release OpenPKG 1.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/1.1/UPD
  +  ftp> get python-2.2.1-1.1.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/rpm -v --checksig python-2.2.1-1.1.1.src.rpm
  +  $ <prefix>/bin/rpm --rebuild python-2.2.1-1.1.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/rpm -Fvh <prefix>/RPM/PKG/python-2.2.1-1.1.1.*.rpm
  +________________________________________________________________________
  +
  +References:
  +  [0] http://mail.python.org/pipermail/python-dev/2002-August/027223.html
  +  [1] http://www.python.org/
  +  [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1119
  +  [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.1/UPD/python-2.2.1-1.1.1.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/1.1/UPD/
  +  [7] 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 find under the official URL
  +http://www.openpkg.org/openpkg.pgp or on http://keyserver.pgp.com/. To
  +check the integrity of this advisory, verify its digital signature by
  +using GnuPG (http://www.gnupg.org/). For instance, pipe this message to
  +the command "gpg --verify --keyserver keyserver.pgp.com".
  +________________________________________________________________________
  +
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to