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:   18-Mar-2004 11:02:39
  Branch: HEAD                             Handle: 2004031810023800

  Added files:
    openpkg-web/security    OpenPKG-SA-2004.007-openssl.txt
  Modified files:
    openpkg-web             security.txt security.wml

  Log:
    SA-2004.007-openssl; CAN-2004-0079, CAN-2004-0112

  Summary:
    Revision    Changes     Path
    1.66        +1  -0      openpkg-web/security.txt
    1.85        +1  -0      openpkg-web/security.wml
    1.1         +111 -0     openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.65 -r1.66 security.txt
  --- openpkg-web/security.txt  12 Mar 2004 14:45:10 -0000      1.65
  +++ openpkg-web/security.txt  18 Mar 2004 10:02:38 -0000      1.66
  @@ -1,3 +1,4 @@
  +18-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.007-openssl>
   12-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.006-uudeview>
   09-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.005-mutt>
   08-Mar-2004: Security Advisory: S<OpenPKG-SA-2004.004-libtool>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.84 -r1.85 security.wml
  --- openpkg-web/security.wml  12 Mar 2004 14:45:10 -0000      1.84
  +++ openpkg-web/security.wml  18 Mar 2004 10:02:38 -0000      1.85
  @@ -76,6 +76,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2004.007 openssl>
     <sa 2004.006 uudeview>
     <sa 2004.005 mutt>
     <sa 2004.004 libtool>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2004.007-openssl.txt
  --- /dev/null 2004-03-18 11:02:39.000000000 +0100
  +++ OpenPKG-SA-2004.007-openssl.txt   2004-03-18 11:02:39.000000000 +0100
  @@ -0,0 +1,111 @@
  +-----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.007                                          18-Mar-2004
  +________________________________________________________________________
  +
  +Package:             openssl
  +Vulnerability:       denial of service
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:          Corrected Packages:
  +OpenPKG CURRENT      <= openssl-0.9.7c-20040207  >= openssl-0.9.7d-20040318
  +OpenPKG 2.0          <= openssl-0.9.7c-2.0.0     >= openssl-0.9.7c-2.0.1
  +OpenPKG 1.3          <= openssl-0.9.7b-1.3.2     >= openssl-0.9.7b-1.3.3
  +
  +Affected Releases:   Dependent Packages:
  +
  +OpenPKG CURRENT      same as OpenPKG 2.0 FIXME this list needs review
  +
  +OpenPKG 2.0          apache* bind blender cadaver cfengine cpu cups curl
  +                     distcache dsniff easysoap ethereal* exim fetchmail
  +                     imap imapd imaputils inn jabberd kde-base kde-libs
  +                     linc links lynx mailsync meta-core mico* mixmaster
  +                     monit* mozilla mutt mutt15 nail neon nessus-libs
  +                     nmap openldap openssh openvpn perl-ssl pgadmin php*
  +                     pine* postfix* postgresql pound proftpd* qpopper
  +                     rdesktop samba samba3 sasl scanssh sendmail* siege
  +                     sio* sitecopy snmp socat squid* stunnel subversion
  +                     suck sysmon tcpdump tinyca w3m wget xmlsec
  +
  +OpenPKG 1.3          apache* bind cfengine cpu curl ethereal* fetchmail
  +                     imap imapd inn links lynx mico* mutt nail neon
  +                     openldap openssh perl-ssl php* postfix* postgresql
  +                     proftpd* qpopper rdesktop samba sasl scanssh
  +                     sendmail* siege sio* sitecopy snmp socat squid*
  +                     stunnel suck sysmon tcpdump tinyca w3m wget xmlsec
  +
  +                 (*) marked packages are only affected if certain build
  +                     options ("with_xxx") were used at build time. See
  +                     Appendix below for details.
  +
  +Description:
  +  According to an OpenSSL [0] security advisory [1], denial of service
  +  vulnerabilities exist in OpenSSL versions 0.9.6c to 0.9.6l inclusive
  +  and versions 0.9.7a to 0.9.7c inclusive.
  +
  +  Testing performed by the OpenSSL group uncovered a null-pointer
  +  assignment in the do_change_cipher_spec() function. The Common
  +  Vulnerabilities and Exposures (CVE) project assigned the id
  +  CAN-2004-0079 [X] to the problem.
  +
  +  FIXME review if this affect OpenPKG
  +  Stephen Henson discovered a flaw in SSL/TLS handshaking code when
  +  using Kerberos ciphersuites. The Common Vulnerabilities and Exposures
  +  (CVE) project assigned the id CAN-2004-0112 [2] to the problem.
  +
  +  Please check whether you are affected by running "<prefix>/bin/rpm -q
  +  openssl". If you have the "openssl" 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 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 openssl-0.9.7c-2.0.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/openpkg rpm -v --checksig openssl-0.9.7c-2.0.1.src.rpm
  +  $ <prefix>/bin/openpkg rpm --rebuild openssl-0.9.7c-2.0.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/openpkg rpm -Fvh <prefix>/RPM/PKG/openssl-0.9.7c-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://www.openssl.org/news/secadv_20040317.txt
  +  [1] http://www.openssl.org/
  +  [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0079
  +  [X] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0112
  +  [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/openssl-0.9.7b-1.3.3.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/2.0/UPD/openssl-0.9.7c-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