Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 512
Alerts This Week
Warning Icon 1 512

Red Hat: RHSA-2018-1396-01 Low: Libvirt Update for Resource Exhaustion

red hat
Calendar Grey May 15, 2018
Scroller Redhat
Red Hat has issued a minor security notice for libvirt, outlining a vulnerability patch and a resource depletion concern.
An update for libvirt is now available for Red Hat Enterprise Linux 7

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

After installing the updated packages, libvirtd will be restarted automatically.

Summary

The libvirt library contains a C API for managing and interacting with the virtualization capabilities of Linux and other operating systems. In addition, libvirt provides tools for remote management of virtualized systems.
Security Fix(es):
* libvirt: Resource exhaustion via qemuMonitorIORead() method (CVE-2018-5748)
* libvirt: Incomplete fix for CVE-2018-5748 triggered by QEMU guest agent (CVE-2018-1064)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
The CVE-2018-1064 issue was discovered by Daniel P. Berrangé (Red Hat) and the CVE-2018-5748 issue was discovered by Daniel P. Berrange (Red Hat) and Peter Krempa (Red Hat).
Bug Fix(es):
* Previously, the check for a non-unique device boot order did not properly handle updates of existing devices when a new device was attached to a guest. Consequently, updating any device with a specified boot order failed. With this update, the duplicity check detects correctly handles updates and ignores the original device, which avoids reporting false conflicts. As a result, updating a device with a boot order succeeds. (BZ#1557922)
* In Red Hat Enterprise Linux 7.5, guests with SCSI passthrough enabled failed to boot because of changes in kernel CGroup detection. With this update, libvirt fetches dependencies and adds them to the device CGroup. As a result, and the affected guests now start as expected. (BZ#1564996)
* The VMX parser in libvirt did not parse more than four network interfaces. As a consequence, the esx driver did not expose more than four network interface cards (NICs) for guests running ESXi. With this update, the VMX parser parses all the available NICs in .vmx files. As a result, libvirt reports all the NICs of guests running ESXi. (BZ#1566524)
* Previously, user aliases for PTY devices that were longer than 32 characters were not supported. Consequently, if a domain included a PTY device with a user alias longer than 32 characters, the domain would not start. With this update, a static buffer was replaced with a dynamic buffer. As a result, the domain starts even if the length of the user alias for a PTY device is longer than 32 characters. (BZ#1566525)

References

https://access.redhat.com/security/cve/CVE-2018-1064 https://access.redhat.com/security/cve/CVE-2018-5748 https://access.redhat.com/security/updates/classification#low

Package List

Red Hat Enterprise Linux Client (v. 7):
Source: libvirt-3.9.0-14.el7_5.4.src.rpm
x86_64: libvirt-3.9.0-14.el7_5.4.x86_64.rpm libvirt-client-3.9.0-14.el7_5.4.i686.rpm libvirt-client-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-config-network-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-config-nwfilter-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-interface-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-lxc-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-network-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-nodedev-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-nwfilter-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-qemu-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-secret-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-core-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-disk-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-gluster-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-iscsi-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-logical-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-mpath-3.9.0-14.el7_5.4.x86_64.rpm libvirt-daemon-driver-storage-rbd-3.9.0-14.el7_5.4.x86_64.rpm

Read the Full Advisory


Severity
low
Lowest
Low
Medium
High
Critical

Advisory ID: RHSA-2018:1396-01
Product: Red Hat Enterprise Linux
Issue date: 2018-05-14

Topic

An update for libvirt is now available for Red Hat Enterprise Linux 7.Red Hat Product Security has rated this update as having a security impactof Low. A Common Vulnerability Scoring System (CVSS) base score, whichgives a detailed severity rating, is available for each vulnerability fromthe CVE link(s) in the References section.

Relevant Releases Architectures

Red Hat Enterprise Linux Client (v. 7) - x86_64

Red Hat Enterprise Linux Client Optional (v. 7) - x86_64

Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64

Red Hat Enterprise Linux ComputeNode Optional (v. 7) - x86_64

Red Hat Enterprise Linux Server (v. 7) - ppc64, ppc64le, s390x, x86_64

Red Hat Enterprise Linux Server Optional (v. 7) - ppc64, ppc64le, s390x, x86_64

Red Hat Enterprise Linux Workstation (v. 7) - x86_64

Red Hat Enterprise Linux Workstation Optional (v. 7) - x86_64

Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7) - ppc64le, s390x

Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7) - aarch64, ppc64le, s390x

Bugs Fixed

1528396 - CVE-2018-5748 libvirt: Resource exhaustion via qemuMonitorIORead() method

1550672 - CVE-2018-1064 libvirt: Incomplete fix for CVE-2018-5748 triggered by QEMU guest agent

1557922 - Cannot modify vNIC profile of running VM [rhel-7.5.z]

1564996 - Start VM with direct LUN attached with SCSI Pass-Through enabled fails on libvirtError [rhel-7.5.z]

1566524 - vmx parser cannot import more than 4 NICs [rhel-7.5.z]

1566525 - Hosted Engine VM (deployed in the past) fails to reboot with 'libvirtError: internal error: failed to format device alias for PTY retrieval' due to an error in console device in libvirt XML generated by the engine [rhel-7.5.z]

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.