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

Latest News
[ Windows | Linux | Apple ]

· OCZ Vertex 450 SSD Reviews and more
· Proxmox VE 3.0 released
· More Windows 8.1 features discovered in WinRT?
· New Colors Rumored for iPhone 5S and Lower-Cost iPhone, Dual LED Flash for iPhone 5S?
· NVIDIA GeForce 320.18 WHQL Drivers
· 20 Debian Updates
· OCZ Vertex 450 Series Solid State Drives announced
· NVIDIA GeForce GTX 780 Reviews Roundup
· Apple's 'iWatch' to come in late 2014 with focus on biometrics, analyst says
· Windows 8.1 laptops with AMDs new chips to support wireless display

Upcoming News
· Wine release 1.5.31
· NVIDIA GeForce Chips Comparison Table @ Hardware Secrets
· Resident Evil Revelations Video Review with Kaeyi Dream @ HardwareHeaven.com
· [security-announce] openSUSE-SU-2013:0825-1: important: MozillaFirefox: update to version 21.0
· [security-announce] SUSE-SU-2013:0819-2: critical: Security update for Linux kernel
· Fractal Design Node 605 Silent HTPC Case Review @ Legit Reviews
· SevenTeam X6 Power Bank Review (smartphones/tablets)
· Case Mod Friday: Smokey Green Giant @ ThinkComputers.org
· The Best Activity Trackers for Fitness @ TechReviewSource.com
· EagleTech ET-NP100K Neptor 10,000mAh External Battery Pack Review @ TestFreaks

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6488 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 711 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4598 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 786 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1171 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 » October 2011 » Xen security and bug fix update for RHEL 5

Xen security and bug fix update for RHEL 5

Posted by Philipp Esselbach on: 10/25/2011 11:26 AM [ Print | 0 comment(s) ]

Updated Xen packages are available for Red Hat Enterprise Linux 5




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

Synopsis: Moderate: xen security and bug fix update
Advisory ID: RHSA-2011:1401-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2011-1401.html
Issue date: 2011-10-24
CVE Names: CVE-2011-3346
=====================================================================

1. Summary:

Updated xen packages that fix one security issue and three bugs are now
available for Red Hat Enterprise Linux 5.

The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.

2. Relevant releases/architectures:

RHEL Desktop Multi OS (v. 5 client) - i386, x86_64
RHEL Virtualization (v. 5 server) - i386, ia64, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, x86_64
Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64

3. Description:

The xen packages contain administration tools and the xend service for
managing the kernel-xen kernel for virtualization on Red Hat Enterprise
Linux.

A buffer overflow flaw was found in the Xen hypervisor SCSI subsystem
emulation. An unprivileged, local guest user could provide a large number
of bytes that are used to zero out a fixed-sized buffer via a SAI READ
CAPACITY SCSI command, overwriting memory and causing the guest to crash.
(CVE-2011-3346)

This update also fixes the following bugs:

* Prior to this update, the vif-bridge script used a maximum transmission
unit (MTU) of 1500 for a new Virtual Interface (VIF). As a result, the MTU
of the VIF could differ from that of the target bridge. This update fixes
the VIF hot-plug script so that the default MTU for new VIFs will match
that of the target Xen hypervisor bridge. In combination with a new enough
kernel (RHSA-2011:1386), this enables the use of jumbo frames in Xen
hypervisor guests. (BZ#738608)

* Prior to this update, the network-bridge script set the MTU of the bridge
to 1500. As a result, the MTU of the Xen hypervisor bridge could differ
from that of the physical interface. This update fixes the network script
so the MTU of the bridge can be set higher than 1500, thus also providing
support for jumbo frames. Now, the MTU of the Xen hypervisor bridge will
match that of the physical interface. (BZ#738610)

* Red Hat Enterprise Linux 5.6 introduced an optimized migration handling
that speeds up the migration of guests with large memory. However, the new
migration procedure can theoretically cause data corruption. While no cases
were observed in practice, with this update, the xend daemon properly waits
for correct device release before the guest is started on a destination
machine, thus fixing this bug. (BZ#743850)

Note: Before a guest is using a new enough kernel (RHSA-2011:1386), the MTU
of the VIF will drop back to 1500 (if it was set higher) after migration.

All xen users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. After installing the
updated packages, the xend service must be restarted for this update to
take effect.

4. Solution:

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

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

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

736038 - CVE-2011-3346 qemu: local DoS with SCSI CD-ROM
738608 - vif (netback) should take its default MTU from the bridge
738610 - The network-bridge script does not set the MTU of the bridge to match the MTU of the physical interface

6. Package List:

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

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/xen-3.0.3-132.el5_7.2.src.rpm

i386:
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-libs-3.0.3-132.el5_7.2.i386.rpm

x86_64:
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.x86_64.rpm
xen-libs-3.0.3-132.el5_7.2.i386.rpm
xen-libs-3.0.3-132.el5_7.2.x86_64.rpm

RHEL Desktop Multi OS (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/xen-3.0.3-132.el5_7.2.src.rpm

i386:
xen-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-devel-3.0.3-132.el5_7.2.i386.rpm

x86_64:
xen-3.0.3-132.el5_7.2.x86_64.rpm
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.x86_64.rpm
xen-devel-3.0.3-132.el5_7.2.i386.rpm
xen-devel-3.0.3-132.el5_7.2.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/xen-3.0.3-132.el5_7.2.src.rpm

i386:
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-libs-3.0.3-132.el5_7.2.i386.rpm

ia64:
xen-debuginfo-3.0.3-132.el5_7.2.ia64.rpm
xen-libs-3.0.3-132.el5_7.2.ia64.rpm

x86_64:
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.x86_64.rpm
xen-libs-3.0.3-132.el5_7.2.i386.rpm
xen-libs-3.0.3-132.el5_7.2.x86_64.rpm

RHEL Virtualization (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/xen-3.0.3-132.el5_7.2.src.rpm

i386:
xen-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-devel-3.0.3-132.el5_7.2.i386.rpm

ia64:
xen-3.0.3-132.el5_7.2.ia64.rpm
xen-debuginfo-3.0.3-132.el5_7.2.ia64.rpm
xen-devel-3.0.3-132.el5_7.2.ia64.rpm

x86_64:
xen-3.0.3-132.el5_7.2.x86_64.rpm
xen-debuginfo-3.0.3-132.el5_7.2.i386.rpm
xen-debuginfo-3.0.3-132.el5_7.2.x86_64.rpm
xen-devel-3.0.3-132.el5_7.2.i386.rpm
xen-devel-3.0.3-132.el5_7.2.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://access.redhat.com/security/team/key/#package

7. References:

https://www.redhat.com/security/data/cve/CVE-2011-3346.html
https://access.redhat.com/security/updates/classification/#moderate
https://rhn.redhat.com/errata/RHSA-2011-1386.html

8. Contact:

The Red Hat security contact is . More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2011 Red Hat, Inc.


Bookmark and Share

« Freetype/libfcgi-perl/pam Security Updates for Debian · Xen/pdksh Security Update for CentOS »

Linux Compatible » News » October 2011 » Xen security and bug fix update for RHEL 5
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition