Vulnerabilities > CVE-2019-10168 - Path Traversal vulnerability in Redhat products

047910
CVSS 4.6 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
local
low complexity
redhat
CWE-22
nessus

Summary

The virConnectBaselineHypervisorCPU() and virConnectCompareHypervisorCPU() libvirt APIs, 4.x.x before 4.10.1 and 5.x.x before 5.4.1, accept an "emulator" argument to specify the program providing emulation for a domain. Since v1.2.19, libvirt will execute that program to probe the domain's capabilities. Read-only clients could specify an arbitrary path for this argument, causing libvirtd to execute a crafted executable with its own privileges.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Relative Path Traversal
    An attacker exploits a weakness in input validation on the target by supplying a specially constructed path utilizing dot and slash characters for the purpose of obtaining access to arbitrary files or resources. An attacker modifies a known path on the target in order to reach material that is not available through intended channels. These attacks normally involve adding additional path separators (/ or \) and/or dots (.), or encodings thereof, in various combinations in order to reach parent directories or entirely separate trees of the target's directory structure.
  • Directory Traversal
    An attacker with access to file system resources, either directly or via application logic, will use various file path specification or navigation mechanisms such as ".." in path strings and absolute paths to extend their range of access to inappropriate areas of the file system. The attacker attempts to either explore the file system for recon purposes or access directories and files that are intended to be restricted from their access. Exploring the file system can be achieved through constructing paths presented to directory listing programs, such as "ls" and 'dir', or through specially crafted programs that attempt to explore the file system. The attacker engaging in this type of activity is searching for information that can be used later in a more exploitive attack. Access to restricted directories or files can be achieved through modification of path references utilized by system applications.
  • File System Function Injection, Content Based
    An attack of this type exploits the host's trust in executing remote content including binary files. The files are poisoned with a malicious payload (targeting the file systems accessible by the target software) by the attacker and may be passed through standard channels such as via email, and standard web content like PDF and multimedia files. The attacker exploits known vulnerabilities or handling routines in the target processes. Vulnerabilities of this type have been found in a wide variety of commercial applications from Microsoft Office to Adobe Acrobat and Apple Safari web browser. When the attacker knows the standard handling routines and can identify vulnerabilities and entry points they can be exploited by otherwise seemingly normal content. Once the attack is executed, the attackers' program can access relative directories such as C:\Program Files or other standard system directories to launch further attacks. In a worst case scenario, these programs are combined with other propagation logic and work as a virus.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic
    This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL. An URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Nessus

  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-4047-1.NASL
    descriptionMatthias Gerstner and Jan Tomko discovered that libvirt incorrectly handled certain API calls. An attacker could possibly use this issue to check for arbitrary files, or execute arbitrary binaries. In the default installation, attackers would be isolated by the libvirt AppArmor profile. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id126563
    published2019-07-09
    reporterUbuntu Security Notice (C) 2019-2020 Canonical, Inc. / NASL script (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126563
    titleUbuntu 16.04 LTS / 18.04 LTS / 18.10 / 19.04 : libvirt vulnerabilities (USN-4047-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-4047-1. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(126563);
      script_version("1.4");
      script_cvs_date("Date: 2020/01/08");
    
      script_cve_id("CVE-2019-10161", "CVE-2019-10166", "CVE-2019-10167", "CVE-2019-10168");
      script_xref(name:"USN", value:"4047-1");
    
      script_name(english:"Ubuntu 16.04 LTS / 18.04 LTS / 18.10 / 19.04 : libvirt vulnerabilities (USN-4047-1)");
      script_summary(english:"Checks dpkg output for updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Ubuntu host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Matthias Gerstner and Jan Tomko discovered that libvirt incorrectly
    handled certain API calls. An attacker could possibly use this issue
    to check for arbitrary files, or execute arbitrary binaries. In the
    default installation, attackers would be isolated by the libvirt
    AppArmor profile.
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Ubuntu security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/4047-1/"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libvirt-bin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libvirt-clients");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libvirt-daemon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libvirt0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:16.04");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:18.04:-:lts");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:18.10");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:19.04");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/30");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/07/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/07/09");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2019-2020 Canonical, Inc. / NASL script (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(16\.04|18\.04|18\.10|19\.04)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 16.04 / 18.04 / 18.10 / 19.04", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"16.04", pkgname:"libvirt-bin", pkgver:"1.3.1-1ubuntu10.27")) flag++;
    if (ubuntu_check(osver:"16.04", pkgname:"libvirt0", pkgver:"1.3.1-1ubuntu10.27")) flag++;
    if (ubuntu_check(osver:"18.04", pkgname:"libvirt-clients", pkgver:"4.0.0-1ubuntu8.12")) flag++;
    if (ubuntu_check(osver:"18.04", pkgname:"libvirt-daemon", pkgver:"4.0.0-1ubuntu8.12")) flag++;
    if (ubuntu_check(osver:"18.04", pkgname:"libvirt0", pkgver:"4.0.0-1ubuntu8.12")) flag++;
    if (ubuntu_check(osver:"18.10", pkgname:"libvirt-clients", pkgver:"4.6.0-2ubuntu3.8")) flag++;
    if (ubuntu_check(osver:"18.10", pkgname:"libvirt-daemon", pkgver:"4.6.0-2ubuntu3.8")) flag++;
    if (ubuntu_check(osver:"18.10", pkgname:"libvirt0", pkgver:"4.6.0-2ubuntu3.8")) flag++;
    if (ubuntu_check(osver:"19.04", pkgname:"libvirt-clients", pkgver:"5.0.0-1ubuntu2.4")) flag++;
    if (ubuntu_check(osver:"19.04", pkgname:"libvirt-daemon", pkgver:"5.0.0-1ubuntu2.4")) flag++;
    if (ubuntu_check(osver:"19.04", pkgname:"libvirt0", pkgver:"5.0.0-1ubuntu2.4")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libvirt-bin / libvirt-clients / libvirt-daemon / libvirt0");
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2019-4714.NASL
    descriptionDescription of changes: [5.0.0-9.el7] - qemu: remove cpuhostmask and cpuguestmask from virCaps structure (Wim ten Have) [Orabug: 29956508] [5.0.0-8.el7] - api: disallow virDomainSaveImageGetXMLDesc on read-only connections (J&aacute n Tomko) [Orabug: 29955742] {CVE-2019-10161} - domain: Define explicit flags for saved image xml (Eric Blake) [Orabug: 29955742] - api: disallow virDomainManagedSaveDefineXML on read-only connections (J&aacute n Tomko) [Orabug: 29955742] {CVE-2019-10166} - api: disallow virConnectGetDomainCapabilities on read-only connections (J&aacute n Tomko) [Orabug: 29955742] {CVE-2019-10167} - api: disallow virConnect*HypervisorCPU on read-only connections (J&aacute n Tomko) [Orabug: 29955742] {CVE-2019-10168} [5.0.0-7.el7] - cpu_map: Define md-clear CPUID bit (Jiri Denemark) [Orabug: 29874181] {CVE-2018-12126} {CVE-2018-12127} {CVE-2018-12130} {CVE-2019-11091} [5.0.0-6.el7] - qemu: Driver change adding private lock to auto-tune hugepages (Wim ten Have) [Orabug: 29809943] [5.0.0-5.el7] - qemu: disable setmem change requests for vNUMA targets (Wim ten Have) [Orabug: 29797366] - domain: Disable memballoon memory configuration support for vNUMA guests (Wim ten Have) [Orabug: 29797366] - qemu: Driver change to target for vNUMA setmaxmem change request (Wim ten Have) [Orabug: 29749852] - domain: Add domain memory config support for vNUMA guests (Wim ten Have) [Orabug: 29749852] - logging: restrict sockets to mode 0600 (Daniel P. Berrang&eacute ) [Orabug: 29861433] {CVE-2019-10132} - locking: restrict sockets to mode 0600 (Daniel P. Berrang&eacute ) [Orabug: 29861433] {CVE-2019-10132} - admin: reject clients unless their UID matches the current UID (Daniel P. Berrang&eacute ) [Orabug: 29861433] {CVE-2019-10132}
    last seen2020-06-01
    modified2020-06-02
    plugin id126674
    published2019-07-15
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126674
    titleOracle Linux 7 : libvirt (ELSA-2019-4714) (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)
  • NASL familyAmazon Linux Local Security Checks
    NASL idAL2_ALAS-2019-1274.NASL
    descriptionUncacheable memory on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. (CVE-2019-11091) Modern Intel microprocessors implement hardware-level micro-optimizations to improve the performance of writing data back to CPU caches. The write operation is split into STA (STore Address) and STD (STore Data) sub-operations. These sub-operations allow the processor to hand-off address generation logic into these sub-operations for optimized writes. Both of these sub-operations write to a shared distributed processor structure called the
    last seen2020-06-01
    modified2020-06-02
    plugin id128288
    published2019-08-28
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128288
    titleAmazon Linux 2 : libvirt (ALAS-2019-1274) (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1643-1.NASL
    descriptionThis update for libvirt fixes the following issues : Security issues fixed : CVE-2019-10161: Fixed virDomainSaveImageGetXMLDesc API which could accept a path parameter pointing anywhere on the system and potentially leading to execution of a malicious file with root privileges by libvirtd (bsc#1138301). CVE-2019-10166: Fixed an issue with virDomainManagedSaveDefineXML which could have been used to alter the domain
    last seen2020-06-01
    modified2020-06-02
    plugin id126166
    published2019-06-24
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126166
    titleSUSE SLED15 / SLES15 Security Update : libvirt (SUSE-SU-2019:1643-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-9210998AAA.NASL
    description - CVE-2019-10161: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (bz #1722463, bz #1720115) - CVE-2019-10166: virDomainManagedSaveDefineXML API exposed to readonly clients (bz #1722462, bz #1720114) - CVE-2019-10167: arbitrary command execution via virConnectGetDomainCapabilities API (bz #1722464, bz #1720117) - CVE-2019-10168: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (bz #1722466, bz #1720118) - CVE-2019-3886: virsh domhostname command discloses guest hostname in readonly mode [fedora-rawhide - Failed to attache NEW rbd device to guest (bz #1672620) - PCI hostdev interface segfault (bz #1692053) ---- Fix systemd socket permissions (CVE-2019-10132) The virtlockd-admin.socket, virtlogd-admin.sock, virtlockd.socket & virtlogd.socket units must be restarted, if currently running. This can be done with a host reboot or systemctl commands. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id126531
    published2019-07-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126531
    titleFedora 29 : libvirt (2019-9210998aaa)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20190620_LIBVIRT_ON_SL6_X.NASL
    descriptionSecurity Fix(es) : - libvirt: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) - libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) - libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) - libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168)
    last seen2020-03-18
    modified2019-06-21
    plugin id126090
    published2019-06-21
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126090
    titleScientific Linux Security Update : libvirt on SL6.x i386/x86_64 (20190620)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20190620_LIBVIRT_ON_SL7_X.NASL
    descriptionSecurity Fix(es) : - libvirt: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) - libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) - libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) - libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) Bug Fix(es) : - Live migration fail with unsafe error when GPFS is used as shared filesystem
    last seen2020-03-18
    modified2019-06-21
    plugin id126091
    published2019-06-21
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126091
    titleScientific Linux Security Update : libvirt on SL7.x x86_64 (20190620)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1762.NASL
    descriptionAn update for the virt:8.0.0 module is now available for Red Hat Enterprise Linux 8 Advanced Virtualization. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Advanced Virtualization module provides the user-space component for running virtual machines that use KVM in environments managed by Red Hat products. Security Fix(es) : * libvirt: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) * libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) * libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) * libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
    last seen2020-05-23
    modified2019-07-15
    plugin id126679
    published2019-07-15
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126679
    titleRHEL 8 : Virtualization Manager (RHSA-2019:1762)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2019-1579.NASL
    descriptionAn update for libvirt is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 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: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) * libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) * libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) * libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Bug Fix(es) : * Live migration fail with unsafe error when GPFS is used as shared filesystem (BZ#1715867)
    last seen2020-06-01
    modified2020-06-02
    plugin id126076
    published2019-06-21
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126076
    titleCentOS 7 : libvirt (CESA-2019:1579)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2019-1579.NASL
    descriptionFrom Red Hat Security Advisory 2019:1579 : 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 impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 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: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) * libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) * libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) * libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Bug Fix(es) : * Live migration fail with unsafe error when GPFS is used as shared filesystem (BZ#1715867)
    last seen2020-06-01
    modified2020-06-02
    plugin id126141
    published2019-06-24
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126141
    titleOracle Linux 7 : libvirt (ELSA-2019-1579)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1580.NASL
    descriptionAn update for the virt:rhel module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 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: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) * libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) * libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) * libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
    last seen2020-05-23
    modified2019-06-21
    plugin id126088
    published2019-06-21
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126088
    titleRHEL 8 : virt:rhel (RHSA-2019:1580)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1699.NASL
    descriptionAn update for redhat-virtualization-host is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The redhat-virtualization-host packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts (RHVH) are installed using a special build of Red Hat Enterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host
    last seen2020-06-01
    modified2020-06-02
    plugin id126559
    published2019-07-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126559
    titleRHEL 7 : Virtualization Manager (RHSA-2019:1699) (SACK Panic) (SACK Slowness)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1774.NASL
    descriptionAccording to the versions of the libvirt packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - libvirt: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) - libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) - libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) - libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-03
    modified2019-07-25
    plugin id127011
    published2019-07-25
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127011
    titleEulerOS 2.0 SP8 : libvirt (EulerOS-SA-2019-1774)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2019-3_0-0032_LIBVIRT.NASL
    descriptionAn update of the libvirt package has been released.
    last seen2020-06-01
    modified2020-06-02
    plugin id130112
    published2019-10-22
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/130112
    titlePhoton OS 3.0: Libvirt PHSA-2019-3.0-0032
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1957.NASL
    descriptionAccording to the versions of the libvirt packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - It was discovered that libvirtd would permit read-only clients to use the virDomainSaveImageGetXMLDesc() API, specifying an arbitrary path which would be accessed with the permissions of the libvirtd process. An attacker with access to the libvirtd socket could use this to probe the existence of arbitrary files, cause denial of service or cause libvirtd to execute arbitrary programs. (CVE-2019-10161) - The virConnectGetDomainCapabilities() libvirt API accepts an
    last seen2020-06-01
    modified2020-06-02
    plugin id128960
    published2019-09-17
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128960
    titleEulerOS Virtualization for ARM 64 3.0.2.0 : libvirt (EulerOS-SA-2019-1957)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-1753.NASL
    descriptionThis update for libvirt fixes the following issues : Security issues fixed: &#9; - CVE-2019-10161: Fixed virDomainSaveImageGetXMLDesc API which could accept a path parameter pointing anywhere on the system and potentially leading to execution of a malicious file with root privileges by libvirtd (bsc#1138301). - CVE-2019-10166: Fixed an issue with virDomainManagedSaveDefineXML which could have been used to alter the domain
    last seen2020-06-01
    modified2020-06-02
    plugin id126894
    published2019-07-22
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126894
    titleopenSUSE Security Update : libvirt (openSUSE-2019-1753)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1579.NASL
    descriptionAn update for libvirt is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 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: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (CVE-2019-10161) * libvirt: virDomainManagedSaveDefineXML API exposed to readonly clients (CVE-2019-10166) * libvirt: arbitrary command execution via virConnectGetDomainCapabilities API (CVE-2019-10167) * libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (CVE-2019-10168) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Bug Fix(es) : * Live migration fail with unsafe error when GPFS is used as shared filesystem (BZ#1715867)
    last seen2020-06-01
    modified2020-06-02
    plugin id126087
    published2019-06-21
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126087
    titleRHEL 7 : libvirt (RHSA-2019:1579)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-202003-18.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-202003-18 (libvirt: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in libvirt. Please review the CVE identifiers referenced below for details. Impact : A local privileged attacker could execute arbitrary commands, escalate privileges or cause a Denial of Service condition. Workaround : There is no known workaround at this time.
    last seen2020-03-19
    modified2020-03-16
    plugin id134595
    published2020-03-16
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134595
    titleGLSA-202003-18 : libvirt: Multiple vulnerabilities
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-B2DFB13DAF.NASL
    description - CVE-2019-10161: arbitrary file read/exec via virDomainSaveImageGetXMLDesc API (bz #1722463, bz #1720115) - CVE-2019-10166: virDomainManagedSaveDefineXML API exposed to readonly clients (bz #1722462, bz #1720114) - CVE-2019-10167: arbitrary command execution via virConnectGetDomainCapabilities API (bz #1722464, bz #1720117) - CVE-2019-10168: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs (bz #1722466, bz #1720118) - CVE-2019-3886: virsh domhostname command discloses guest hostname in readonly mode [fedora-rawhide - Cannot start VM with a CBR 2.0 TPM device (bz #1712556) - libvirtd does not update VM .xml configurations after virsh snapshot/blockcommit (bz #1722348) Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id126532
    published2019-07-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126532
    titleFedora 30 : libvirt (2019-b2dfb13daf)

Redhat

advisories
  • bugzilla
    id1720118
    titleCVE-2019-10168 libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 7 is installed
        ovaloval:com.redhat.rhba:tst:20150364027
      • OR
        • AND
          • commentlibvirt-lock-sanlock is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579001
          • commentlibvirt-lock-sanlock is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581002
        • AND
          • commentlibvirt-login-shell is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579003
          • commentlibvirt-login-shell is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914034
        • AND
          • commentlibvirt-devel is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579005
          • commentlibvirt-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581004
        • AND
          • commentlibvirt-daemon-lxc is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579007
          • commentlibvirt-daemon-lxc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914030
        • AND
          • commentlibvirt-nss is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579009
          • commentlibvirt-nss is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162577036
        • AND
          • commentlibvirt-docs is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579011
          • commentlibvirt-docs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914028
        • AND
          • commentlibvirt-admin is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579013
          • commentlibvirt-admin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029056
        • AND
          • commentlibvirt-daemon-config-network is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579015
          • commentlibvirt-daemon-config-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914026
        • AND
          • commentlibvirt-daemon-driver-storage is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579017
          • commentlibvirt-daemon-driver-storage is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914040
        • AND
          • commentlibvirt-daemon-driver-storage-rbd is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579019
          • commentlibvirt-daemon-driver-storage-rbd is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029040
        • AND
          • commentlibvirt-daemon-driver-secret is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579021
          • commentlibvirt-daemon-driver-secret is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914024
        • AND
          • commentlibvirt-daemon-config-nwfilter is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579023
          • commentlibvirt-daemon-config-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914020
        • AND
          • commentlibvirt-daemon-driver-nodedev is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579025
          • commentlibvirt-daemon-driver-nodedev is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914006
        • AND
          • commentlibvirt-daemon-driver-network is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579027
          • commentlibvirt-daemon-driver-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914010
        • AND
          • commentlibvirt-daemon-driver-storage-iscsi is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579029
          • commentlibvirt-daemon-driver-storage-iscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029014
        • AND
          • commentlibvirt-daemon-driver-nwfilter is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579031
          • commentlibvirt-daemon-driver-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914002
        • AND
          • commentlibvirt-daemon-driver-storage-logical is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579033
          • commentlibvirt-daemon-driver-storage-logical is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029020
        • AND
          • commentlibvirt-daemon-driver-storage-core is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579035
          • commentlibvirt-daemon-driver-storage-core is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029010
        • AND
          • commentlibvirt-daemon is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579037
          • commentlibvirt-daemon is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914008
        • AND
          • commentlibvirt-daemon-driver-qemu is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579039
          • commentlibvirt-daemon-driver-qemu is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914016
        • AND
          • commentlibvirt-daemon-driver-interface is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579041
          • commentlibvirt-daemon-driver-interface is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914012
        • AND
          • commentlibvirt-daemon-driver-storage-mpath is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579043
          • commentlibvirt-daemon-driver-storage-mpath is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029026
        • AND
          • commentlibvirt-daemon-driver-lxc is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579045
          • commentlibvirt-daemon-driver-lxc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914038
        • AND
          • commentlibvirt-daemon-driver-storage-gluster is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579047
          • commentlibvirt-daemon-driver-storage-gluster is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029048
        • AND
          • commentlibvirt is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579049
          • commentlibvirt is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581010
        • AND
          • commentlibvirt-daemon-driver-storage-scsi is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579051
          • commentlibvirt-daemon-driver-storage-scsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029028
        • AND
          • commentlibvirt-daemon-kvm is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579053
          • commentlibvirt-daemon-kvm is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914022
        • AND
          • commentlibvirt-daemon-driver-storage-disk is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579055
          • commentlibvirt-daemon-driver-storage-disk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029008
        • AND
          • commentlibvirt-client is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579057
          • commentlibvirt-client is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581008
        • AND
          • commentlibvirt-bash-completion is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579059
          • commentlibvirt-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20183113026
        • AND
          • commentlibvirt-libs is earlier than 0:4.5.0-10.el7_6.12
            ovaloval:com.redhat.rhsa:tst:20191579061
          • commentlibvirt-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029018
    rhsa
    idRHSA-2019:1579
    released2019-06-20
    severityImportant
    titleRHSA-2019:1579: libvirt security and bug fix update (Important)
  • bugzilla
    id1720118
    titleCVE-2019-10168 libvirt: arbitrary command execution via virConnectBaselineHypervisorCPU and virConnectCompareHypervisorCPU APIs
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 8 is installed
        ovaloval:com.redhat.rhba:tst:20193384074
      • commentModule virt:rhel is enabled
        ovaloval:com.redhat.rhsa:tst:20191175217
      • OR
        • AND
          • commentqemu-kvm-common is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580001
          • commentqemu-kvm-common is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140704004
        • AND
          • commentqemu-kvm-block-ssh is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580003
          • commentqemu-kvm-block-ssh is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175028
        • AND
          • commentqemu-kvm-block-rbd is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580005
          • commentqemu-kvm-block-rbd is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175030
        • AND
          • commentqemu-kvm-block-iscsi is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580007
          • commentqemu-kvm-block-iscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175032
        • AND
          • commentqemu-kvm-block-curl is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580009
          • commentqemu-kvm-block-curl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175036
        • AND
          • commentqemu-kvm is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580011
          • commentqemu-kvm is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110345004
        • AND
          • commentqemu-img is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580013
          • commentqemu-img is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110345006
        • AND
          • commentqemu-guest-agent is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580015
          • commentqemu-guest-agent is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20121234002
        • AND
          • commentpython3-libvirt is earlier than 0:4.5.0-1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580017
          • commentpython3-libvirt is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175044
        • AND
          • commentpython3-libguestfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580019
          • commentpython3-libguestfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175046
        • AND
          • commentpython3-hivex is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580021
          • commentpython3-hivex is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175048
        • AND
          • commentperl-hivex is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580023
          • commentperl-hivex is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20150301002
        • AND
          • commentperl-Sys-Virt-debugsource is earlier than 0:4.5.0-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580025
          • commentperl-Sys-Virt-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175052
        • AND
          • commentperl-Sys-Virt is earlier than 0:4.5.0-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580027
          • commentperl-Sys-Virt is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175054
        • AND
          • commentperl-Sys-Guestfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580029
          • commentperl-Sys-Guestfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586016
        • AND
          • commentnetcf-libs is earlier than 0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580031
          • commentnetcf-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20151307002
        • AND
          • commentnetcf-devel is earlier than 0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580033
          • commentnetcf-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20151307004
        • AND
          • commentnetcf-debugsource is earlier than 0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580035
          • commentnetcf-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175062
        • AND
          • commentnetcf is earlier than 0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580037
          • commentnetcf is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20151307006
        • AND
          • commentnbdkit-plugin-xz is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580039
          • commentnbdkit-plugin-xz is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175066
        • AND
          • commentnbdkit-plugin-python3 is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580041
          • commentnbdkit-plugin-python3 is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175070
        • AND
          • commentnbdkit-plugin-python-common is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580043
          • commentnbdkit-plugin-python-common is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175072
        • AND
          • commentnbdkit-plugin-gzip is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580045
          • commentnbdkit-plugin-gzip is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175074
        • AND
          • commentnbdkit-example-plugins is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580047
          • commentnbdkit-example-plugins is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175076
        • AND
          • commentnbdkit-devel is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580049
          • commentnbdkit-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175078
        • AND
          • commentnbdkit-debugsource is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580051
          • commentnbdkit-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175080
        • AND
          • commentnbdkit-basic-plugins is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580053
          • commentnbdkit-basic-plugins is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175082
        • AND
          • commentnbdkit is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580055
          • commentnbdkit is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175084
        • AND
          • commentlua-guestfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580057
          • commentlua-guestfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576024
        • AND
          • commentlibvirt-python-debugsource is earlier than 0:4.5.0-1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580059
          • commentlibvirt-python-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191268088
        • AND
          • commentlibvirt-nss is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580061
          • commentlibvirt-nss is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162577036
        • AND
          • commentlibvirt-lock-sanlock is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580063
          • commentlibvirt-lock-sanlock is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581002
        • AND
          • commentlibvirt-libs is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580065
          • commentlibvirt-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029018
        • AND
          • commentlibvirt-docs is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580067
          • commentlibvirt-docs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914028
        • AND
          • commentlibvirt-devel is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580069
          • commentlibvirt-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581004
        • AND
          • commentlibvirt-debugsource is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580071
          • commentlibvirt-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175098
        • AND
          • commentlibvirt-dbus-debugsource is earlier than 0:1.2.0-2.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580073
          • commentlibvirt-dbus-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175100
        • AND
          • commentlibvirt-dbus is earlier than 0:1.2.0-2.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580075
          • commentlibvirt-dbus is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175102
        • AND
          • commentlibvirt-daemon-kvm is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580077
          • commentlibvirt-daemon-kvm is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914022
        • AND
          • commentlibvirt-daemon-driver-storage-scsi is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580079
          • commentlibvirt-daemon-driver-storage-scsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029028
        • AND
          • commentlibvirt-daemon-driver-storage-rbd is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580081
          • commentlibvirt-daemon-driver-storage-rbd is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029040
        • AND
          • commentlibvirt-daemon-driver-storage-mpath is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580083
          • commentlibvirt-daemon-driver-storage-mpath is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029026
        • AND
          • commentlibvirt-daemon-driver-storage-logical is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580085
          • commentlibvirt-daemon-driver-storage-logical is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029020
        • AND
          • commentlibvirt-daemon-driver-storage-iscsi is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580087
          • commentlibvirt-daemon-driver-storage-iscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029014
        • AND
          • commentlibvirt-daemon-driver-storage-gluster is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580089
          • commentlibvirt-daemon-driver-storage-gluster is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029048
        • AND
          • commentlibvirt-daemon-driver-storage-disk is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580091
          • commentlibvirt-daemon-driver-storage-disk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029008
        • AND
          • commentlibvirt-daemon-driver-storage-core is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580093
          • commentlibvirt-daemon-driver-storage-core is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029010
        • AND
          • commentlibvirt-daemon-driver-storage is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580095
          • commentlibvirt-daemon-driver-storage is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914040
        • AND
          • commentlibvirt-daemon-driver-secret is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580097
          • commentlibvirt-daemon-driver-secret is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914024
        • AND
          • commentlibvirt-daemon-driver-qemu is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580099
          • commentlibvirt-daemon-driver-qemu is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914016
        • AND
          • commentlibvirt-daemon-driver-nwfilter is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580101
          • commentlibvirt-daemon-driver-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914002
        • AND
          • commentlibvirt-daemon-driver-nodedev is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580103
          • commentlibvirt-daemon-driver-nodedev is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914006
        • AND
          • commentlibvirt-daemon-driver-network is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580105
          • commentlibvirt-daemon-driver-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914010
        • AND
          • commentlibvirt-daemon-driver-interface is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580107
          • commentlibvirt-daemon-driver-interface is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914012
        • AND
          • commentlibvirt-daemon-config-nwfilter is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580109
          • commentlibvirt-daemon-config-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914020
        • AND
          • commentlibvirt-daemon-config-network is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580111
          • commentlibvirt-daemon-config-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914026
        • AND
          • commentlibvirt-daemon is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580113
          • commentlibvirt-daemon is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914008
        • AND
          • commentlibvirt-client is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580115
          • commentlibvirt-client is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581008
        • AND
          • commentlibvirt-bash-completion is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580117
          • commentlibvirt-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20183113026
        • AND
          • commentlibvirt-admin is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580119
          • commentlibvirt-admin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029056
        • AND
          • commentlibvirt is earlier than 0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580121
          • commentlibvirt is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581010
        • AND
          • commentlibssh2-debugsource is earlier than 0:1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
            ovaloval:com.redhat.rhsa:tst:20191580123
          • commentlibssh2-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175150
        • AND
          • commentlibssh2 is earlier than 0:1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
            ovaloval:com.redhat.rhsa:tst:20191580125
          • commentlibssh2 is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20152140006
        • AND
          • commentlibiscsi-utils is earlier than 0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580127
          • commentlibiscsi-utils is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175154
        • AND
          • commentlibiscsi-devel is earlier than 0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580129
          • commentlibiscsi-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175156
        • AND
          • commentlibiscsi-debugsource is earlier than 0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580131
          • commentlibiscsi-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175158
        • AND
          • commentlibiscsi is earlier than 0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580133
          • commentlibiscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175160
        • AND
          • commentlibguestfs-xfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580135
          • commentlibguestfs-xfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576046
        • AND
          • commentlibguestfs-winsupport is earlier than 0:8.0-2.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580137
          • commentlibguestfs-winsupport is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175164
        • AND
          • commentlibguestfs-tools-c is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580139
          • commentlibguestfs-tools-c is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586024
        • AND
          • commentlibguestfs-rsync is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580141
          • commentlibguestfs-rsync is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576036
        • AND
          • commentlibguestfs-rescue is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580143
          • commentlibguestfs-rescue is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576018
        • AND
          • commentlibguestfs-java-devel is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580145
          • commentlibguestfs-java-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586014
        • AND
          • commentlibguestfs-java is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580147
          • commentlibguestfs-java is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586022
        • AND
          • commentlibguestfs-gobject-devel is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580149
          • commentlibguestfs-gobject-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576034
        • AND
          • commentlibguestfs-gobject is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580151
          • commentlibguestfs-gobject is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576020
        • AND
          • commentlibguestfs-gfs2 is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580153
          • commentlibguestfs-gfs2 is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576026
        • AND
          • commentlibguestfs-devel is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580155
          • commentlibguestfs-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586002
        • AND
          • commentlibguestfs-debugsource is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580157
          • commentlibguestfs-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175184
        • AND
          • commentlibguestfs-benchmarking is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580159
          • commentlibguestfs-benchmarking is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175194
        • AND
          • commentlibguestfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580161
          • commentlibguestfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586028
        • AND
          • commenthivex-devel is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580163
          • commenthivex-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20150301010
        • AND
          • commenthivex-debugsource is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580165
          • commenthivex-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175190
        • AND
          • commenthivex is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580167
          • commenthivex is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20150301004
        • AND
          • commentsgabios-bin is earlier than 1:0.20170427git-2.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580169
          • commentsgabios-bin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175196
        • AND
          • commentseavgabios-bin is earlier than 0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580171
          • commentseavgabios-bin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175198
        • AND
          • commentseabios-bin is earlier than 0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580173
          • commentseabios-bin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175200
        • AND
          • commentSLOF is earlier than 0:20171214-5.gitfa98132.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580175
          • commentSLOF is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175202
        • AND
          • commentnbdkit-bash-completion is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580177
          • commentnbdkit-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175204
        • AND
          • commentlibguestfs-tools is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580179
          • commentlibguestfs-tools is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586018
        • AND
          • commentlibguestfs-man-pages-uk is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580181
          • commentlibguestfs-man-pages-uk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576010
        • AND
          • commentlibguestfs-man-pages-ja is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580183
          • commentlibguestfs-man-pages-ja is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576006
        • AND
          • commentlibguestfs-javadoc is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580185
          • commentlibguestfs-javadoc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586010
        • AND
          • commentlibguestfs-inspect-icons is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580187
          • commentlibguestfs-inspect-icons is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576038
        • AND
          • commentlibguestfs-bash-completion is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580189
          • commentlibguestfs-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576004
        • AND
          • commentvirt-dib is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580191
          • commentvirt-dib is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576014
        • AND
          • commentsupermin-devel is earlier than 0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580193
          • commentsupermin-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175008
        • AND
          • commentsupermin-debugsource is earlier than 0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580195
          • commentsupermin-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175010
        • AND
          • commentsupermin is earlier than 0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580197
          • commentsupermin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175012
        • AND
          • commentruby-libguestfs is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580199
          • commentruby-libguestfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110586012
        • AND
          • commentruby-hivex is earlier than 0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580201
          • commentruby-hivex is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20150301006
        • AND
          • commentqemu-kvm-debugsource is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580203
          • commentqemu-kvm-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175022
        • AND
          • commentqemu-kvm-core is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580205
          • commentqemu-kvm-core is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175024
        • AND
          • commentvirt-v2v is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580207
          • commentvirt-v2v is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20111615002
        • AND
          • commentvirt-p2v-maker is earlier than 1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580209
          • commentvirt-p2v-maker is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175004
        • AND
          • commentsgabios is earlier than 1:0.20170427git-2.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580211
          • commentsgabios is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175014
        • AND
          • commentseabios is earlier than 0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580213
          • commentseabios is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175016
        • AND
          • commentqemu-kvm-block-gluster is earlier than 15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
            ovaloval:com.redhat.rhsa:tst:20191580215
          • commentqemu-kvm-block-gluster is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175034
        • AND
          • commentnbdkit-plugin-vddk is earlier than 0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
            ovaloval:com.redhat.rhsa:tst:20191580217
          • commentnbdkit-plugin-vddk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175068
    rhsa
    idRHSA-2019:1580
    released2019-06-20
    severityImportant
    titleRHSA-2019:1580: virt:rhel security update (Important)
rpms
  • libvirt-0:4.5.0-10.el7_6.12
  • libvirt-admin-0:4.5.0-10.el7_6.12
  • libvirt-bash-completion-0:4.5.0-10.el7_6.12
  • libvirt-client-0:4.5.0-10.el7_6.12
  • libvirt-daemon-0:4.5.0-10.el7_6.12
  • libvirt-daemon-config-network-0:4.5.0-10.el7_6.12
  • libvirt-daemon-config-nwfilter-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-interface-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-lxc-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-network-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-nodedev-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-nwfilter-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-qemu-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-secret-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-core-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-disk-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-gluster-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-iscsi-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-logical-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-mpath-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-rbd-0:4.5.0-10.el7_6.12
  • libvirt-daemon-driver-storage-scsi-0:4.5.0-10.el7_6.12
  • libvirt-daemon-kvm-0:4.5.0-10.el7_6.12
  • libvirt-daemon-lxc-0:4.5.0-10.el7_6.12
  • libvirt-debuginfo-0:4.5.0-10.el7_6.12
  • libvirt-devel-0:4.5.0-10.el7_6.12
  • libvirt-docs-0:4.5.0-10.el7_6.12
  • libvirt-libs-0:4.5.0-10.el7_6.12
  • libvirt-lock-sanlock-0:4.5.0-10.el7_6.12
  • libvirt-login-shell-0:4.5.0-10.el7_6.12
  • libvirt-nss-0:4.5.0-10.el7_6.12
  • SLOF-0:20171214-5.gitfa98132.module+el8.0.0.z+3418+a72cf898
  • hivex-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • hivex-debugsource-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • hivex-devel-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • libguestfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-bash-completion-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-benchmarking-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-benchmarking-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-debugsource-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-devel-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-gfs2-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-gobject-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-gobject-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-gobject-devel-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-inspect-icons-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-java-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-java-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-java-devel-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-javadoc-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-man-pages-ja-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-man-pages-uk-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-rescue-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-rsync-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-tools-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-tools-c-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-tools-c-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libguestfs-winsupport-0:8.0-2.module+el8.0.0.z+3418+a72cf898
  • libguestfs-xfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • libiscsi-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libiscsi-debuginfo-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libiscsi-debugsource-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libiscsi-devel-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libiscsi-utils-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libiscsi-utils-debuginfo-0:1.18.0-6.module+el8.0.0.z+3418+a72cf898
  • libssh2-0:1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
  • libssh2-debuginfo-0:1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
  • libssh2-debugsource-0:1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
  • libvirt-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-admin-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-admin-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-bash-completion-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-client-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-client-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-config-network-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-config-nwfilter-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-interface-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-interface-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-network-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-network-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-nodedev-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-nodedev-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-nwfilter-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-nwfilter-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-qemu-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-qemu-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-secret-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-secret-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-core-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-core-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-disk-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-disk-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-gluster-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-gluster-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-iscsi-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-iscsi-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-logical-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-logical-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-mpath-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-mpath-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-rbd-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-rbd-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-scsi-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-driver-storage-scsi-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-daemon-kvm-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-dbus-0:1.2.0-2.module+el8.0.0.z+3418+a72cf898
  • libvirt-dbus-debuginfo-0:1.2.0-2.module+el8.0.0.z+3418+a72cf898
  • libvirt-dbus-debugsource-0:1.2.0-2.module+el8.0.0.z+3418+a72cf898
  • libvirt-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-debugsource-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-devel-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-docs-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-libs-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-libs-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-lock-sanlock-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-lock-sanlock-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-nss-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-nss-debuginfo-0:4.5.0-23.3.module+el8.0.0.z+3418+a72cf898
  • libvirt-python-debugsource-0:4.5.0-1.module+el8.0.0.z+3418+a72cf898
  • lua-guestfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • lua-guestfs-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • nbdkit-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-bash-completion-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-basic-plugins-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-basic-plugins-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-debugsource-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-devel-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-example-plugins-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-example-plugins-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-gzip-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-gzip-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-python-common-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-python3-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-python3-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-vddk-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-vddk-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-xz-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • nbdkit-plugin-xz-debuginfo-0:1.4.2-4.module+el8.0.0.z+3418+a72cf898
  • netcf-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • netcf-debuginfo-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • netcf-debugsource-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • netcf-devel-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • netcf-libs-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • netcf-libs-debuginfo-0:0.2.8-10.module+el8.0.0.z+3418+a72cf898
  • perl-Sys-Guestfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • perl-Sys-Guestfs-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • perl-Sys-Virt-0:4.5.0-4.module+el8.0.0.z+3418+a72cf898
  • perl-Sys-Virt-debuginfo-0:4.5.0-4.module+el8.0.0.z+3418+a72cf898
  • perl-Sys-Virt-debugsource-0:4.5.0-4.module+el8.0.0.z+3418+a72cf898
  • perl-hivex-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • perl-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • python3-hivex-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • python3-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • python3-libguestfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • python3-libguestfs-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • python3-libvirt-0:4.5.0-1.module+el8.0.0.z+3418+a72cf898
  • python3-libvirt-debuginfo-0:4.5.0-1.module+el8.0.0.z+3418+a72cf898
  • qemu-guest-agent-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-guest-agent-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-img-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-img-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-curl-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-curl-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-gluster-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-gluster-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-iscsi-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-iscsi-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-rbd-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-rbd-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-ssh-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-block-ssh-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-common-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-common-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-core-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-core-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-debuginfo-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • qemu-kvm-debugsource-15:2.12.0-64.module+el8.0.0.z+3418+a72cf898.2
  • ruby-hivex-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • ruby-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3418+a72cf898
  • ruby-libguestfs-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • ruby-libguestfs-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • seabios-0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
  • seabios-bin-0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
  • seavgabios-bin-0:1.11.1-3.module+el8.0.0.z+3418+a72cf898
  • sgabios-1:0.20170427git-2.module+el8.0.0.z+3418+a72cf898
  • sgabios-bin-1:0.20170427git-2.module+el8.0.0.z+3418+a72cf898
  • supermin-0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
  • supermin-debuginfo-0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
  • supermin-debugsource-0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
  • supermin-devel-0:5.1.19-8.module+el8.0.0.z+3418+a72cf898
  • virt-dib-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • virt-dib-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • virt-p2v-maker-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • virt-v2v-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • virt-v2v-debuginfo-1:1.38.4-10.1.module+el8.0.0.z+3418+a72cf898
  • redhat-release-virtualization-host-0:4.3.4-1.el7ev
  • redhat-virtualization-host-image-update-0:4.3.4-20190620.3.el7_6
  • redhat-virtualization-host-image-update-placeholder-0:4.3.4-1.el7ev
  • SLOF-0:20180702-3.git9b7ab2f.module+el8.0.0.z+3438+2851622e
  • hivex-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • hivex-debugsource-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • hivex-devel-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • libguestfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-bash-completion-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-benchmarking-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-benchmarking-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-debugsource-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-devel-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-gfs2-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-gobject-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-gobject-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-gobject-devel-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-inspect-icons-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-java-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-java-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-java-devel-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-javadoc-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-man-pages-ja-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-man-pages-uk-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-rescue-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-rsync-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-tools-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-tools-c-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-tools-c-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libguestfs-winsupport-0:8.0-2.module+el8.0.0.z+3438+2851622e
  • libguestfs-xfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • libiscsi-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libiscsi-debuginfo-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libiscsi-debugsource-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libiscsi-devel-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libiscsi-utils-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libiscsi-utils-debuginfo-0:1.18.0-6.module+el8.0.0.z+3438+2851622e
  • libssh2-0:1.8.0-7.module+el8.0.0.z+3438+2851622e.1
  • libssh2-debuginfo-0:1.8.0-7.module+el8.0.0.z+3438+2851622e.1
  • libssh2-debugsource-0:1.8.0-7.module+el8.0.0.z+3438+2851622e.1
  • libvirt-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-admin-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-admin-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-bash-completion-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-client-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-client-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-config-network-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-config-nwfilter-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-interface-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-interface-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-network-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-network-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-nodedev-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-nodedev-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-nwfilter-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-nwfilter-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-qemu-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-qemu-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-secret-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-secret-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-core-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-core-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-disk-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-disk-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-gluster-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-gluster-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-iscsi-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-iscsi-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-iscsi-direct-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-logical-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-logical-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-mpath-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-mpath-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-rbd-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-rbd-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-scsi-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-driver-storage-scsi-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-daemon-kvm-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-dbus-0:1.3.0-1.module+el8.0.0.z+3438+2851622e
  • libvirt-dbus-debuginfo-0:1.3.0-1.module+el8.0.0.z+3438+2851622e
  • libvirt-dbus-debugsource-0:1.3.0-1.module+el8.0.0.z+3438+2851622e
  • libvirt-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-debugsource-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-devel-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-docs-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-libs-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-libs-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-lock-sanlock-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-lock-sanlock-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-nss-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-nss-debuginfo-0:5.0.0-7.2.module+el8.0.0.z+3438+2851622e
  • libvirt-python-debugsource-0:5.0.0-3.module+el8.0.0.z+3438+2851622e
  • lua-guestfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • lua-guestfs-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • nbdkit-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-bash-completion-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-basic-plugins-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-basic-plugins-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-debugsource-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-devel-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-example-plugins-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-example-plugins-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-gzip-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-gzip-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-python-common-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-python3-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-python3-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-vddk-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-vddk-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-xz-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • nbdkit-plugin-xz-debuginfo-0:1.4.2-4.module+el8.0.0.z+3438+2851622e
  • netcf-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • netcf-debuginfo-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • netcf-debugsource-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • netcf-devel-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • netcf-libs-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • netcf-libs-debuginfo-0:0.2.8-10.module+el8.0.0.z+3438+2851622e
  • perl-Sys-Guestfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • perl-Sys-Guestfs-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • perl-Sys-Virt-0:5.0.0-1.module+el8.0.0.z+3438+2851622e
  • perl-Sys-Virt-debuginfo-0:5.0.0-1.module+el8.0.0.z+3438+2851622e
  • perl-Sys-Virt-debugsource-0:5.0.0-1.module+el8.0.0.z+3438+2851622e
  • perl-hivex-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • perl-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • python3-hivex-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • python3-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • python3-libguestfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • python3-libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • python3-libvirt-0:5.0.0-3.module+el8.0.0.z+3438+2851622e
  • python3-libvirt-debuginfo-0:5.0.0-3.module+el8.0.0.z+3438+2851622e
  • qemu-guest-agent-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-guest-agent-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-img-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-img-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-curl-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-curl-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-gluster-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-gluster-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-iscsi-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-iscsi-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-rbd-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-rbd-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-ssh-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-block-ssh-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-common-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-common-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-core-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-core-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-debuginfo-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • qemu-kvm-debugsource-15:3.1.0-20.module+el8.0.0.z+3438+2851622e.1
  • ruby-hivex-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • ruby-hivex-debuginfo-0:1.3.15-6.module+el8.0.0.z+3438+2851622e
  • ruby-libguestfs-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • ruby-libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • seabios-0:1.12.0-1.module+el8.0.0.z+3438+2851622e
  • seabios-bin-0:1.12.0-1.module+el8.0.0.z+3438+2851622e
  • seavgabios-bin-0:1.12.0-1.module+el8.0.0.z+3438+2851622e
  • sgabios-1:0.20170427git-2.module+el8.0.0.z+3438+2851622e
  • sgabios-bin-1:0.20170427git-2.module+el8.0.0.z+3438+2851622e
  • supermin-0:5.1.19-8.module+el8.0.0.z+3438+2851622e
  • supermin-debuginfo-0:5.1.19-8.module+el8.0.0.z+3438+2851622e
  • supermin-debugsource-0:5.1.19-8.module+el8.0.0.z+3438+2851622e
  • supermin-devel-0:5.1.19-8.module+el8.0.0.z+3438+2851622e
  • virt-dib-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • virt-dib-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • virt-p2v-maker-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • virt-v2v-1:1.40.2-1.module+el8.0.0.z+3438+2851622e
  • virt-v2v-debuginfo-1:1.40.2-1.module+el8.0.0.z+3438+2851622e