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: 29-Jan-2003 13:01:19
Branch: HEAD Handle: 2003012912011701
Added files:
openpkg-web/security OpenPKG-SA-2003.008-mysql.txt
Modified files:
openpkg-web security.txt security.wml
Log:
OpenPKG-SA-2003.008 fix mysql double free bug
Summary:
Revision Changes Path
1.17 +1 -0 openpkg-web/security.txt
1.33 +1 -0 openpkg-web/security.wml
1.1 +72 -0 openpkg-web/security/OpenPKG-SA-2003.008-mysql.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security.txt
============================================================================
$ cvs diff -u -r1.16 -r1.17 security.txt
--- openpkg-web/security.txt 23 Jan 2003 13:36:58 -0000 1.16
+++ openpkg-web/security.txt 29 Jan 2003 12:01:17 -0000 1.17
@@ -1,3 +1,4 @@
+29-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.008-mysql>
23-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.007-wget>
23-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.006-python>
22-Jan-2003: Security Advisory: S<OpenPKG-SA-2003.005-php>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security.wml
============================================================================
$ cvs diff -u -r1.32 -r1.33 security.wml
--- openpkg-web/security.wml 23 Jan 2003 13:36:58 -0000 1.32
+++ openpkg-web/security.wml 29 Jan 2003 12:01:17 -0000 1.33
@@ -78,6 +78,7 @@
</define-tag>
<box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
<table cellspacing=0 cellpadding=0 border=0>
+ <sa 2003.008 mysql>
<sa 2003.007 wget>
<sa 2003.006 python>
<sa 2003.005 php>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security/OpenPKG-SA-2003.008-mysql.txt
============================================================================
$ cvs diff -u -r0 -r1.1 OpenPKG-SA-2003.008-mysql.txt
--- /dev/null 2003-01-29 13:01:18.000000000 +0100
+++ OpenPKG-SA-2003.008-mysql.txt 2003-01-29 13:01:18.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.008 29-Jan-2003
+________________________________________________________________________
+
+Package: mysql
+Vulnerability: double free can cause denial of service
+OpenPKG Specific: no
+
+Affected Releases: Affected Packages: Corrected Packages:
+OpenPKG CURRENT <= mysql-3.23.54a-20030116 >= mysql-3.23.55-20030124
+OpenPKG 1.2 <= mysql-3.23.54a-1.2.0 >= mysql-3.23.54a-1.2.1
+OpenPKG 1.1 <= mysql-3.23.52-1.1.1 >= mysql-3.23.52-1.1.2
+
+Affected Releases: Dependent Packages: none
+
+Description:
+ Vincent Danen of MandrakeSoft noticed that according to the change log
+ [0] for MySQL release 3.23.55 [1] a vulnerbility has been fixed where
+ a double free pointer bug in mysql_change_user() handling enabled a
+ specially hacked version of MySQL client to crash mysqld. He
+ extracted the fix for use in previous releases.
+
+ Please check whether you are affected by running "<prefix>/bin/rpm -q
+ mysql". If you have the "mysql" package installed and its version is
+ affected (see above), we recommend that you immediately upgrade it
+ (see Solution). [2][3]
+
+Solution:
+ Select the updated source RPM appropriate for your OpenPKG release
+ [4][5], fetch it from the OpenPKG FTP service [6][7] or a mirror
+ location, verify its integrity [8], build a corresponding binary RPM
+ from it [2] and update your OpenPKG installation by applying the binary
+ RPM [3]. For the current release OpenPKG 1.2, 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.2/UPD
+ ftp> get mysql-3.23.54a-1.2.1.src.rpm
+ ftp> bye
+ $ <prefix>/bin/rpm -v --checksig mysql-3.23.54a-1.2.1.src.rpm
+ $ <prefix>/bin/rpm --rebuild mysql-3.23.54a-1.2.1.src.rpm
+ $ su -
+ # <prefix>/bin/rpm -Fvh <prefix>/RPM/PKG/mysql-3.23.54a-1.2.1.*.rpm
+________________________________________________________________________
+
+References:
+ [0] http://www.mysql.com/doc/en/News-3.23.55.html
+ [1] http://www.mysql.com/
+ [2] http://www.openpkg.org/tutorial.html#regular-source
+ [3] http://www.openpkg.org/tutorial.html#regular-binary
+ [4] ftp://ftp.openpkg.org/release/1.1/UPD/mysql-3.23.52-1.1.2.src.rpm
+ [5] ftp://ftp.openpkg.org/release/1.2/UPD/mysql-3.23.54a-1.2.1.src.rpm
+ [6] ftp://ftp.openpkg.org/release/1.1/UPD/
+ [7] ftp://ftp.openpkg.org/release/1.2/UPD/
+ [8] 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]