Linux Compatible

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

Advertisement


Latest News

[ Windows | Linux | Apple ]

· Linux Mint Debian Edition Released
· iPod Shuffle 4th Generation Teardown
· New version of Windows Storage Server due by the end of September
· Ubuntu 10.10 beta review
· Budget Sub-$150 Solid State Drive Round-up
· 7-Zip 9.16 Beta released
· CompatDB Updates 09/08/10
· Tech Report back-to-school 2010 system guide
· Firefox 4.0 Beta 5 released
· New typo3-src packages for Debian

Upcoming News

· Memonex Race R310 16GB Flash Drive Review @ OCC
· TRENDnet TEW-691GR 450Mbps WiFi-N Router @ Benchmark Reviews
· Cooler Master HAF 912 Review @ OCC
· Corsair H70 Self-Contained Liquid CPU Cooler @ Techgage.com
· Fedora Weekly News 242
· REVIEW: PNY GTX 460 XLR8 1GB @ PureOverclock
· Seagate FreeAgent Go 500Gb Portable Hard Drive @ TestFreaks
· ANNOUNCE: GENIUS 1.0.10 the "Back in Cali" release
· Meld 1.3.3 released
· DeepCool Gamer Storm Heatsink Review

Linux Compatibility

· Acer Aspire Timelinex 5820tg
· Notebook GX620
· IBM Thinkpad R50e
· BricsCAD for Linux
· Sil 3512 - Silicon Image Serial ATA (SATA) controller
· AverMedia AVerTV Volar Black HD (A850)
· SyncMaster B1930 monitor
· ATI Radeon 9600 Pro
· Compaq Presario CQ40
· Aspire 5741

New Forum Topics

· Ballistics..........
by: danleff
on: 2010-09-06 06:49
1 replies, 218 views

· Warhammer 40k Chaos Gate on XP - help?
by: Nateski
on: 2010-09-03 14:13
113 replies, 96482 views

· Need for Speed II: SE problem with Windows XP
by: nullphobiamaddy
on: 2010-08-31 18:46
5 replies, 20647 views

· mouse stops working once windows xp loads...help
by: cole1434
on: 2010-08-30 05:28
6 replies, 1302 views

· Dungeon Keeper 2 on vista
by: littlecengiz
on: 2010-08-26 08:47
1 replies, 1218 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

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 » December 2009 » RHSA-2009:1659-01 Moderate: kvm security and bug fix update

RHSA-2009:1659-01 Moderate: kvm security and bug fix update

Posted by: Bob on: 12/09/2009 06:45 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: kvm security and bug fix update
Advisory ID: RHSA-2009:1659-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1659.html
Issue date: 2009-12-09
CVE Names: CVE-2009-4031
=====================================================================

1. Summary:

Updated kvm packages that fix one security issue 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:

RHEL Desktop Multi OS (v. 5 client) - x86_64
RHEL Virtualization (v. 5 server) - x86_64

3. Description:

KVM (Kernel-based Virtual Machine) is a full virtualization solution for
Linux on AMD64 and Intel 64 systems. KVM is a Linux kernel module built for
the standard Red Hat Enterprise Linux kernel.

On x86 platforms, the do_insn_fetch() function did not limit the amount of
instruction bytes fetched per instruction. Users in guest operating systems
could leverage this flaw to cause large latencies on SMP hosts that could
lead to a local denial of service on the host operating system. This
update fixes this issue by imposing the architecturally-defined 15 byte
length limit for instructions. (CVE-2009-4031)

This update also fixes the following bugs:

* performance problems occurred when using the qcow2 image format with the
qemu-kvm -drive "cache=none" option (the default setting when not specified
otherwise). This could cause guest operating system installations to take
hours. With this update, performance patches have been backported so that
using the qcow2 image format with the "cache=none" option no longer causes
performance issues. (BZ#520693)

* when using the virtual vm8086 mode, bugs in the emulated hardware task
switching implementation may have, in some situations, caused older guest
operating systems to malfunction. (BZ#532031)

* Windows Server 2003 guests (32-bit) with more than 4GB of memory may have
crashed during reboot when using the default qemu-kvm CPU settings.
(BZ#532043)

* with Red Hat Enterprise Virtualization, guests continued to run after
encountering disk read errors. This could have led to their file systems
becoming corrupted (but not the host's), notably in environments that use
networked storage. With this update, the qemu-kvm -drive "werror=stop"
option now applies not only to write errors but also to read errors: When
using this option, guests will pause on disk read and write errors.

By default, guests managed by Red Hat Enterprise Virtualization use the
"werror=stop" option. This option is not used by default for guests managed
by libvirt. (BZ#537334, BZ#540406)

* the para-virtualized block driver (virtio-blk) silently ignored read
errors when accessing disk images. With this update, the driver correctly
signals the read error to the guest. (BZ#537334)

All KVM users should upgrade to these updated packages, which contain
backported patches to resolve these issues. Note: The procedure in the
Solution section must be performed before this update will take effect.

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

The following procedure must be performed before this update will take
effect:

1) Stop all KVM guest virtual machines.

2) Either reboot the hypervisor machine or, as the root user, remove (using
"modprobe -r [module]") and reload (using "modprobe [module]") all of the
following modules which are currently running (determined using "lsmod"):
kvm, ksm, kvm-intel or kvm-amd.

3) Restart the KVM guest virtual machines.

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

532031 - KVM does not implement proper support for hardware task linking when using vm8086 mode
532043 - qemu aborted when restart 32bitwin23k with more than 4G mem in intel host.
537334 - O/S Filesystem Corruption with RHEL-5.4 on a RHEV Guest
540406 - RHEL5.4 VM image corruption with an IDE v-disk
541160 - CVE-2009-4031 kernel: KVM: x86 emulator: limit instructions to 15 bytes

6. Package List:

RHEL Desktop Multi OS (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/kvm-83-105.el5_4.13.src.rpm

x86_64:
kmod-kvm-83-105.el5_4.13.x86_64.rpm
kvm-83-105.el5_4.13.x86_64.rpm
kvm-debuginfo-83-105.el5_4.13.x86_64.rpm
kvm-qemu-img-83-105.el5_4.13.x86_64.rpm
kvm-tools-83-105.el5_4.13.x86_64.rpm

RHEL Virtualization (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/kvm-83-105.el5_4.13.src.rpm

x86_64:
kmod-kvm-83-105.el5_4.13.x86_64.rpm
kvm-83-105.el5_4.13.x86_64.rpm
kvm-debuginfo-83-105.el5_4.13.x86_64.rpm
kvm-qemu-img-83-105.el5_4.13.x86_64.rpm
kvm-tools-83-105.el5_4.13.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-2009-4031
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 2009 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFLH9EXXlSAg2UNWIIRAv8oAJ9Q0eSSPCDZPXVjH6R4lwDjJGM/NwCfe126
QRjKPSU1gAQ8mEBAN03qm70=
=Y+Un
-----END PGP SIGNATURE-----


Bookmark and Share

« USN-868-1: GRUB 2 vulnerability · RHSA-2009:1658-01 Critical: flash-plugin security update »

Linux Compatible » News » December 2009 » RHSA-2009:1659-01 Moderate: kvm security and bug fix update
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2010 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition