Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 05/24/12
· Bayan Audio - Bayan 7 iPod Speaker Dock Review
· Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS
· Ubuntu 12.04 + Nvidia - Heavy CPU usage
· Windows 8 puts end to endless reboots
· Fedora 17 ARM Beta Release
· Cooler Master ARC Macbook and iPad Stand Review
· Libxml2/sudo Security Updates for Debian
· Daily Reviews Summary 05/23/12
· CompatDB Updates 05/23/12

Upcoming News
· MSI Radeon HD 7850 2GB Power Edition Overclocked Video Card Review
· GottenGeography 1.3 released!
· [Tech ARP] Mobile CPU Comparison Guide Rev. 8.5
· PRESS RELEASE | LED Keyboard Nightwriter on the Market
· CM Storm QuickFire Pro Gaming Keyboard Review @ Hardware Secrets
· Thermaltake Overseer RX-I Case Review @ Legit Reviews
· NoMachine Announces Free Remote Desktop Control for Windows and Mac
· Bayan Audio - Bayan 7 iPod Speaker Dock Review @ eTeknix.com
· Dell XPS 8500 Review @ TechReviewSource.com
· DiRT Showdown (PC) Game Review @ HardwareHeaven.com

Linux Compatibility
· Canon Canoscan N650U
· TB-5300 Slimline Design Tablet
· HANDYCAM DCR-HC17E
· Linksys Wireless-G WPC54G PC-Card
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000

New Forum Topics
· USB Not detected on any PC
by: AntNik45
on: 2012-05-09 18:37
0 replies, 0 views

· RESIDENT EVIL 2 for PC
by: elyp00
on: 2012-05-04 07:55
0 replies, 0 views

· Need to know if those graphic cards works well on Ubuntu
by: Dechiqtor
on: 2012-04-19 23:04
0 replies, 0 views

· Obtaining IE8
by: packman
on: 2012-04-14 19:46
0 replies, 0 views

· A few problems running Warcraft II Battle.net Edition on Vista
by: Lord Claremorris
on: 2012-04-08 16:15
0 replies, 0 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » July 2008 » RHSA-2008:0768-01 Moderate: mysql security, bug fix, and enhancement update

RHSA-2008:0768-01 Moderate: mysql security, bug fix, and enhancement update

Posted by Bob on: 07/24/2008 07:10 PM [ Print | 0 comment(s) ]

A new update is available for Red Hat Enterprise Linux. Here the announcement:




-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
Red Hat Security Advisory

Synopsis: Moderate: mysql security, bug fix, and enhancement update
Advisory ID: RHSA-2008:0768-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2008-0768.html
Issue date: 2008-07-24
CVE Names: CVE-2006-3469 CVE-2006-4031 CVE-2007-2691
CVE-2008-2079
=====================================================================

1. Summary:

Updated mysql packages that fix various security issues, several bugs, and
add an enhancement are now available for Red Hat Enterprise Linux 4.

This update has been rated as having moderate security impact by the Red
Hat Security Response Team.

2. Relevant releases/architectures:

Red Hat Enterprise Linux AS version 4 - i386, ia64, ppc, s390, s390x, x86_64
Red Hat Enterprise Linux Desktop version 4 - i386, x86_64
Red Hat Enterprise Linux ES version 4 - i386, ia64, x86_64
Red Hat Enterprise Linux WS version 4 - i386, ia64, x86_64

3. Description:

MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld), and
many different client programs and libraries.

MySQL did not correctly check directories used as arguments for the DATA
DIRECTORY and INDEX DIRECTORY directives. Using this flaw, an authenticated
attacker could elevate their access privileges to tables created by other
database users. Note: this attack does not work on existing tables. An
attacker can only elevate their access to another user's tables as the
tables are created. As well, the names of these created tables need to be
predicted correctly for this attack to succeed. (CVE-2008-2079)

MySQL did not require the "DROP" privilege for "RENAME TABLE" statements.
An authenticated user could use this flaw to rename arbitrary tables.
(CVE-2007-2691)

MySQL allowed an authenticated user to access a table through a previously
created MERGE table, even after the user's privileges were revoked from the
original table, which might violate intended security policy. This is
addressed by allowing the MERGE storage engine to be disabled, which can be
done by running mysqld with the "--skip-merge" option. (CVE-2006-4031)

A flaw in MySQL allowed an authenticated user to cause the MySQL daemon to
crash via crafted SQL queries. This only caused a temporary denial of
service, as the MySQL daemon is automatically restarted after the crash.
(CVE-2006-3469)

As well, these updated packages fix the following bugs:

* in the previous mysql packages, if a column name was referenced more
than once in an "ORDER BY" section of a query, a segmentation fault
occurred.

* when MySQL failed to start, the init script returned a successful (0)
exit code. When using the Red Hat Cluster Suite, this may have caused
cluster services to report a successful start, even when MySQL failed to
start. In these updated packages, the init script returns the correct exit
codes, which resolves this issue.

* it was possible to use the mysqld_safe command to specify invalid port
numbers (higher than 65536), causing invalid ports to be created, and, in
some cases, a "port number definition: unsigned short" error. In these
updated packages, when an invalid port number is specified, the default
port number is used.

* when setting "myisam_repair_threads gt; 1", any repair set the index
cardinality to "1", regardless of the table size.

* the MySQL init script no longer runs "chmod -R" on the entire database
directory tree during every startup.

* when running "mysqldump" with the MySQL 4.0 compatibility mode option,
"--compatible=mysql40", mysqldump created dumps that omitted the
"auto_increment" field.

As well, the MySQL init script now uses more reliable methods for
determining parameters, such as the data directory location.

Note: these updated packages upgrade MySQL to version 4.1.22. For a full
list of bug fixes and enhancements, refer to the MySQL release notes:
http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html

All mysql users are advised to upgrade to these updated packages, which
resolve these issues and add this enhancement.

4. Solution:

Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/FAQ_58_10188

5. Bugs fixed (http://bugzilla.redhat.com/):

201904 - CVE-2006-3469 mysql server DoS
201988 - Queries using a column name multiple times in ORDER BY crash mysql
202246 - CVE-2006-4031 MySQL improper permission revocation
221085 - chown -R of the mysql data directory every startup
233771 - RFE+patch: MySQLd "init.d" startup script should rely on "/usr/bin/my_print_defaults" to get at options
241688 - CVE-2007-2691 mysql DROP privilege not enforced when renaming tables
445222 - CVE-2008-2079 mysql: privilege escalation via DATA/INDEX DIRECTORY directives

6. Package List:

Red Hat Enterprise Linux AS version 4:

Source:
ftp://updates.redhat.com/enterprise/4AS/en/os/SRPMS/mysql-4.1.22-2.el4.src.rpm

i386:
mysql-4.1.22-2.el4.i386.rpm
mysql-bench-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-devel-4.1.22-2.el4.i386.rpm
mysql-server-4.1.22-2.el4.i386.rpm

ia64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.ia64.rpm
mysql-bench-4.1.22-2.el4.ia64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.ia64.rpm
mysql-devel-4.1.22-2.el4.ia64.rpm
mysql-server-4.1.22-2.el4.ia64.rpm

ppc:
mysql-4.1.22-2.el4.ppc.rpm
mysql-4.1.22-2.el4.ppc64.rpm
mysql-bench-4.1.22-2.el4.ppc.rpm
mysql-debuginfo-4.1.22-2.el4.ppc.rpm
mysql-debuginfo-4.1.22-2.el4.ppc64.rpm
mysql-devel-4.1.22-2.el4.ppc.rpm
mysql-server-4.1.22-2.el4.ppc.rpm

s390:
mysql-4.1.22-2.el4.s390.rpm
mysql-bench-4.1.22-2.el4.s390.rpm
mysql-debuginfo-4.1.22-2.el4.s390.rpm
mysql-devel-4.1.22-2.el4.s390.rpm
mysql-server-4.1.22-2.el4.s390.rpm

s390x:
mysql-4.1.22-2.el4.s390.rpm
mysql-4.1.22-2.el4.s390x.rpm
mysql-bench-4.1.22-2.el4.s390x.rpm
mysql-debuginfo-4.1.22-2.el4.s390.rpm
mysql-debuginfo-4.1.22-2.el4.s390x.rpm
mysql-devel-4.1.22-2.el4.s390x.rpm
mysql-server-4.1.22-2.el4.s390x.rpm

x86_64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.x86_64.rpm
mysql-bench-4.1.22-2.el4.x86_64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.x86_64.rpm
mysql-devel-4.1.22-2.el4.x86_64.rpm
mysql-server-4.1.22-2.el4.x86_64.rpm

Red Hat Enterprise Linux Desktop version 4:

Source:
ftp://updates.redhat.com/enterprise/4Desktop/en/os/SRPMS/mysql-4.1.22-2.el4.src.rpm

i386:
mysql-4.1.22-2.el4.i386.rpm
mysql-bench-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-devel-4.1.22-2.el4.i386.rpm
mysql-server-4.1.22-2.el4.i386.rpm

x86_64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.x86_64.rpm
mysql-bench-4.1.22-2.el4.x86_64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.x86_64.rpm
mysql-devel-4.1.22-2.el4.x86_64.rpm
mysql-server-4.1.22-2.el4.x86_64.rpm

Red Hat Enterprise Linux ES version 4:

Source:
ftp://updates.redhat.com/enterprise/4ES/en/os/SRPMS/mysql-4.1.22-2.el4.src.rpm

i386:
mysql-4.1.22-2.el4.i386.rpm
mysql-bench-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-devel-4.1.22-2.el4.i386.rpm
mysql-server-4.1.22-2.el4.i386.rpm

ia64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.ia64.rpm
mysql-bench-4.1.22-2.el4.ia64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.ia64.rpm
mysql-devel-4.1.22-2.el4.ia64.rpm
mysql-server-4.1.22-2.el4.ia64.rpm

x86_64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.x86_64.rpm
mysql-bench-4.1.22-2.el4.x86_64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.x86_64.rpm
mysql-devel-4.1.22-2.el4.x86_64.rpm
mysql-server-4.1.22-2.el4.x86_64.rpm

Red Hat Enterprise Linux WS version 4:

Source:
ftp://updates.redhat.com/enterprise/4WS/en/os/SRPMS/mysql-4.1.22-2.el4.src.rpm

i386:
mysql-4.1.22-2.el4.i386.rpm
mysql-bench-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-devel-4.1.22-2.el4.i386.rpm
mysql-server-4.1.22-2.el4.i386.rpm

ia64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.ia64.rpm
mysql-bench-4.1.22-2.el4.ia64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.ia64.rpm
mysql-devel-4.1.22-2.el4.ia64.rpm
mysql-server-4.1.22-2.el4.ia64.rpm

x86_64:
mysql-4.1.22-2.el4.i386.rpm
mysql-4.1.22-2.el4.x86_64.rpm
mysql-bench-4.1.22-2.el4.x86_64.rpm
mysql-debuginfo-4.1.22-2.el4.i386.rpm
mysql-debuginfo-4.1.22-2.el4.x86_64.rpm
mysql-devel-4.1.22-2.el4.x86_64.rpm
mysql-server-4.1.22-2.el4.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://www.redhat.com/security/team/key/#package

7. References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3469
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4031
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2079
http://www.redhat.com/security/updates/classification/#moderate

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2008 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFIiLyJXlSAg2UNWIIRArBHAKC62RfDzLo5S34aHextiX0mpiZTMQCfVpG3
ZtbcR3clj+yx6AKQ2sND3rQ=
=aUwH
-----END PGP SIGNATURE-----


Bookmark and Share

« RHSA-2008:0780-01 Low: coreutils security update · RHSA-2008:0725-01 Moderate: rdesktop security and bug fix update »

Linux Compatible » News » July 2008 » RHSA-2008:0768-01 Moderate: mysql security, bug fix, and enhancement update
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition