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/25/12
· CompatDB Updates 05/25/12
· Rumor: Microsoft Office coming to iPad, Android in November
· Microsoft clarifies Ballmer's claims of massive Windows 8 adoption
· DSA 2480-1: request-tracker3.8 security update
· CentOS 6 NTP Server
· 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

Upcoming News
· Blues Brothers 2000 (1998) Blu-ray Movie Review
· Thermaltake ToughPower Grand 850W Power Supply Review @ Rbmods
· Cooler Master Silent Pro Gold 1200-watt Power Supply Review
· Wine release 1.5.5
· OC3D: BitFenix Prodigy Review
· [Tech ARP] The New x264 HD Benchmark 5.0 Is Here!
· re: Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Corsair Vengeance C70 Case Review @ Hardware Secrets
· Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Samsung Green DDR3 8GB 1600mhz 30nm Memory review

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
· present.However after the Kou
by: Thomasxpp
on: 2012-05-26 02:12
0 replies, 0 views

· business, hand over to Ji
by: Thomasxpp
on: 2012-05-26 02:09
0 replies, 0 views

· a war in the outside and quells
by: Thomasxpp
on: 2012-05-26 02:06
0 replies, 0 views

· This among them the
by: Thomasxpp
on: 2012-05-26 02:02
0 replies, 0 views

· USB Not detected on any PC
by: AntNik45
on: 2012-05-09 18:37
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 » September 2009 » RHSA-2009:1289-02 Moderate: mysql security and bug fix update

RHSA-2009:1289-02 Moderate: mysql security and bug fix update

Posted by Bob on: 09/02/2009 10:00 AM [ 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 and bug fix update
Advisory ID: RHSA-2009:1289-02
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1289.html
Issue date: 2009-09-02
CVE Names: CVE-2008-2079 CVE-2008-3963 CVE-2008-4456
CVE-2009-2446
=====================================================================

1. Summary:

Updated mysql packages that fix various security issues and several bugs
are now available for Red Hat Enterprise Linux 5.

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 Desktop (v. 5 client) - i386, x86_64
RHEL Desktop Workstation (v. 5 client) - i386, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64

3. Description:

MySQL is a multi-user, multi-threaded SQL database server. It consists of
the MySQL server daemon (mysqld) and many 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)

A flaw was found in the way MySQL handles an empty bit-string literal. A
remote, authenticated attacker could crash the MySQL server daemon (mysqld)
if they used an empty bit-string literal in an SQL statement. This issue
only caused a temporary denial of service, as the MySQL daemon was
automatically restarted after the crash. (CVE-2008-3963)

An insufficient HTML entities quoting flaw was found in the mysql command
line client's HTML output mode. If an attacker was able to inject arbitrary
HTML tags into data stored in a MySQL database, which was later retrieved
using the mysql command line client and its HTML output mode, they could
perform a cross-site scripting (XSS) attack against victims viewing the
HTML output in a web browser. (CVE-2008-4456)

Multiple format string flaws were found in the way the MySQL server logs
user commands when creating and deleting databases. A remote, authenticated
attacker with permissions to CREATE and DROP databases could use these
flaws to formulate a specifically-crafted SQL command that would cause a
temporary denial of service (open connections to mysqld are terminated).
(CVE-2009-2446)

Note: To exploit the CVE-2009-2446 flaws, the general query log (the mysqld
"--log" command line option or the "log" option in "/etc/my.cnf") must be
enabled. This logging is not enabled by default.

This update also fixes multiple bugs. Details regarding these bugs can be
found in the Red Hat Enterprise Linux 5.4 Technical Notes. You can find a
link to the Technical Notes in the References section of this errata.

Note: These updated packages upgrade MySQL to version 5.0.77 to incorporate
numerous upstream bug fixes. Details of these changes are found in the
following MySQL Release Notes:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-77.html

All MySQL users are advised to upgrade to these updated packages, which
resolve these issues. After installing this update, the MySQL server
daemon (mysqld) will be restarted automatically.

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/docs/DOC-11259

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

435494 - Timeout error starting MySQL when using non-default socket file value (fix provided)
445222 - CVE-2008-2079 mysql: privilege escalation via DATA/INDEX DIRECTORY directives
448534 - upgrade to RHEL5.2 - breaks mysql replication between MasterDB and Slave
450178 - Somewhat dubious code in mysqld init.d script
452824 - mysql-server crash permanently
453156 - DATE function used in WHERE clause - broken
455619 - tmpdir variable not honored for internally created temporary tables
457218 - 'Explicit or implicit commit' error/server crash with concurrent transactions
462071 - CVE-2008-3963 MySQL: Using an empty binary value leads to server crash
462534 - SQL Config files should not be read more than once
466518 - CVE-2008-4456 mysql: mysql command line client XSS flaw
470036 - Got query result when using ORDER BY ASC, but empty result when using DESC
476896 - CVE-2008-3963 MySQL: Using an empty binary value leads to server crash
511020 - CVE-2009-2446 MySQL: Format string vulnerability by manipulation with database instances (crash)

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/mysql-5.0.77-3.el5.src.rpm

