rhsa-2010_0088
Vulnerability from csaf_redhat
Published
2010-02-09 10:01
Modified
2024-11-05 17:13
Summary
Red Hat Security Advisory: kvm security and bug fix update
Notes
Topic
Updated kvm packages that fix multiple security issues and several bugs are
now available for Red Hat Enterprise Linux 5.
This update has been rated as having important security impact by the Red
Hat Security Response Team.
Details
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.
The x86 emulator implementation was missing a check for the Current
Privilege Level (CPL) and I/O Privilege Level (IOPL). A user in a guest
could leverage these flaws to cause a denial of service (guest crash) or
possibly escalate their privileges within that guest. (CVE-2010-0298,
CVE-2010-0306)
A flaw was found in the Programmable Interval Timer (PIT) emulation. Access
to the internal data structure pit_state, which represents the data state
of the emulated PIT, was not properly validated in the pit_ioport_read()
function. A privileged guest user could use this flaw to crash the host.
(CVE-2010-0309)
A flaw was found in the USB passthrough handling code. A specially-crafted
USB packet sent from inside a guest could be used to trigger a buffer
overflow in the usb_host_handle_control() function, which runs under the
QEMU-KVM context on the host. A user in a guest could leverage this flaw to
cause a denial of service (guest hang or crash) or possibly escalate their
privileges within the host. (CVE-2010-0297)
This update also fixes the following bugs:
* pvclock MSR values were not preserved during remote migration, causing
time drift for guests. (BZ#537028)
* SMBIOS table 4 data is now generated for Windows guests. (BZ#545874)
* if the qemu-kvm "-net user" option was used, unattended Windows XP
installations did not receive an IP address after reboot. (BZ#546562)
* when being restored from migration, a race condition caused Windows
Server 2008 R2 guests to hang during shutdown. (BZ#546563)
* the kernel symbol checking on the kvm-kmod build process has a safety
check for ABI changes. (BZ#547293)
* on hosts without high-res timers, Windows Server 2003 guests experienced
significant time drift. (BZ#547625)
* in some situations, installing Windows Server 2008 R2 from an ISO image
resulted in a blue screen "BAD_POOL_HEADER" stop error. (BZ#548368)
* a bug in the grow_refcount_table() error handling caused infinite
recursion in some cases. This caused the qemu-kvm process to hang and
eventually crash. (BZ#552159)
* for Windows Server 2003 R2, Service Pack 2, 32-bit guests, an "unhandled
vm exit" error could occur during reboot on some systems. (BZ#552518)
* for Windows guests, QEMU could attempt to stop a stopped audio device,
resulting in a "snd_playback_stop: ASSERT playback_channel->base.active
failed" error. (BZ#552519)
* the Hypercall driver did not reset the device on power-down. (BZ#552528)
* mechanisms have been added to make older savevm versions to be emitted in
some cases. (BZ#552529)
* an error in the Makefile prevented users from using the source RPM to
install KVM. (BZ#552530)
* guests became unresponsive and could use up to 100% CPU when running
certain benchmark tests with more than 7 guests running simultaneously.
(BZ#553249)
* QEMU could terminate randomly with virtio-net and SMP enabled.
(BZ#561022)
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.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated kvm packages that fix multiple security issues and several bugs are\nnow available for Red Hat Enterprise Linux 5.\n\nThis update has been rated as having important security impact by the Red\nHat Security Response Team.", "title": "Topic" }, { "category": "general", "text": "KVM (Kernel-based Virtual Machine) is a full virtualization solution for\nLinux on AMD64 and Intel 64 systems. KVM is a Linux kernel module built for\nthe standard Red Hat Enterprise Linux kernel.\n\nThe x86 emulator implementation was missing a check for the Current\nPrivilege Level (CPL) and I/O Privilege Level (IOPL). A user in a guest\ncould leverage these flaws to cause a denial of service (guest crash) or\npossibly escalate their privileges within that guest. (CVE-2010-0298,\nCVE-2010-0306)\n\nA flaw was found in the Programmable Interval Timer (PIT) emulation. Access\nto the internal data structure pit_state, which represents the data state\nof the emulated PIT, was not properly validated in the pit_ioport_read()\nfunction. A privileged guest user could use this flaw to crash the host.\n(CVE-2010-0309)\n\nA flaw was found in the USB passthrough handling code. A specially-crafted\nUSB packet sent from inside a guest could be used to trigger a buffer\noverflow in the usb_host_handle_control() function, which runs under the\nQEMU-KVM context on the host. A user in a guest could leverage this flaw to\ncause a denial of service (guest hang or crash) or possibly escalate their\nprivileges within the host. (CVE-2010-0297)\n\nThis update also fixes the following bugs: \n\n* pvclock MSR values were not preserved during remote migration, causing\ntime drift for guests. (BZ#537028)\n\n* SMBIOS table 4 data is now generated for Windows guests. (BZ#545874)\n\n* if the qemu-kvm \"-net user\" option was used, unattended Windows XP\ninstallations did not receive an IP address after reboot. (BZ#546562)\n\n* when being restored from migration, a race condition caused Windows\nServer 2008 R2 guests to hang during shutdown. (BZ#546563)\n\n* the kernel symbol checking on the kvm-kmod build process has a safety\ncheck for ABI changes. (BZ#547293)\n\n* on hosts without high-res timers, Windows Server 2003 guests experienced\nsignificant time drift. (BZ#547625)\n\n* in some situations, installing Windows Server 2008 R2 from an ISO image\nresulted in a blue screen \"BAD_POOL_HEADER\" stop error. (BZ#548368)\n\n* a bug in the grow_refcount_table() error handling caused infinite\nrecursion in some cases. This caused the qemu-kvm process to hang and\neventually crash. (BZ#552159)\n\n* for Windows Server 2003 R2, Service Pack 2, 32-bit guests, an \"unhandled\nvm exit\" error could occur during reboot on some systems. (BZ#552518)\n\n* for Windows guests, QEMU could attempt to stop a stopped audio device,\nresulting in a \"snd_playback_stop: ASSERT playback_channel-\u003ebase.active\nfailed\" error. (BZ#552519)\n\n* the Hypercall driver did not reset the device on power-down. (BZ#552528)\n\n* mechanisms have been added to make older savevm versions to be emitted in\nsome cases. (BZ#552529)\n\n* an error in the Makefile prevented users from using the source RPM to\ninstall KVM. (BZ#552530)\n\n* guests became unresponsive and could use up to 100% CPU when running\ncertain benchmark tests with more than 7 guests running simultaneously.\n(BZ#553249)\n\n* QEMU could terminate randomly with virtio-net and SMP enabled.\n(BZ#561022)\n\nAll KVM users should upgrade to these updated packages, which contain\nbackported patches to resolve these issues. Note: The procedure in the\nSolution section must be performed before this update will take effect.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2010:0088", "url": "https://access.redhat.com/errata/RHSA-2010:0088" }, { "category": "external", "summary": "http://www.redhat.com/security/updates/classification/#important", "url": "http://www.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "537028", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=537028" }, { "category": "external", "summary": "545874", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=545874" }, { "category": "external", "summary": "546562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=546562" }, { "category": "external", "summary": "546563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=546563" }, { "category": "external", "summary": "547293", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=547293" }, { "category": "external", "summary": "547625", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=547625" }, { "category": "external", "summary": "548368", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=548368" }, { "category": "external", "summary": "552159", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552159" }, { "category": "external", "summary": "552518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552518" }, { "category": "external", "summary": "552519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552519" }, { "category": "external", "summary": "552528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552528" }, { "category": "external", "summary": "552529", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552529" }, { "category": "external", "summary": "552530", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=552530" }, { "category": "external", "summary": "553249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=553249" }, { "category": "external", "summary": "557025", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=557025" }, { "category": "external", "summary": "559091", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=559091" }, { "category": "external", "summary": "560654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=560654" }, { "category": "external", "summary": "560887", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=560887" }, { "category": "external", "summary": "561022", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=561022" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2010/rhsa-2010_0088.json" } ], "title": "Red Hat Security Advisory: kvm security and bug fix update", "tracking": { "current_release_date": "2024-11-05T17:13:37+00:00", "generator": { "date": "2024-11-05T17:13:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2010:0088", "initial_release_date": "2010-02-09T10:01:00+00:00", "revision_history": [ { "date": "2010-02-09T10:01:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2010-02-09T05:01:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T17:13:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_virtualization:5::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Virtualization (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_virtualization:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kmod-kvm-0:83-105.el5_4.22.x86_64", "product": { "name": "kmod-kvm-0:83-105.el5_4.22.x86_64", "product_id": "kmod-kvm-0:83-105.el5_4.22.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kmod-kvm@83-105.el5_4.22?arch=x86_64" } } }, { "category": "product_version", "name": "kvm-0:83-105.el5_4.22.x86_64", "product": { "name": "kvm-0:83-105.el5_4.22.x86_64", "product_id": "kvm-0:83-105.el5_4.22.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kvm@83-105.el5_4.22?arch=x86_64" } } }, { "category": "product_version", "name": "kvm-qemu-img-0:83-105.el5_4.22.x86_64", "product": { "name": "kvm-qemu-img-0:83-105.el5_4.22.x86_64", "product_id": "kvm-qemu-img-0:83-105.el5_4.22.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kvm-qemu-img@83-105.el5_4.22?arch=x86_64" } } }, { "category": "product_version", "name": "kvm-tools-0:83-105.el5_4.22.x86_64", "product": { "name": "kvm-tools-0:83-105.el5_4.22.x86_64", "product_id": "kvm-tools-0:83-105.el5_4.22.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kvm-tools@83-105.el5_4.22?arch=x86_64" } } }, { "category": "product_version", "name": "kvm-debuginfo-0:83-105.el5_4.22.x86_64", "product": { "name": "kvm-debuginfo-0:83-105.el5_4.22.x86_64", "product_id": "kvm-debuginfo-0:83-105.el5_4.22.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kvm-debuginfo@83-105.el5_4.22?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kvm-0:83-105.el5_4.22.src", "product": { "name": "kvm-0:83-105.el5_4.22.src", "product_id": "kvm-0:83-105.el5_4.22.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kvm@83-105.el5_4.22?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kmod-kvm-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64" }, "product_reference": "kmod-kvm-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-0:83-105.el5_4.22.src as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kvm-0:83-105.el5_4.22.src" }, "product_reference": "kvm-0:83-105.el5_4.22.src", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kvm-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-debuginfo-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-debuginfo-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-qemu-img-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-qemu-img-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-tools-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Desktop Multi OS (v. 5 client)", "product_id": "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-tools-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Client-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kmod-kvm-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64" }, "product_reference": "kmod-kvm-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Server-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-0:83-105.el5_4.22.src as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kvm-0:83-105.el5_4.22.src" }, "product_reference": "kvm-0:83-105.el5_4.22.src", "relates_to_product_reference": "5Server-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kvm-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Server-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-debuginfo-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-debuginfo-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Server-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-qemu-img-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-qemu-img-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Server-VT" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-tools-0:83-105.el5_4.22.x86_64 as a component of Red Hat Enterprise Linux Virtualization (v. 5 server)", "product_id": "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" }, "product_reference": "kvm-tools-0:83-105.el5_4.22.x86_64", "relates_to_product_reference": "5Server-VT" } ] }, "vulnerabilities": [ { "cve": "CVE-2010-0297", "discovery_date": "2010-01-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "557025" } ], "notes": [ { "category": "description", "text": "Buffer overflow in the usb_host_handle_control function in the USB passthrough handling implementation in usb-linux.c in QEMU before 0.11.1 allows guest OS users to cause a denial of service (guest OS crash or hang) or possibly execute arbitrary code on the host OS via a crafted USB packet.", "title": "Vulnerability description" }, { "category": "summary", "text": "kvm-userspace-rhel5: usb-linux.c: fix buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-0297" }, { "category": "external", "summary": "RHBZ#557025", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=557025" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-0297", "url": "https://www.cve.org/CVERecord?id=CVE-2010-0297" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-0297", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-0297" } ], "release_date": "2009-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2010-02-09T10:01:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/docs/DOC-11259\n\nThe following procedure must be performed before this update will take\neffect:\n\n1) Stop all KVM guest virtual machines.\n\n2) Either reboot the hypervisor machine or, as the root user, remove (using\n\"modprobe -r [module]\") and reload (using \"modprobe [module]\") all of the\nfollowing modules which are currently running (determined using \"lsmod\"):\nkvm, ksm, kvm-intel or kvm-amd.\n\n3) Restart the KVM guest virtual machines.", "product_ids": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2010:0088" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "SINGLE", "availabilityImpact": "COMPLETE", "baseScore": 6.0, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:S/C:C/I:C/A:C", "version": "2.0" }, "products": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kvm-userspace-rhel5: usb-linux.c: fix buffer overflow" }, { "cve": "CVE-2010-0298", "discovery_date": "2010-01-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "559091" } ], "notes": [ { "category": "description", "text": "The x86 emulator in KVM 83 does not use the Current Privilege Level (CPL) and I/O Privilege Level (IOPL) in determining the memory access available to CPL3 code, which allows guest OS users to cause a denial of service (guest OS crash) or gain privileges on the guest OS by leveraging access to a (1) IO port or (2) MMIO region, a related issue to CVE-2010-0306.", "title": "Vulnerability description" }, { "category": "summary", "text": "kvm: emulator privilege escalation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-0298" }, { "category": "external", "summary": "RHBZ#559091", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=559091" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-0298", "url": "https://www.cve.org/CVERecord?id=CVE-2010-0298" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-0298", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-0298" } ], "release_date": "2010-02-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2010-02-09T10:01:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/docs/DOC-11259\n\nThe following procedure must be performed before this update will take\neffect:\n\n1) Stop all KVM guest virtual machines.\n\n2) Either reboot the hypervisor machine or, as the root user, remove (using\n\"modprobe -r [module]\") and reload (using \"modprobe [module]\") all of the\nfollowing modules which are currently running (determined using \"lsmod\"):\nkvm, ksm, kvm-intel or kvm-amd.\n\n3) Restart the KVM guest virtual machines.", "product_ids": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2010:0088" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kvm: emulator privilege escalation" }, { "cve": "CVE-2010-0306", "discovery_date": "2010-02-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "560654" } ], "notes": [ { "category": "description", "text": "The x86 emulator in KVM 83, when a guest is configured for Symmetric Multiprocessing (SMP), does not use the Current Privilege Level (CPL) and I/O Privilege Level (IOPL) to restrict instruction execution, which allows guest OS users to cause a denial of service (guest OS crash) or gain privileges on the guest OS by leveraging access to a (1) IO port or (2) MMIO region, and replacing an instruction in between emulator entry and instruction fetch, a related issue to CVE-2010-0298.", "title": "Vulnerability description" }, { "category": "summary", "text": "kvm: emulator privilege escalation IOPL/CPL level check", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-0306" }, { "category": "external", "summary": "RHBZ#560654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=560654" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-0306", "url": "https://www.cve.org/CVERecord?id=CVE-2010-0306" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-0306", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-0306" } ], "release_date": "2010-02-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2010-02-09T10:01:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/docs/DOC-11259\n\nThe following procedure must be performed before this update will take\neffect:\n\n1) Stop all KVM guest virtual machines.\n\n2) Either reboot the hypervisor machine or, as the root user, remove (using\n\"modprobe -r [module]\") and reload (using \"modprobe [module]\") all of the\nfollowing modules which are currently running (determined using \"lsmod\"):\nkvm, ksm, kvm-intel or kvm-amd.\n\n3) Restart the KVM guest virtual machines.", "product_ids": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2010:0088" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kvm: emulator privilege escalation IOPL/CPL level check" }, { "cve": "CVE-2010-0309", "discovery_date": "2010-02-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "560887" } ], "notes": [ { "category": "description", "text": "The pit_ioport_read function in the Programmable Interval Timer (PIT) emulation in i8254.c in KVM 83 does not properly use the pit_state data structure, which allows guest OS users to cause a denial of service (host OS crash or hang) by attempting to read the /dev/port file.", "title": "Vulnerability description" }, { "category": "summary", "text": "kvm: cat /dev/port in guest cause the host hang", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-0309" }, { "category": "external", "summary": "RHBZ#560887", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=560887" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-0309", "url": "https://www.cve.org/CVERecord?id=CVE-2010-0309" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-0309", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-0309" } ], "release_date": "2010-01-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2010-02-09T10:01:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/docs/DOC-11259\n\nThe following procedure must be performed before this update will take\neffect:\n\n1) Stop all KVM guest virtual machines.\n\n2) Either reboot the hypervisor machine or, as the root user, remove (using\n\"modprobe -r [module]\") and reload (using \"modprobe [module]\") all of the\nfollowing modules which are currently running (determined using \"lsmod\"):\nkvm, ksm, kvm-intel or kvm-amd.\n\n3) Restart the KVM guest virtual machines.", "product_ids": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2010:0088" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "products": [ "5Client-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-0:83-105.el5_4.22.src", "5Client-VT:kvm-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Client-VT:kvm-tools-0:83-105.el5_4.22.x86_64", "5Server-VT:kmod-kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-0:83-105.el5_4.22.src", "5Server-VT:kvm-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-debuginfo-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-qemu-img-0:83-105.el5_4.22.x86_64", "5Server-VT:kvm-tools-0:83-105.el5_4.22.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kvm: cat /dev/port in guest cause the host hang" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.