Vulnerabilities > CVE-2019-10132 - Incorrect Permission Assignment for Critical Resource vulnerability in multiple products

047910
CVSS 8.8 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
LOW
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH
network
low complexity
redhat
fedoraproject
CWE-732
nessus

Summary

A vulnerability was found in libvirt >= 4.1.0 in the virtlockd-admin.socket and virtlogd-admin.socket systemd units. A missing SocketMode configuration parameter allows any user on the host to connect using virtlockd-admin-sock or virtlogd-admin-sock and perform administrative tasks against the virtlockd and virtlogd daemons.

Vulnerable Configurations

Part Description Count
Application
Redhat
362
OS
Fedoraproject
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing Functionality Not Properly Constrained by ACLs
    In applications, particularly web applications, access to functionality is mitigated by the authorization framework, whose job it is to map ACLs to elements of the application's functionality; particularly URL's for web apps. In the case that the administrator failed to specify an ACL for a particular element, an attacker may be able to access it with impunity. An attacker with the ability to access functionality not properly constrained by ACLs can obtain sensitive information and possibly compromise the entire application. Such an attacker can access resources that must be available only to users at a higher privilege level, can access management sections of the application or can run queries for data that he is otherwise not supposed to.
  • Privilege Abuse
    An adversary is able to exploit features of the target that should be reserved for privileged users or administrators but are exposed to use by lower or non-privileged accounts. Access to sensitive information and functionality must be controlled to ensure that only authorized users are able to access these resources. If access control mechanisms are absent or misconfigured, a user may be able to access resources that are intended only for higher level users. An adversary may be able to exploit this to utilize a less trusted account to gain information and perform activities reserved for more trusted accounts. This attack differs from privilege escalation and other privilege stealing attacks in that the adversary never actually escalates their privileges but instead is able to use a lesser degree of privilege to access resources that should be (but are not) reserved for higher privilege accounts. Likewise, the adversary does not exploit trust or subvert systems - all control functionality is working as configured but the configuration does not adequately protect sensitive resources at an appropriate level.
  • Directory Indexing
    An adversary crafts a request to a target that results in the target listing/indexing the content of a directory as output. One common method of triggering directory contents as output is to construct a request containing a path that terminates in a directory name rather than a file name since many applications are configured to provide a list of the directory's contents when such a request is received. An adversary can use this to explore the directory tree on a target as well as learn the names of files. This can often end up revealing test files, backup files, temporary files, hidden files, configuration files, user accounts, script contents, as well as naming conventions, all of which can be used by an attacker to mount additional attacks.
  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Exploiting Incorrectly Configured Access Control Security Levels
    An attacker exploits a weakness in the configuration of access controls and is able to bypass the intended protection that these measures guard against and thereby obtain unauthorized access to the system or network. Sensitive functionality should always be protected with access controls. However configuring all but the most trivial access control systems can be very complicated and there are many opportunities for mistakes. If an attacker can learn of incorrectly configured access security settings, they may be able to exploit this in an attack. Most commonly, attackers would take advantage of controls that provided too little protection for sensitive activities in order to perform actions that should be denied to them. In some circumstances, an attacker may be able to take advantage of overly restrictive access control policies, initiating denial of services (if an application locks because it unexpectedly failed to be granted access) or causing other legitimate actions to fail due to security. The latter class of attacks, however, is usually less severe and easier to detect than attacks based on inadequate security restrictions. This attack pattern differs from CAPEC 1, "Accessing Functionality Not Properly Constrained by ACLs" in that the latter describes attacks where sensitive functionality lacks access controls, where, in this pattern, the access control is present, but incorrectly configured.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1268.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. Kernel-based Virtual Machine (KVM) offers a full virtualization solution for Linux on numerous hardware platforms. The virt:rhel module contains packages which provide user-space components used to run virtual machines using KVM. The packages also provide APIs for managing and interacting with the virtualized systems. Security Fix(es) : * libvirt: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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-05-24
    plugin id125384
    published2019-05-24
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125384
    titleRHEL 8 : virt:rhel (RHSA-2019:1268)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2019:1268. The text
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(125384);
      script_version("1.7");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/05/22");
    
      script_cve_id("CVE-2019-10132");
      script_xref(name:"RHSA", value:"2019:1268");
    
      script_name(english:"RHEL 8 : virt:rhel (RHSA-2019:1268)");
      script_summary(english:"Checks the rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis",
        value:"The remote Red Hat host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "An 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.
    
    Kernel-based Virtual Machine (KVM) offers a full virtualization
    solution for Linux on numerous hardware platforms. The virt:rhel
    module contains packages which provide user-space components used to
    run virtual machines using KVM. The packages also provide APIs for
    managing and interacting with the virtualized systems.
    
    Security Fix(es) :
    
    * libvirt: wrong permissions in systemd admin-sock due to missing
    SocketMode parameter (CVE-2019-10132)
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2019:1268"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2019-10132"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/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:"cvss_score_source", value:"CVE-2019-10132");
      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:redhat:enterprise_linux:SLOF");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hivex");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hivex-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hivex-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-bash-completion");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-benchmarking");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-gfs2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-gobject");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-gobject-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-inspect-icons");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-java");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-java-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-man-pages-ja");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-man-pages-uk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-rescue");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-rsync");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-tools-c");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-winsupport");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libguestfs-xfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libiscsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libiscsi-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libiscsi-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libiscsi-utils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libssh2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libssh2-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-admin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-bash-completion");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-config-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-config-nwfilter");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-interface");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-nodedev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-nwfilter");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-qemu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-secret");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-disk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-gluster");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-iscsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-logical");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-mpath");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-rbd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-driver-storage-scsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-daemon-kvm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-dbus");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-dbus-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-lock-sanlock");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-nss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libvirt-python-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:lua-guestfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-bash-completion");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-basic-plugins");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-example-plugins");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-plugin-gzip");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-plugin-python-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-plugin-python3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-plugin-vddk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:nbdkit-plugin-xz");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:netcf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:netcf-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:netcf-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:netcf-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:perl-Sys-Guestfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:perl-Sys-Virt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:perl-Sys-Virt-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:perl-hivex");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:python3-hivex");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:python3-libguestfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:python3-libvirt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-guest-agent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-img");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-block-curl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-block-gluster");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-block-iscsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-block-rbd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-block-ssh");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:qemu-kvm-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ruby-hivex");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ruby-libguestfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:seabios");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:seabios-bin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:seavgabios-bin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sgabios");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sgabios-bin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:supermin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:supermin-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:supermin-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:virt-dib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:virt-p2v-maker");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:virt-v2v");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:enterprise_linux:8::appstream");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:8");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:8.0");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/05/22");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/05/23");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/05/24");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Red Hat Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat");
    os_ver = pregmatch(pattern: "Red Hat Enterprise Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Red Hat");
    os_ver = os_ver[1];
    if (! preg(pattern:"^8([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 8.x", "Red Hat " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) 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$" && 's390' >!< cpu && 'aarch64' >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, 'Red Hat', cpu);
    
    module_ver = get_kb_item('Host/RedHat/appstream/virt');
    if (isnull(module_ver)) audit(AUDIT_PACKAGE_NOT_INSTALLED, 'Module virt:rhel');
    if ('rhel' >!< module_ver) audit(AUDIT_PACKAGE_NOT_AFFECTED, 'Module virt:' + module_ver);
    
    appstreams = {
        'virt:rhel': [
          {'reference':'hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'hivex-debugsource-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'hivex-debugsource-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'hivex-debugsource-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'hivex-devel-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'hivex-devel-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'hivex-devel-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-bash-completion-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-benchmarking-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-benchmarking-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-debugsource-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-debugsource-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-debugsource-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gfs2-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gfs2-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gfs2-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-gobject-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-inspect-icons-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-java-devel-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-javadoc-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-man-pages-ja-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-man-pages-uk-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rescue-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rescue-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rescue-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rsync-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rsync-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-rsync-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-tools-1.38.4-10.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-tools-c-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-tools-c-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-tools-c-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-winsupport-8.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libguestfs-winsupport-8.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libguestfs-winsupport-8.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libguestfs-xfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-xfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'libguestfs-xfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'libiscsi-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libiscsi-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libiscsi-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libiscsi-debugsource-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libiscsi-debugsource-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libiscsi-debugsource-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libiscsi-devel-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libiscsi-devel-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libiscsi-devel-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libiscsi-utils-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libiscsi-utils-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libiscsi-utils-1.18.0-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libssh2-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libssh2-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'s390x', 'release':'8'},
          {'reference':'libssh2-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libssh2-debugsource-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libssh2-debugsource-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'s390x', 'release':'8'},
          {'reference':'libssh2-debugsource-1.8.0-7.module+el8.0.0+3075+09be6b65.1', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-admin-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-admin-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-admin-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-bash-completion-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-bash-completion-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-bash-completion-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-client-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-client-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-client-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-config-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-config-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-config-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-config-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-config-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-config-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-interface-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-interface-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-interface-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-network-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nodedev-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nodedev-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nodedev-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-nwfilter-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-qemu-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-qemu-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-qemu-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-secret-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-secret-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-secret-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-core-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-core-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-core-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-disk-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-disk-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-disk-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-gluster-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-gluster-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-gluster-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-iscsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-iscsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-iscsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-logical-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-logical-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-logical-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-mpath-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-mpath-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-mpath-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-rbd-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-rbd-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-rbd-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-scsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-scsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-driver-storage-scsi-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-daemon-kvm-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-daemon-kvm-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-daemon-kvm-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-dbus-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-dbus-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-dbus-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-dbus-debugsource-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-dbus-debugsource-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-dbus-debugsource-1.2.0-2.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-debugsource-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-debugsource-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-debugsource-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-devel-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-devel-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-devel-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-docs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-docs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-docs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-libs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-libs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-libs-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-lock-sanlock-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-lock-sanlock-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-lock-sanlock-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-nss-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-nss-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-nss-4.5.0-23.2.module+el8.0.0+3213+f56c86d8', 'cpu':'x86_64', 'release':'8'},
          {'reference':'libvirt-python-debugsource-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'libvirt-python-debugsource-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'libvirt-python-debugsource-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'lua-guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'lua-guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'lua-guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'nbdkit-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-bash-completion-1.4.2-4.module+el8.0.0+3075+09be6b65', 'release':'8'},
          {'reference':'nbdkit-basic-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-basic-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-basic-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-debugsource-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-debugsource-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-debugsource-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-devel-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-devel-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-devel-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-example-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-example-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-example-plugins-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-plugin-gzip-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-plugin-gzip-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-plugin-gzip-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-plugin-python-common-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-plugin-python-common-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-plugin-python-common-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-plugin-python3-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-plugin-python3-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-plugin-python3-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-plugin-vddk-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'nbdkit-plugin-xz-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'nbdkit-plugin-xz-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'nbdkit-plugin-xz-1.4.2-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'netcf-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'netcf-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'netcf-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'netcf-debugsource-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'netcf-debugsource-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'netcf-debugsource-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'netcf-devel-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'netcf-devel-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'netcf-devel-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'netcf-libs-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'netcf-libs-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'netcf-libs-0.2.8-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'perl-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'perl-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'perl-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'perl-Sys-Guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'perl-Sys-Guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'perl-Sys-Guestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'perl-Sys-Virt-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'perl-Sys-Virt-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'perl-Sys-Virt-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'perl-Sys-Virt-debugsource-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'perl-Sys-Virt-debugsource-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'perl-Sys-Virt-debugsource-4.5.0-4.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'python3-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'python3-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'python3-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'python3-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'python3-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'python3-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'python3-libvirt-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'python3-libvirt-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'python3-libvirt-4.5.0-1.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'qemu-guest-agent-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-guest-agent-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-guest-agent-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-img-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-img-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-img-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-curl-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-curl-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-curl-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-gluster-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-iscsi-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-iscsi-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-iscsi-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-rbd-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-rbd-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-rbd-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-ssh-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-ssh-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-block-ssh-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-common-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-common-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-common-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-core-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-core-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-core-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-debugsource-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'aarch64', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-debugsource-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'s390x', 'release':'8', 'epoch':'15'},
          {'reference':'qemu-kvm-debugsource-2.12.0-64.module+el8.0.0+3180+d6a3561d.2', 'cpu':'x86_64', 'release':'8', 'epoch':'15'},
          {'reference':'ruby-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'ruby-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'ruby-hivex-1.3.15-6.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'ruby-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'ruby-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'ruby-libguestfs-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'seabios-1.11.1-3.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'seabios-bin-1.11.1-3.module+el8.0.0+3075+09be6b65', 'release':'8'},
          {'reference':'seavgabios-bin-1.11.1-3.module+el8.0.0+3075+09be6b65', 'release':'8'},
          {'reference':'sgabios-0.20170427git-2.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'sgabios-bin-0.20170427git-2.module+el8.0.0+3075+09be6b65', 'release':'8', 'epoch':'1'},
          {'reference':'SLOF-20171214-5.gitfa98132.module+el8.0.0+3075+09be6b65', 'release':'8'},
          {'reference':'supermin-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'supermin-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'supermin-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'supermin-debugsource-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'supermin-debugsource-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'supermin-debugsource-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'supermin-devel-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8'},
          {'reference':'supermin-devel-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8'},
          {'reference':'supermin-devel-5.1.19-8.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8'},
          {'reference':'virt-dib-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'aarch64', 'release':'8', 'epoch':'1'},
          {'reference':'virt-dib-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'s390x', 'release':'8', 'epoch':'1'},
          {'reference':'virt-dib-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'virt-p2v-maker-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'},
          {'reference':'virt-v2v-1.38.4-10.module+el8.0.0+3075+09be6b65', 'cpu':'x86_64', 'release':'8', 'epoch':'1'}
        ],
    };
    
    flag = 0;
    appstreams_found = 0;
    foreach module (keys(appstreams)) {
      appstream = NULL;
      appstream_name = NULL;
      appstream_version = NULL;
      appstream_split = split(module, sep:':', keep:FALSE);
      if (!empty_or_null(appstream_split)) {
        appstream_name = appstream_split[0];
        appstream_version = appstream_split[1];
        if (!empty_or_null(appstream_name)) appstream = get_one_kb_item('Host/RedHat/appstream/' + appstream_name);
      }
      if (!empty_or_null(appstream) && appstream_version == appstream || appstream_name == 'all') {
        appstreams_found++;
        foreach package_array ( appstreams[module] ) {
          reference = NULL;
          release = NULL;
          sp = NULL;
          cpu = NULL;
          el_string = NULL;
          rpm_spec_vers_cmp = NULL;
          epoch = NULL;
          if (!empty_or_null(package_array['reference'])) reference = package_array['reference'];
          if (!empty_or_null(package_array['release'])) release = 'RHEL' + package_array['release'];
          if (!empty_or_null(package_array['sp'])) sp = package_array['sp'];
          if (!empty_or_null(package_array['cpu'])) cpu = package_array['cpu'];
          if (!empty_or_null(package_array['el_string'])) el_string = package_array['el_string'];
          if (!empty_or_null(package_array['rpm_spec_vers_cmp'])) rpm_spec_vers_cmp = package_array['rpm_spec_vers_cmp'];
          if (!empty_or_null(package_array['epoch'])) epoch = package_array['epoch'];
          if (reference && release) {
            if (rpm_check(release:release, sp:sp, cpu:cpu, reference:reference, epoch:epoch, el_string:el_string, rpm_spec_vers_cmp:rpm_spec_vers_cmp)) flag++;
          }
        }
      }
    }
    
    if (!appstreams_found) audit(AUDIT_PACKAGE_NOT_INSTALLED, 'Module virt:rhel');
    
    if (flag)
    {
      security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, 'SLOF / hivex / hivex-debugsource / etc');
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2019-1268.NASL
    descriptionFrom Red Hat Security Advisory 2019:1268 : An 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. Kernel-based Virtual Machine (KVM) offers a full virtualization solution for Linux on numerous hardware platforms. The virt:rhel module contains packages which provide user-space components used to run virtual machines using KVM. The packages also provide APIs for managing and interacting with the virtualized systems. Security Fix(es) : * libvirt: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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-06-01
    modified2020-06-02
    plugin id127586
    published2019-08-12
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127586
    titleOracle Linux 8 : virt:rhel (ELSA-2019-1268)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2019:1268 and 
    # Oracle Linux Security Advisory ELSA-2019-1268 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(127586);
      script_version("1.3");
      script_cvs_date("Date: 2020/01/06");
    
      script_cve_id("CVE-2019-10132");
      script_xref(name:"RHSA", value:"2019:1268");
    
      script_name(english:"Oracle Linux 8 : virt:rhel (ELSA-2019-1268)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Oracle Linux host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "From Red Hat Security Advisory 2019:1268 :
    
    An 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.
    
    Kernel-based Virtual Machine (KVM) offers a full virtualization
    solution for Linux on numerous hardware platforms. The virt:rhel
    module contains packages which provide user-space components used to
    run virtual machines using KVM. The packages also provide APIs for
    managing and interacting with the virtualized systems.
    
    Security Fix(es) :
    
    * libvirt: wrong permissions in systemd admin-sock due to missing
    SocketMode parameter (CVE-2019-10132)
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2019-August/008977.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected virt:rhel packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/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:oracle:linux:libvirt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-admin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-bash-completion");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-config-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-config-nwfilter");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-interface");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-nodedev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-nwfilter");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-qemu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-secret");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-disk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-gluster");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-iscsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-logical");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-mpath");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-rbd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-driver-storage-scsi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-daemon-kvm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-lock-sanlock");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libvirt-nss");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:8");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/05/22");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/08/01");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/08/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Oracle Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/OracleLinux", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/OracleLinux")) audit(AUDIT_OS_NOT, "Oracle Linux");
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || !pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux)", string:release)) audit(AUDIT_OS_NOT, "Oracle Linux");
    os_ver = pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux) .*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Oracle Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^8([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 8", "Oracle Linux " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) 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, "Oracle Linux", cpu);
    if ("x86_64" >!< cpu) audit(AUDIT_ARCH_NOT, "x86_64", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-admin-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-bash-completion-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-client-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-config-network-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-config-nwfilter-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-interface-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-network-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-nodedev-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-nwfilter-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-qemu-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-secret-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-core-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-disk-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-gluster-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-iscsi-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-logical-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-mpath-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-rbd-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-driver-storage-scsi-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-daemon-kvm-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-devel-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-docs-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-libs-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-lock-sanlock-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    if (rpm_check(release:"EL8", cpu:"x86_64", reference:"libvirt-nss-4.5.0-23.2.0.1.module+el8.0.0+5225+ce2eb65e")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libvirt / libvirt-admin / libvirt-bash-completion / libvirt-client / etc");
    }
    
  • 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 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 familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1264.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: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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) : * libvirt terminates and core-dumps with SIGABRT as a result of a invalid pointer error trying to free memory in virNWFilterBindingDefFree() (BZ# 1702173)
    last seen2020-06-01
    modified2020-06-02
    plugin id125381
    published2019-05-24
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125381
    titleRHEL 7 : libvirt (RHSA-2019:1264)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1490-1.NASL
    descriptionThis update for libvirt fixes the following issues : Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331) CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) CVE-2018-12130: Microarchitectural Load Port Data Sampling (MLPDS) CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM) These updates contain the libvirt adjustments, that pass through the new
    last seen2020-06-01
    modified2020-06-02
    plugin id125922
    published2019-06-14
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125922
    titleSUSE SLED15 / SLES15 Security Update : libvirt (SUSE-SU-2019:1490-1) (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2019-1264.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: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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) : * libvirt terminates and core-dumps with SIGABRT as a result of a invalid pointer error trying to free memory in virNWFilterBindingDefFree() (BZ# 1702173)
    last seen2020-06-01
    modified2020-06-02
    plugin id125552
    published2019-05-30
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125552
    titleCentOS 7 : libvirt (CESA-2019:1264)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2019-1264.NASL
    descriptionFrom Red Hat Security Advisory 2019:1264 : 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: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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) : * libvirt terminates and core-dumps with SIGABRT as a result of a invalid pointer error trying to free memory in virNWFilterBindingDefFree() (BZ# 1702173)
    last seen2020-06-01
    modified2020-06-02
    plugin id125442
    published2019-05-28
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125442
    titleOracle Linux 7 : libvirt (ELSA-2019-1264)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-5F105DD2B6.NASL
    descriptionFix 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 id125426
    published2019-05-28
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125426
    titleFedora 30 : libvirt (2019-5f105dd2b6)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20190523_LIBVIRT_ON_SL7_X.NASL
    descriptionSecurity Fix(es) : - libvirt: wrong permissions in systemd admin-sock due to missing SocketMode parameter (CVE-2019-10132) 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) : - libvirt terminates and core-dumps with SIGABRT as a result of a invalid pointer error trying to free memory in virNWFilterBindingDefFree()
    last seen2020-03-18
    modified2019-05-28
    plugin id125448
    published2019-05-28
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125448
    titleScientific Linux Security Update : libvirt on SL7.x x86_64 (20190523)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1455.NASL
    descriptionThe updated Advanced Virtualization module is now available for Red Hat Enterprise Linux 8.0 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) : * A flaw was found in the implementation of the
    last seen2020-05-23
    modified2019-06-13
    plugin id125872
    published2019-06-13
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125872
    titleRHEL 8 : Virtualization Manager (RHSA-2019:1455) (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-4021-1.NASL
    descriptionDaniel P. Berrange discovered that libvirt incorrectly handled socket permissions. A local attacker could possibly use this issue to access libvirt. (CVE-2019-10132) It was discovered that libvirt incorrectly performed certain permission checks. A remote attacker could possibly use this issue to access the guest agent and cause a denial of service. This issue only affected Ubuntu 19.04. (CVE-2019-3886). 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 id126066
    published2019-06-20
    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/126066
    titleUbuntu 18.10 / 19.04 : libvirt vulnerabilities (USN-4021-1)

Redhat

advisories
  • bugzilla
    id1706067
    titleCVE-2019-10132 libvirt: wrong permissions in systemd admin-sock due to missing SocketMode parameter
    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.10
            ovaloval:com.redhat.rhsa:tst:20191264001
          • commentlibvirt-lock-sanlock is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581002
        • AND
          • commentlibvirt-devel is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264003
          • commentlibvirt-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581004
        • AND
          • commentlibvirt-login-shell is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264005
          • commentlibvirt-login-shell is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914034
        • AND
          • commentlibvirt-daemon-lxc is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264007
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264009
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264011
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264013
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264015
          • commentlibvirt-daemon-config-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914026
        • AND
          • commentlibvirt-daemon-driver-secret is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264017
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264019
          • commentlibvirt-daemon-config-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914020
        • AND
          • commentlibvirt-daemon-driver-storage-rbd is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264021
          • commentlibvirt-daemon-driver-storage-rbd is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029040
        • AND
          • commentlibvirt-daemon-driver-nodedev is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264023
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264025
          • commentlibvirt-daemon-driver-network is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914010
        • AND
          • commentlibvirt-daemon-driver-nwfilter is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264027
          • commentlibvirt-daemon-driver-nwfilter is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914002
        • AND
          • commentlibvirt-daemon-driver-storage-iscsi is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264029
          • commentlibvirt-daemon-driver-storage-iscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029014
        • AND
          • commentlibvirt-daemon-driver-storage-logical is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264031
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264033
          • commentlibvirt-daemon-driver-storage-core is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029010
        • AND
          • commentlibvirt-daemon-driver-interface is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264035
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264037
          • commentlibvirt-daemon-driver-storage-mpath is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029026
        • AND
          • commentlibvirt-daemon-driver-qemu is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264039
          • commentlibvirt-daemon-driver-qemu is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914016
        • AND
          • commentlibvirt-daemon-driver-storage is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264041
          • commentlibvirt-daemon-driver-storage is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914040
        • AND
          • commentlibvirt-daemon is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264043
          • commentlibvirt-daemon is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914008
        • AND
          • commentlibvirt-daemon-driver-storage-gluster is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264045
          • commentlibvirt-daemon-driver-storage-gluster is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029048
        • AND
          • commentlibvirt-daemon-driver-storage-scsi is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264047
          • commentlibvirt-daemon-driver-storage-scsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029028
        • AND
          • commentlibvirt is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264049
          • commentlibvirt is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581010
        • AND
          • commentlibvirt-daemon-kvm is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264051
          • 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.10
            ovaloval:com.redhat.rhsa:tst:20191264053
          • commentlibvirt-daemon-driver-storage-disk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029008
        • AND
          • commentlibvirt-daemon-driver-lxc is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264055
          • commentlibvirt-daemon-driver-lxc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20140914038
        • AND
          • commentlibvirt-bash-completion is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264057
          • commentlibvirt-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20183113026
        • AND
          • commentlibvirt-client is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264059
          • commentlibvirt-client is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20131581008
        • AND
          • commentlibvirt-libs is earlier than 0:4.5.0-10.el7_6.10
            ovaloval:com.redhat.rhsa:tst:20191264061
          • commentlibvirt-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20180029018
    rhsa
    idRHSA-2019:1264
    released2019-05-23
    severityImportant
    titleRHSA-2019:1264: libvirt security and bug fix update (Important)
  • bugzilla
    id1706067
    titleCVE-2019-10132 libvirt: wrong permissions in systemd admin-sock due to missing SocketMode parameter
    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
          • commentvirt-v2v is earlier than 1:1.38.4-10.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175001
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175003
          • commentvirt-p2v-maker is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175004
        • AND
          • commentvirt-dib is earlier than 1:1.38.4-10.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175005
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175007
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175009
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175011
          • commentsupermin is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175012
        • AND
          • commentsgabios is earlier than 1:0.20170427git-2.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175013
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175015
          • commentseabios is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175016
        • AND
          • commentruby-libguestfs is earlier than 1:1.38.4-10.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175017
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175019
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175021
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175023
          • commentqemu-kvm-core is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175024
        • AND
          • commentqemu-kvm-common is earlier than 15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175025
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175027
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175029
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175031
          • commentqemu-kvm-block-iscsi is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175032
        • AND
          • commentqemu-kvm-block-gluster is earlier than 15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175033
          • commentqemu-kvm-block-gluster is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175034
        • AND
          • commentqemu-kvm-block-curl is earlier than 15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175035
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175037
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175039
          • 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+3180+d6a3561d.2
            ovaloval:com.redhat.rhsa:tst:20191175041
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175043
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175045
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175047
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175049
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175051
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175053
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175055
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175057
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175059
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175061
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175063
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175065
          • commentnbdkit-plugin-xz is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175066
        • AND
          • commentnbdkit-plugin-vddk is earlier than 0:1.4.2-4.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175067
          • commentnbdkit-plugin-vddk is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175068
        • AND
          • commentnbdkit-plugin-python3 is earlier than 0:1.4.2-4.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175069
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175071
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175073
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175075
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175077
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175079
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175081
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175083
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175085
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191268087
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268089
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268091
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268093
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268095
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268097
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268099
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175099
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175101
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268105
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268107
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268109
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268111
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268113
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268115
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268117
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268119
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268121
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268123
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268125
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268127
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268129
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268131
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268133
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268135
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268137
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268139
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268141
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268143
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268145
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268147
          • 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.2.module+el8.0.0+3213+f56c86d8
            ovaloval:com.redhat.rhsa:tst:20191268149
          • 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+3075+09be6b65.1
            ovaloval:com.redhat.rhsa:tst:20191175149
          • 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+3075+09be6b65.1
            ovaloval:com.redhat.rhsa:tst:20191175151
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175153
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175155
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175157
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175159
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175161
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175163
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175165
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175167
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175169
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175171
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175173
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175175
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175177
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175179
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175181
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175183
          • commentlibguestfs-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175184
        • AND
          • commentlibguestfs is earlier than 1:1.38.4-10.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175185
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175187
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175189
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175191
          • commenthivex is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20150301004
        • AND
          • commentlibguestfs-benchmarking is earlier than 1:1.38.4-10.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175193
          • commentlibguestfs-benchmarking is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20191175194
        • AND
          • commentsgabios-bin is earlier than 1:0.20170427git-2.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175195
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175197
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175199
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175201
          • 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+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175203
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175205
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175207
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175209
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175211
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175213
          • 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.module+el8.0.0+3075+09be6b65
            ovaloval:com.redhat.rhsa:tst:20191175215
          • commentlibguestfs-bash-completion is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20162576004
    rhsa
    idRHSA-2019:1268
    released2019-05-23
    severityImportant
    titleRHSA-2019:1268: virt:rhel security update (Important)
  • rhsa
    idRHSA-2019:1455
rpms
  • libvirt-0:4.5.0-10.el7_6.10
  • libvirt-admin-0:4.5.0-10.el7_6.10
  • libvirt-bash-completion-0:4.5.0-10.el7_6.10
  • libvirt-client-0:4.5.0-10.el7_6.10
  • libvirt-daemon-0:4.5.0-10.el7_6.10
  • libvirt-daemon-config-network-0:4.5.0-10.el7_6.10
  • libvirt-daemon-config-nwfilter-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-interface-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-lxc-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-network-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-nodedev-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-nwfilter-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-qemu-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-secret-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-core-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-disk-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-gluster-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-iscsi-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-logical-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-mpath-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-rbd-0:4.5.0-10.el7_6.10
  • libvirt-daemon-driver-storage-scsi-0:4.5.0-10.el7_6.10
  • libvirt-daemon-kvm-0:4.5.0-10.el7_6.10
  • libvirt-daemon-lxc-0:4.5.0-10.el7_6.10
  • libvirt-debuginfo-0:4.5.0-10.el7_6.10
  • libvirt-devel-0:4.5.0-10.el7_6.10
  • libvirt-docs-0:4.5.0-10.el7_6.10
  • libvirt-libs-0:4.5.0-10.el7_6.10
  • libvirt-lock-sanlock-0:4.5.0-10.el7_6.10
  • libvirt-login-shell-0:4.5.0-10.el7_6.10
  • libvirt-nss-0:4.5.0-10.el7_6.10
  • SLOF-0:20171214-5.gitfa98132.module+el8.0.0+3075+09be6b65
  • hivex-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • hivex-debugsource-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • hivex-devel-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • libguestfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-bash-completion-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-benchmarking-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-benchmarking-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-debugsource-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-devel-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-gfs2-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-gobject-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-gobject-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-gobject-devel-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-inspect-icons-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-java-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-java-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-java-devel-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-javadoc-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-man-pages-ja-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-man-pages-uk-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-rescue-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-rsync-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-tools-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-tools-c-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-tools-c-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libguestfs-winsupport-0:8.0-2.module+el8.0.0+3075+09be6b65
  • libguestfs-xfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • libiscsi-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libiscsi-debuginfo-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libiscsi-debugsource-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libiscsi-devel-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libiscsi-utils-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libiscsi-utils-debuginfo-0:1.18.0-6.module+el8.0.0+3075+09be6b65
  • libssh2-0:1.8.0-7.module+el8.0.0+3075+09be6b65.1
  • libssh2-debuginfo-0:1.8.0-7.module+el8.0.0+3075+09be6b65.1
  • libssh2-debugsource-0:1.8.0-7.module+el8.0.0+3075+09be6b65.1
  • libvirt-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-admin-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-admin-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-bash-completion-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-client-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-client-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-config-network-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-config-nwfilter-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-interface-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-interface-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-network-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-network-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-nodedev-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-nodedev-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-nwfilter-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-nwfilter-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-qemu-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-qemu-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-secret-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-secret-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-core-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-core-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-disk-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-disk-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-gluster-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-gluster-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-iscsi-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-iscsi-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-logical-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-logical-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-mpath-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-mpath-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-rbd-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-rbd-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-scsi-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-driver-storage-scsi-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-daemon-kvm-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-dbus-0:1.2.0-2.module+el8.0.0+3075+09be6b65
  • libvirt-dbus-debuginfo-0:1.2.0-2.module+el8.0.0+3075+09be6b65
  • libvirt-dbus-debugsource-0:1.2.0-2.module+el8.0.0+3075+09be6b65
  • libvirt-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-debugsource-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-devel-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-docs-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-libs-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-libs-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-lock-sanlock-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-lock-sanlock-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-nss-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-nss-debuginfo-0:4.5.0-23.2.module+el8.0.0+3213+f56c86d8
  • libvirt-python-debugsource-0:4.5.0-1.module+el8.0.0+3075+09be6b65
  • lua-guestfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • lua-guestfs-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • nbdkit-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-bash-completion-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-basic-plugins-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-basic-plugins-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-debugsource-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-devel-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-example-plugins-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-example-plugins-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-gzip-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-gzip-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-python-common-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-python3-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-python3-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-vddk-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-vddk-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-xz-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • nbdkit-plugin-xz-debuginfo-0:1.4.2-4.module+el8.0.0+3075+09be6b65
  • netcf-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • netcf-debuginfo-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • netcf-debugsource-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • netcf-devel-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • netcf-libs-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • netcf-libs-debuginfo-0:0.2.8-10.module+el8.0.0+3075+09be6b65
  • perl-Sys-Guestfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • perl-Sys-Guestfs-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • perl-Sys-Virt-0:4.5.0-4.module+el8.0.0+3075+09be6b65
  • perl-Sys-Virt-debuginfo-0:4.5.0-4.module+el8.0.0+3075+09be6b65
  • perl-Sys-Virt-debugsource-0:4.5.0-4.module+el8.0.0+3075+09be6b65
  • perl-hivex-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • perl-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • python3-hivex-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • python3-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • python3-libguestfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • python3-libguestfs-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • python3-libvirt-0:4.5.0-1.module+el8.0.0+3075+09be6b65
  • python3-libvirt-debuginfo-0:4.5.0-1.module+el8.0.0+3075+09be6b65
  • qemu-guest-agent-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-guest-agent-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-img-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-img-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-curl-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-curl-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-gluster-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-gluster-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-iscsi-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-iscsi-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-rbd-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-rbd-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-ssh-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-block-ssh-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-common-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-common-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-core-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-core-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-debuginfo-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • qemu-kvm-debugsource-15:2.12.0-64.module+el8.0.0+3180+d6a3561d.2
  • ruby-hivex-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • ruby-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3075+09be6b65
  • ruby-libguestfs-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • ruby-libguestfs-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • seabios-0:1.11.1-3.module+el8.0.0+3075+09be6b65
  • seabios-bin-0:1.11.1-3.module+el8.0.0+3075+09be6b65
  • seavgabios-bin-0:1.11.1-3.module+el8.0.0+3075+09be6b65
  • sgabios-1:0.20170427git-2.module+el8.0.0+3075+09be6b65
  • sgabios-bin-1:0.20170427git-2.module+el8.0.0+3075+09be6b65
  • supermin-0:5.1.19-8.module+el8.0.0+3075+09be6b65
  • supermin-debuginfo-0:5.1.19-8.module+el8.0.0+3075+09be6b65
  • supermin-debugsource-0:5.1.19-8.module+el8.0.0+3075+09be6b65
  • supermin-devel-0:5.1.19-8.module+el8.0.0+3075+09be6b65
  • virt-dib-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • virt-dib-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • virt-p2v-maker-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • virt-v2v-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • virt-v2v-debuginfo-1:1.38.4-10.module+el8.0.0+3075+09be6b65
  • SLOF-0:20180702-3.git9b7ab2f.module+el8.0.0+3273+6bc1ee54
  • hivex-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • hivex-debugsource-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • hivex-devel-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • libguestfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-bash-completion-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-benchmarking-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-benchmarking-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-debugsource-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-devel-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-gfs2-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-gobject-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-gobject-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-gobject-devel-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-inspect-icons-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-java-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-java-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-java-devel-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-javadoc-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-man-pages-ja-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-man-pages-uk-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-rescue-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-rsync-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-tools-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-tools-c-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-tools-c-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libguestfs-winsupport-0:8.0-2.module+el8.0.0+3273+6bc1ee54
  • libguestfs-xfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • libiscsi-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libiscsi-debuginfo-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libiscsi-debugsource-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libiscsi-devel-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libiscsi-utils-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libiscsi-utils-debuginfo-0:1.18.0-6.module+el8.0.0+3273+6bc1ee54
  • libssh2-0:1.8.0-7.module+el8.0.0+3273+6bc1ee54.1
  • libssh2-debuginfo-0:1.8.0-7.module+el8.0.0+3273+6bc1ee54.1
  • libssh2-debugsource-0:1.8.0-7.module+el8.0.0+3273+6bc1ee54.1
  • libvirt-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-admin-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-admin-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-bash-completion-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-client-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-client-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-config-network-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-config-nwfilter-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-interface-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-interface-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-network-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-network-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-nodedev-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-nodedev-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-nwfilter-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-nwfilter-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-qemu-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-qemu-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-secret-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-secret-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-core-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-core-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-disk-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-disk-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-gluster-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-gluster-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-iscsi-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-iscsi-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-iscsi-direct-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-logical-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-logical-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-mpath-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-mpath-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-rbd-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-rbd-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-scsi-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-driver-storage-scsi-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-daemon-kvm-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-dbus-0:1.3.0-1.module+el8.0.0+3273+6bc1ee54
  • libvirt-dbus-debuginfo-0:1.3.0-1.module+el8.0.0+3273+6bc1ee54
  • libvirt-dbus-debugsource-0:1.3.0-1.module+el8.0.0+3273+6bc1ee54
  • libvirt-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-debugsource-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-devel-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-docs-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-libs-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-libs-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-lock-sanlock-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-lock-sanlock-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-nss-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-nss-debuginfo-0:5.0.0-7.1.module+el8.0.0+3273+6bc1ee54
  • libvirt-python-debugsource-0:5.0.0-3.module+el8.0.0+3273+6bc1ee54
  • lua-guestfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • lua-guestfs-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • nbdkit-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-bash-completion-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-basic-plugins-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-basic-plugins-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-debugsource-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-devel-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-example-plugins-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-example-plugins-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-gzip-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-gzip-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-python-common-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-python3-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-python3-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-vddk-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-vddk-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-xz-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • nbdkit-plugin-xz-debuginfo-0:1.4.2-4.module+el8.0.0+3273+6bc1ee54
  • netcf-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • netcf-debuginfo-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • netcf-debugsource-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • netcf-devel-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • netcf-libs-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • netcf-libs-debuginfo-0:0.2.8-10.module+el8.0.0+3273+6bc1ee54
  • perl-Sys-Guestfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • perl-Sys-Guestfs-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • perl-Sys-Virt-0:5.0.0-1.module+el8.0.0+3273+6bc1ee54
  • perl-Sys-Virt-debuginfo-0:5.0.0-1.module+el8.0.0+3273+6bc1ee54
  • perl-Sys-Virt-debugsource-0:5.0.0-1.module+el8.0.0+3273+6bc1ee54
  • perl-hivex-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • perl-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • python3-hivex-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • python3-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • python3-libguestfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • python3-libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • python3-libvirt-0:5.0.0-3.module+el8.0.0+3273+6bc1ee54
  • python3-libvirt-debuginfo-0:5.0.0-3.module+el8.0.0+3273+6bc1ee54
  • qemu-guest-agent-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-guest-agent-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-img-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-img-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-curl-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-curl-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-gluster-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-gluster-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-iscsi-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-iscsi-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-rbd-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-rbd-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-ssh-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-block-ssh-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-common-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-common-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-core-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-core-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-debuginfo-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • qemu-kvm-debugsource-15:3.1.0-20.module+el8.0.0+3273+6bc1ee54.1
  • ruby-hivex-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • ruby-hivex-debuginfo-0:1.3.15-6.module+el8.0.0+3273+6bc1ee54
  • ruby-libguestfs-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • ruby-libguestfs-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • seabios-0:1.12.0-1.module+el8.0.0+3273+6bc1ee54
  • seabios-bin-0:1.12.0-1.module+el8.0.0+3273+6bc1ee54
  • seavgabios-bin-0:1.12.0-1.module+el8.0.0+3273+6bc1ee54
  • sgabios-1:0.20170427git-2.module+el8.0.0+3273+6bc1ee54
  • sgabios-bin-1:0.20170427git-2.module+el8.0.0+3273+6bc1ee54
  • supermin-0:5.1.19-8.module+el8.0.0+3273+6bc1ee54
  • supermin-debuginfo-0:5.1.19-8.module+el8.0.0+3273+6bc1ee54
  • supermin-debugsource-0:5.1.19-8.module+el8.0.0+3273+6bc1ee54
  • supermin-devel-0:5.1.19-8.module+el8.0.0+3273+6bc1ee54
  • virt-dib-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • virt-dib-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • virt-p2v-maker-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • virt-v2v-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54
  • virt-v2v-debuginfo-1:1.40.2-1.module+el8.0.0+3273+6bc1ee54