i386:
mysql-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm

x86_64:
mysql-5.0.77-3.el5.i386.rpm
mysql-5.0.77-3.el5.x86_64.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.x86_64.rpm

RHEL Desktop Workstation (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/mysql-5.0.77-3.el5.src.rpm

i386:
mysql-bench-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-devel-5.0.77-3.el5.i386.rpm
mysql-server-5.0.77-3.el5.i386.rpm
mysql-test-5.0.77-3.el5.i386.rpm

x86_64:
mysql-bench-5.0.77-3.el5.x86_64.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.x86_64.rpm
mysql-devel-5.0.77-3.el5.i386.rpm
mysql-devel-5.0.77-3.el5.x86_64.rpm
mysql-server-5.0.77-3.el5.x86_64.rpm
mysql-test-5.0.77-3.el5.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/mysql-5.0.77-3.el5.src.rpm

i386:
mysql-5.0.77-3.el5.i386.rpm
mysql-bench-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-devel-5.0.77-3.el5.i386.rpm
mysql-server-5.0.77-3.el5.i386.rpm
mysql-test-5.0.77-3.el5.i386.rpm

ia64:
mysql-5.0.77-3.el5.i386.rpm
mysql-5.0.77-3.el5.ia64.rpm
mysql-bench-5.0.77-3.el5.ia64.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.ia64.rpm
mysql-devel-5.0.77-3.el5.ia64.rpm
mysql-server-5.0.77-3.el5.ia64.rpm
mysql-test-5.0.77-3.el5.ia64.rpm

ppc:
mysql-5.0.77-3.el5.ppc.rpm
mysql-5.0.77-3.el5.ppc64.rpm
mysql-bench-5.0.77-3.el5.ppc.rpm
mysql-debuginfo-5.0.77-3.el5.ppc.rpm
mysql-debuginfo-5.0.77-3.el5.ppc64.rpm
mysql-devel-5.0.77-3.el5.ppc.rpm
mysql-devel-5.0.77-3.el5.ppc64.rpm
mysql-server-5.0.77-3.el5.ppc.rpm
mysql-server-5.0.77-3.el5.ppc64.rpm
mysql-test-5.0.77-3.el5.ppc.rpm

s390x:
mysql-5.0.77-3.el5.s390.rpm
mysql-5.0.77-3.el5.s390x.rpm
mysql-bench-5.0.77-3.el5.s390x.rpm
mysql-debuginfo-5.0.77-3.el5.s390.rpm
mysql-debuginfo-5.0.77-3.el5.s390x.rpm
mysql-devel-5.0.77-3.el5.s390.rpm
mysql-devel-5.0.77-3.el5.s390x.rpm
mysql-server-5.0.77-3.el5.s390x.rpm
mysql-test-5.0.77-3.el5.s390x.rpm

x86_64:
mysql-5.0.77-3.el5.i386.rpm
mysql-5.0.77-3.el5.x86_64.rpm
mysql-bench-5.0.77-3.el5.x86_64.rpm
mysql-debuginfo-5.0.77-3.el5.i386.rpm
mysql-debuginfo-5.0.77-3.el5.x86_64.rpm
mysql-devel-5.0.77-3.el5.i386.rpm
mysql-devel-5.0.77-3.el5.x86_64.rpm
mysql-server-5.0.77-3.el5.x86_64.rpm
mysql-test-5.0.77-3.el5.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-2008-2079
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3963
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4456
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2446
http://www.redhat.com/security/updates/classification/#moderate
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Technical_Notes/mysql.html

8. Contact:

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

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

iD8DBQFKniUnXlSAg2UNWIIRAgHTAJ4nWXhZtNNdx7brfVOXYpCHYV41GACgj4Oc
wet7FvGJwfZ7S/QaKZqUIEE=
=2TRT
-----END PGP SIGNATURE-----


Bookmark and Share

« Cooler Master Elite 310 Review · RHSA-2009:1364-02 Low: gdm security and bug fix update »

Linux Compatible » News » September 2009 » RHSA-2009:1289-02 Moderate: mysql security and bug fix 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