Vulnerabilities > CVE-2018-11627 - Cross-site Scripting vulnerability in multiple products

047910
CVSS 4.3 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
PARTIAL
Availability impact
NONE
network
sinatrarb
redhat
CWE-79
nessus

Summary

Sinatra before 2.0.2 has XSS via the 400 Bad Request page that occurs upon a params parser exception.

Vulnerable Configurations

Part Description Count
Application
Sinatrarb
91
Application
Redhat
2

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Embedding Scripts in Non-Script Elements
    This attack is a form of Cross-Site Scripting (XSS) where malicious scripts are embedded in elements that are not expected to host scripts such as image tags (<img>), comments in XML documents (< !-CDATA->), etc. These tags may not be subject to the same input validation, output validation, and other content filtering and checking routines, so this can create an opportunity for an attacker to tunnel through the application's elements and launch a XSS attack through other elements. As with all remote attacks, it is important to differentiate the ability to launch an attack (such as probing an internal network for unpatched servers) and the ability of the remote attacker to collect and interpret the output of said attack.
  • Embedding Scripts within Scripts
    An attack of this type exploits a programs' vulnerabilities that are brought on by allowing remote hosts to execute scripts. The attacker leverages this capability to execute scripts to execute his/her own script by embedding it within other scripts that the target software is likely to execute. The attacker must have the ability to inject script into script that is likely to be executed. If this is done, then the attacker can potentially launch a variety of probes and attacks against the web server's local environment, in many cases the so-called DMZ, back end resources the web server can communicate with, and other hosts. With the proliferation of intermediaries, such as Web App Firewalls, network devices, and even printers having JVMs and Web servers, there are many locales where an attacker can inject malicious scripts. Since this attack pattern defines scripts within scripts, there are likely privileges to execute said attack on the host. Of course, these attacks are not solely limited to the server side, client side scripts like Ajax and client side JavaScript can contain malicious scripts as well. In general all that is required is for there to be sufficient privileges to execute a script, but not protected against writing.
  • Cross-Site Scripting in Error Pages
    An attacker distributes a link (or possibly some other query structure) with a request to a third party web server that is malformed and also contains a block of exploit code in order to have the exploit become live code in the resulting error page. When the third party web server receives the crafted request and notes the error it then creates an error message that echoes the malformed message, including the exploit. Doing this converts the exploit portion of the message into to valid language elements that are executed by the viewing browser. When a victim executes the query provided by the attacker the infected error message error message is returned including the exploit code which then runs in the victim's browser. XSS can result in execution of code as well as data leakage (e.g. session cookies can be sent to the attacker). This type of attack is especially dangerous since the exploit appears to come from the third party web server, who the victim may trust and hence be more vulnerable to deception.
  • Cross-Site Scripting Using Alternate Syntax
    The attacker uses alternate forms of keywords or commands that result in the same action as the primary form but which may not be caught by filters. For example, many keywords are processed in a case insensitive manner. If the site's web filtering algorithm does not convert all tags into a consistent case before the comparison with forbidden keywords it is possible to bypass filters (e.g., incomplete black lists) by using an alternate case structure. For example, the "script" tag using the alternate forms of "Script" or "ScRiPt" may bypass filters where "script" is the only form tested. Other variants using different syntax representations are also possible as well as using pollution meta-characters or entities that are eventually ignored by the rendering engine. The attack can result in the execution of otherwise prohibited functionality.

Nessus

  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_CA05D9DAAC1D41138A05FFE9CD0D6160.NASL
    descriptionSinatra blog : Sinatra had a critical vulnerability since v2.0.0. The purpose of this release is to fix CVE-2018-11627. The vulnerability is that XSS can be executed by using illegal parameters.
    last seen2020-06-01
    modified2020-06-02
    plugin id111479
    published2018-08-02
    reporterThis script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/111479
    titleFreeBSD : sinatra -- XSS vulnerability (ca05d9da-ac1d-4113-8a05-ffe9cd0d6160)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from the FreeBSD VuXML database :
    #
    # Copyright 2003-2018 Jacques Vidrine and contributors
    #
    # Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
    # HTML, PDF, PostScript, RTF and so forth) with or without modification,
    # are permitted provided that the following conditions are met:
    # 1. Redistributions of source code (VuXML) must retain the above
    #    copyright notice, this list of conditions and the following
    #    disclaimer as the first lines of this file unmodified.
    # 2. Redistributions in compiled form (transformed to other DTDs,
    #    published online in any format, converted to PDF, PostScript,
    #    RTF and other formats) must reproduce the above copyright
    #    notice, this list of conditions and the following disclaimer
    #    in the documentation and/or other materials provided with the
    #    distribution.
    # 
    # THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
    # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
    # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
    # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
    # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(111479);
      script_version("1.3");
      script_cvs_date("Date: 2018/11/10 11:49:47");
    
      script_cve_id("CVE-2018-11627");
    
      script_name(english:"FreeBSD : sinatra -- XSS vulnerability (ca05d9da-ac1d-4113-8a05-ffe9cd0d6160)");
      script_summary(english:"Checks for updated package in pkg_info output");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote FreeBSD host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sinatra blog :
    
    Sinatra had a critical vulnerability since v2.0.0. The purpose of this
    release is to fix CVE-2018-11627.
    
    The vulnerability is that XSS can be executed by using illegal
    parameters."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://sinatrarb.com/2018/06/09/sinatra-2.0.2-and-2.0.3.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md"
      );
      # https://vuxml.freebsd.org/freebsd/ca05d9da-ac1d-4113-8a05-ffe9cd0d6160.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?c6aca925"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected package.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:rubygem-sinatra");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2018/06/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2018/07/31");
      script_set_attribute(attribute:"plugin_publication_date", value:"2018/08/02");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"FreeBSD Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("freebsd_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
    if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (pkg_test(save_report:TRUE, pkg:"rubygem-sinatra>=2.0.0<2.0.2")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:pkg_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2018-3F61C5CF7C.NASL
    descriptionFix XSS in the 400 Bad Request page (CVE-2018-11627, rhbz#1585218). 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-05
    modified2019-01-03
    plugin id120372
    published2019-01-03
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/120372
    titleFedora 28 : 1:rubygem-sinatra (2018-3f61c5cf7c)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory FEDORA-2018-3f61c5cf7c.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(120372);
      script_version("1.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2018-11627");
      script_xref(name:"FEDORA", value:"2018-3f61c5cf7c");
    
      script_name(english:"Fedora 28 : 1:rubygem-sinatra (2018-3f61c5cf7c)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Fix XSS in the 400 Bad Request page (CVE-2018-11627, rhbz#1585218).
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bodhi.fedoraproject.org/updates/FEDORA-2018-3f61c5cf7c"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected 1:rubygem-sinatra package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      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:N/UI:R/S:C/C:L/I:L/A:N");
      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:fedoraproject:fedora:1:rubygem-sinatra");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:28");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2018/05/31");
      script_set_attribute(attribute:"patch_publication_date", value:"2018/06/23");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/01/03");
      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:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "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);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = pregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! preg(pattern:"^28([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 28", "Fedora " + 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, "Fedora", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"FC28", reference:"rubygem-sinatra-2.0.0-4.fc28", epoch:"1")) flag++;
    
    
    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, "1:rubygem-sinatra");
    }
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2018-0B17E1E529.NASL
    descriptionFix XSS in the 400 Bad Request page (CVE-2018-11627, rhbz#1585218). 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-05
    modified2018-06-25
    plugin id110667
    published2018-06-25
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/110667
    titleFedora 27 : 1:rubygem-sinatra (2018-0b17e1e529)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory FEDORA-2018-0b17e1e529.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(110667);
      script_version("1.5");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2018-11627");
      script_xref(name:"FEDORA", value:"2018-0b17e1e529");
    
      script_name(english:"Fedora 27 : 1:rubygem-sinatra (2018-0b17e1e529)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Fix XSS in the 400 Bad Request page (CVE-2018-11627, rhbz#1585218).
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bodhi.fedoraproject.org/updates/FEDORA-2018-0b17e1e529"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected 1:rubygem-sinatra package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:1:rubygem-sinatra");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:27");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2018/05/31");
      script_set_attribute(attribute:"patch_publication_date", value:"2018/06/23");
      script_set_attribute(attribute:"plugin_publication_date", value:"2018/06/25");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "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);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = pregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! preg(pattern:"^27([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 27", "Fedora " + 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, "Fedora", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"FC27", reference:"rubygem-sinatra-2.0.0-3.fc27", epoch:"1")) flag++;
    
    
    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, "1:rubygem-sinatra");
    }
    

Redhat

advisories
  • rhsa
    idRHSA-2019:0212
  • rhsa
    idRHSA-2019:0315
rpms
  • ansible-runner-0:1.1.2-2.el7ar
  • ansible-tower-0:3.3.3-1.el7at
  • ansible-tower-server-0:3.3.3-1.el7at
  • ansible-tower-setup-0:3.3.3-1.el7at
  • ansible-tower-ui-0:3.3.3-1.el7at
  • ansible-tower-venv-ansible-0:3.3.3-1.el7at
  • ansible-tower-venv-tower-0:3.3.3-1.el7at
  • bubblewrap-0:0.1.7-1.el7
  • bubblewrap-debuginfo-0:0.1.7-1.el7
  • cfme-0:5.10.0.33-1.el7cf
  • cfme-amazon-smartstate-0:5.10.0.33-1.el7cf
  • cfme-appliance-0:5.10.0.33-1.el7cf
  • cfme-appliance-common-0:5.10.0.33-1.el7cf
  • cfme-appliance-debuginfo-0:5.10.0.33-1.el7cf
  • cfme-appliance-tools-0:5.10.0.33-1.el7cf
  • cfme-debuginfo-0:5.10.0.33-1.el7cf
  • cfme-gemset-0:5.10.0.33-1.el7cf
  • cfme-gemset-debuginfo-0:5.10.0.33-1.el7cf
  • dbus-api-service-0:1.0.1-5.el7cf
  • dumb-init-0:1.2.0-1.el7cf
  • dumb-init-debuginfo-0:1.2.0-1.el7cf
  • erlang-0:19.3.6.7-1.el7at
  • erlang-asn1-0:19.3.6.7-1.el7at
  • erlang-common_test-0:19.3.6.7-1.el7at
  • erlang-compiler-0:19.3.6.7-1.el7at
  • erlang-cosEvent-0:19.3.6.7-1.el7at
  • erlang-cosEventDomain-0:19.3.6.7-1.el7at
  • erlang-cosFileTransfer-0:19.3.6.7-1.el7at
  • erlang-cosNotification-0:19.3.6.7-1.el7at
  • erlang-cosProperty-0:19.3.6.7-1.el7at
  • erlang-cosTime-0:19.3.6.7-1.el7at
  • erlang-cosTransactions-0:19.3.6.7-1.el7at
  • erlang-crypto-0:19.3.6.7-1.el7at
  • erlang-debugger-0:19.3.6.7-1.el7at
  • erlang-debuginfo-0:19.3.6.7-1.el7at
  • erlang-dialyzer-0:19.3.6.7-1.el7at
  • erlang-diameter-0:19.3.6.7-1.el7at
  • erlang-doc-0:19.3.6.7-1.el7at
  • erlang-edoc-0:19.3.6.7-1.el7at
  • erlang-eldap-0:19.3.6.7-1.el7at
  • erlang-erl_docgen-0:19.3.6.7-1.el7at
  • erlang-erl_interface-0:19.3.6.7-1.el7at
  • erlang-erts-0:19.3.6.7-1.el7at
  • erlang-et-0:19.3.6.7-1.el7at
  • erlang-eunit-0:19.3.6.7-1.el7at
  • erlang-gs-0:19.3.6.7-1.el7at
  • erlang-hipe-0:19.3.6.7-1.el7at
  • erlang-ic-0:19.3.6.7-1.el7at
  • erlang-inets-0:19.3.6.7-1.el7at
  • erlang-jinterface-0:19.3.6.7-1.el7at
  • erlang-kernel-0:19.3.6.7-1.el7at
  • erlang-megaco-0:19.3.6.7-1.el7at
  • erlang-mnesia-0:19.3.6.7-1.el7at
  • erlang-observer-0:19.3.6.7-1.el7at
  • erlang-odbc-0:19.3.6.7-1.el7at
  • erlang-orber-0:19.3.6.7-1.el7at
  • erlang-os_mon-0:19.3.6.7-1.el7at
  • erlang-otp_mibs-0:19.3.6.7-1.el7at
  • erlang-parsetools-0:19.3.6.7-1.el7at
  • erlang-percept-0:19.3.6.7-1.el7at
  • erlang-public_key-0:19.3.6.7-1.el7at
  • erlang-reltool-0:19.3.6.7-1.el7at
  • erlang-runtime_tools-0:19.3.6.7-1.el7at
  • erlang-sasl-0:19.3.6.7-1.el7at
  • erlang-snmp-0:19.3.6.7-1.el7at
  • erlang-ssh-0:19.3.6.7-1.el7at
  • erlang-ssl-0:19.3.6.7-1.el7at
  • erlang-stdlib-0:19.3.6.7-1.el7at
  • erlang-syntax_tools-0:19.3.6.7-1.el7at
  • erlang-tools-0:19.3.6.7-1.el7at
  • erlang-typer-0:19.3.6.7-1.el7at
  • erlang-wx-0:19.3.6.7-1.el7at
  • erlang-xmerl-0:19.3.6.7-1.el7at
  • google-compute-engine-0:2.0.0-2.el7cf
  • google-config-0:2.0.0-2.el7cf
  • httpd-configmap-generator-0:0.2.2-2.el7cf
  • nginx-1:1.10.2-1.el7at
  • nginx-all-modules-1:1.10.2-1.el7at
  • nginx-debuginfo-1:1.10.2-1.el7at
  • nginx-filesystem-1:1.10.2-1.el7at
  • nginx-mod-http-geoip-1:1.10.2-1.el7at
  • nginx-mod-http-image-filter-1:1.10.2-1.el7at
  • nginx-mod-http-perl-1:1.10.2-1.el7at
  • nginx-mod-http-xslt-filter-1:1.10.2-1.el7at
  • nginx-mod-mail-1:1.10.2-1.el7at
  • nginx-mod-stream-1:1.10.2-1.el7at
  • ovirt-ansible-cluster-upgrade-0:1.1.8-1.el7ev
  • ovirt-ansible-disaster-recovery-0:1.1.2-1.el7ev
  • ovirt-ansible-engine-setup-0:1.1.5-1.el7ev
  • ovirt-ansible-image-template-0:1.1.8-1.el7ev
  • ovirt-ansible-infra-0:1.1.8-1.el7ev
  • ovirt-ansible-manageiq-0:1.1.12-1.el7ev
  • ovirt-ansible-repositories-0:1.1.2-1.el7ev
  • ovirt-ansible-roles-0:1.1.5-1.el7ev
  • ovirt-ansible-shutdown-env-0:1.0.0-1.el7ev
  • ovirt-ansible-v2v-conversion-host-0:1.6.3-1.el7ev
  • ovirt-ansible-vm-infra-0:1.1.10-1.el7ev
  • postgresql96-0:9.6.10-1PGDG.el7at
  • postgresql96-contrib-0:9.6.10-1PGDG.el7at
  • postgresql96-debuginfo-0:9.6.10-1PGDG.el7at
  • postgresql96-devel-0:9.6.10-1PGDG.el7at
  • postgresql96-docs-0:9.6.10-1PGDG.el7at
  • postgresql96-libs-0:9.6.10-1PGDG.el7at
  • postgresql96-plperl-0:9.6.10-1PGDG.el7at
  • postgresql96-plpython-0:9.6.10-1PGDG.el7at
  • postgresql96-pltcl-0:9.6.10-1PGDG.el7at
  • postgresql96-server-0:9.6.10-1PGDG.el7at
  • postgresql96-test-0:9.6.10-1PGDG.el7at
  • prince-0:9.0r2-10.el7cf
  • pyOpenSSL-doc-0:17.3.0-4.el7ost
  • python-colorama-0:0.3.7-2.el7ost
  • python-crypto-debuginfo-0:2.6.1-16.el7at
  • python-funcsigs-0:1.0.2-1.el7ost
  • python-funcsigs-doc-0:1.0.2-1.el7ost
  • python-meld3-0:0.6.10-1.el7
  • python-meld3-debuginfo-0:0.6.10-1.el7
  • python-mock-0:2.0.0-1.el7ost
  • python-psutil-debuginfo-0:5.4.3-2.el7at
  • python-pysocks-0:1.5.6-3.el7ost
  • python-qpid-proton-0:0.19.0-1.el7cf
  • python-qpid-proton-docs-0:0.19.0-1.el7cf
  • python2-bambou-0:3.0.1-2.el7cf
  • python2-crypto-0:2.6.1-16.el7at
  • python2-daemon-0:2.1.2-7.el7at
  • python2-future-0:0.16.0-1.el7cf
  • python2-lockfile-1:0.11.0-10.el7at
  • python2-pbr-0:3.1.1-2.el7ost
  • python2-pexpect-0:4.6-1.el7at
  • python2-psutil-0:5.4.3-2.el7at
  • python2-ptyprocess-0:0.5.2-3.el7at
  • python2-pyOpenSSL-0:17.3.0-4.el7ost
  • python2-pylxca-0:2.1.1-2.el7cf
  • python2-requests-0:2.14.2-1.el7ost
  • python2-requests-toolbelt-0:0.8.0-2.el7cf
  • python2-tabulate-0:0.8.2-1.el7cf
  • python2-urllib3-0:1.21.1-1.2.el7ost
  • python2-vspk-0:5.3.2-2.el7cf
  • qpid-proton-c-0:0.19.0-1.el7cf
  • qpid-proton-c-devel-0:0.19.0-1.el7cf
  • qpid-proton-c-docs-0:0.19.0-1.el7cf
  • qpid-proton-cpp-0:0.19.0-1.el7cf
  • qpid-proton-cpp-devel-0:0.19.0-1.el7cf
  • qpid-proton-cpp-docs-0:0.19.0-1.el7cf
  • qpid-proton-debuginfo-0:0.19.0-1.el7cf
  • rabbitmq-server-0:3.7.4-1.el7at
  • rh-postgresql95-postgresql-pglogical-0:2.1.0-4.el7cf
  • rh-postgresql95-postgresql-pglogical-debuginfo-0:2.1.0-4.el7cf
  • rh-postgresql95-repmgr-0:4.0.6-2.el7cf
  • rh-postgresql95-repmgr-debuginfo-0:4.0.6-2.el7cf
  • ruby-0:2.4.5-90.el7cf
  • ruby-debuginfo-0:2.4.5-90.el7cf
  • ruby-devel-0:2.4.5-90.el7cf
  • ruby-doc-0:2.4.5-90.el7cf
  • ruby-irb-0:2.4.5-90.el7cf
  • ruby-libs-0:2.4.5-90.el7cf
  • rubygem-bcrypt-0:3.1.12-1.el7cf
  • rubygem-bcrypt-debuginfo-0:3.1.12-1.el7cf
  • rubygem-bcrypt-doc-0:3.1.12-1.el7cf
  • rubygem-bigdecimal-0:1.3.2-90.el7cf
  • rubygem-did_you_mean-0:1.1.0-90.el7cf
  • rubygem-ffi-0:1.9.25-1.el7cf
  • rubygem-ffi-debuginfo-0:1.9.25-1.el7cf
  • rubygem-ffi-doc-0:1.9.25-1.el7cf
  • rubygem-hamlit-0:2.8.8-1.el7cf
  • rubygem-hamlit-debuginfo-0:2.8.8-1.el7cf
  • rubygem-hamlit-doc-0:2.8.8-1.el7cf
  • rubygem-http_parser.rb-0:0.6.0-1.el7cf
  • rubygem-http_parser.rb-debuginfo-0:0.6.0-1.el7cf
  • rubygem-http_parser.rb-doc-0:0.6.0-1.el7cf
  • rubygem-io-console-0:0.4.6-90.el7cf
  • rubygem-json-0:2.1.0-1.el7cf
  • rubygem-json-debuginfo-0:2.1.0-1.el7cf
  • rubygem-json-doc-0:2.1.0-1.el7cf
  • rubygem-linux_block_device-0:0.2.1-1.el7cf
  • rubygem-linux_block_device-debuginfo-0:0.2.1-1.el7cf
  • rubygem-linux_block_device-doc-0:0.2.1-1.el7cf
  • rubygem-memory_buffer-0:0.1.0-2.el7cf
  • rubygem-memory_buffer-debuginfo-0:0.1.0-2.el7cf
  • rubygem-memory_buffer-doc-0:0.1.0-2.el7cf
  • rubygem-minitest-0:5.10.1-90.el7cf
  • rubygem-net-telnet-0:0.1.1-90.el7cf
  • rubygem-nio4r-0:2.3.1-1.el7cf
  • rubygem-nio4r-debuginfo-0:2.3.1-1.el7cf
  • rubygem-nio4r-doc-0:2.3.1-1.el7cf
  • rubygem-nokogiri-0:1.8.2-1.el7cf
  • rubygem-nokogiri-debuginfo-0:1.8.2-1.el7cf
  • rubygem-nokogiri-doc-0:1.8.2-1.el7cf
  • rubygem-openssl-0:2.0.9-90.el7cf
  • rubygem-ovirt-engine-sdk4-0:4.2.4-1.el7cf
  • rubygem-ovirt-engine-sdk4-debuginfo-0:4.2.4-1.el7cf
  • rubygem-ovirt-engine-sdk4-doc-0:4.2.4-1.el7cf
  • rubygem-pg-0:0.18.4-2.el7cf
  • rubygem-pg-debuginfo-0:0.18.4-2.el7cf
  • rubygem-pg-doc-0:0.18.4-2.el7cf
  • rubygem-power_assert-0:0.4.1-90.el7cf
  • rubygem-psych-0:2.2.2-90.el7cf
  • rubygem-puma-0:3.7.1-1.el7cf
  • rubygem-puma-debuginfo-0:3.7.1-1.el7cf
  • rubygem-puma-doc-0:3.7.1-1.el7cf
  • rubygem-qpid_proton-0:0.22.0-2.el7cf
  • rubygem-qpid_proton-debuginfo-0:0.22.0-2.el7cf
  • rubygem-qpid_proton-doc-0:0.22.0-2.el7cf
  • rubygem-rake-0:12.0.0-90.el7cf
  • rubygem-rdoc-0:5.0.0-90.el7cf
  • rubygem-redhat_access_cfme-0:2.0.3-1.el7cf
  • rubygem-redhat_access_cfme-doc-0:2.0.3-1.el7cf
  • rubygem-redhat_access_lib-0:1.1.4-2.el7cf
  • rubygem-rugged-0:0.27.4-1.el7cf
  • rubygem-rugged-debuginfo-0:0.27.4-1.el7cf
  • rubygem-rugged-doc-0:0.27.4-1.el7cf
  • rubygem-sqlite3-0:1.3.13-2.el7cf
  • rubygem-sqlite3-debuginfo-0:1.3.13-2.el7cf
  • rubygem-sqlite3-doc-0:1.3.13-2.el7cf
  • rubygem-test-unit-0:3.2.3-90.el7cf
  • rubygem-unf_ext-0:0.0.7.5-1.el7cf
  • rubygem-unf_ext-debuginfo-0:0.0.7.5-1.el7cf
  • rubygem-unf_ext-doc-0:0.0.7.5-1.el7cf
  • rubygem-websocket-driver-0:0.6.5-1.el7cf
  • rubygem-websocket-driver-debuginfo-0:0.6.5-1.el7cf
  • rubygem-websocket-driver-doc-0:0.6.5-1.el7cf
  • rubygem-xmlrpc-0:0.2.1-90.el7cf
  • rubygems-0:2.6.14.3-90.el7cf
  • rubygems-devel-0:2.6.14.3-90.el7cf
  • smem-0:1.4-1.el7cf
  • supervisor-0:3.1.4-1.el7
  • wmi-0:1.3.14-7.el7cf
  • wmi-debuginfo-0:1.3.14-7.el7cf
  • wxBase3-0:3.0.3-5.el7at
  • wxGTK3-0:3.0.3-5.el7at
  • wxGTK3-debuginfo-0:3.0.3-5.el7at
  • wxGTK3-devel-0:3.0.3-5.el7at
  • wxGTK3-docs-0:3.0.3-5.el7at
  • wxGTK3-gl-0:3.0.3-5.el7at
  • wxGTK3-media-0:3.0.3-5.el7at
  • wxGTK3-xmldocs-0:3.0.3-5.el7at
  • cfme-0:5.9.8.1-1.el7cf
  • cfme-amazon-smartstate-0:5.9.8.1-1.el7cf
  • cfme-appliance-0:5.9.8.1-1.el7cf
  • cfme-appliance-common-0:5.9.8.1-1.el7cf
  • cfme-appliance-debuginfo-0:5.9.8.1-1.el7cf
  • cfme-appliance-tools-0:5.9.8.1-1.el7cf
  • cfme-debuginfo-0:5.9.8.1-1.el7cf
  • cfme-gemset-0:5.9.8.1-1.el7cf
  • cfme-gemset-debuginfo-0:5.9.8.1-1.el7cf
  • dbus-api-service-0:1.0.1-3.2.el7cf