rhsa-2017:3113
Vulnerability from csaf_redhat
Published
2017-11-02 19:15
Modified
2025-01-19 19:40
Summary
Red Hat Security Advisory: Red Hat JBoss Web Server security and bug fix update

Notes

Topic
An update is now available for Red Hat JBoss Enterprise Web Server 2.1.2 for RHEL 6 and Red Hat JBoss Enterprise Web Server 2.1.2 for RHEL 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.
Details
The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server. OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. This release provides an update to httpd, OpenSSL and Tomcat 6/7 for Red Hat JBoss Web Server 2.1.2. The updates are documented in the Release Notes document linked to in the References. This release of Red Hat JBoss Web Server 2.1.2 Service Pack 2 serves as a update for Red Hat JBoss Web Server 2, and includes bug fixes, which are documented in the Release Notes document linked to in the References. Users of Red Hat JBoss Web Server 2 should upgrade to these updated packages, which resolve several security issues. Security Fix(es): * It was discovered that the httpd's mod_auth_digest module did not properly initialize memory before using it when processing certain headers related to digest authentication. A remote attacker could possibly use this flaw to disclose potentially sensitive information or cause httpd child process to crash by sending specially crafted requests to a server. (CVE-2017-9788) * A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution. (CVE-2017-12615) * A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution. (CVE-2017-12617) * A flaw was found in the way the DES/3DES cipher was used as part of the TLS/SSL protocol. A man-in-the-middle attacker could use this flaw to recover some plaintext data by capturing large amounts of encrypted traffic between TLS/SSL server and client if the communication used a DES/3DES based ciphersuite. (CVE-2016-2183) * A use-after-free flaw was found in the way httpd handled invalid and previously unregistered HTTP methods specified in the Limit directive used in an .htaccess file. A remote attacker could possibly use this flaw to disclose portions of the server memory, or cause httpd child process to crash. (CVE-2017-9798) Red Hat would like to thank OpenVPN for reporting CVE-2016-2183 and Hanno Böck for reporting CVE-2017-9798. Upstream acknowledges Karthikeyan Bhargavan (Inria) and Gaëtan Leurent (Inria) as the original reporters of CVE-2016-2183. Bug Fix(es): * Corruption in nodestatsmem in multiple core dumps but in different functions of each core dump. (BZ#1338640) * mod_cluster segfaults in process_info() due to wrongly generated assembler instruction movslq (BZ#1448709) * CRL checking of very large CRLs fails with OpenSSL 1.0.2 (BZ#1493075)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
   document: {
      aggregate_severity: {
         namespace: "https://access.redhat.com/security/updates/classification/",
         text: "Important",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright © Red Hat, Inc. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "An update is now available for Red Hat JBoss Enterprise Web Server 2.1.2 for RHEL 6 and Red Hat JBoss Enterprise Web Server 2.1.2 for RHEL 7.\n\nRed 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.",
            title: "Topic",
         },
         {
            category: "general",
            text: "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nOpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nApache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies.\n\nThis release provides an update to httpd, OpenSSL and Tomcat 6/7 for Red Hat JBoss Web Server 2.1.2. The updates are documented in the Release Notes document linked to in the References.\n\nThis release of Red Hat JBoss Web Server 2.1.2 Service Pack 2 serves as a update for Red Hat JBoss Web Server 2, and includes bug fixes, which are documented in the Release Notes document linked to in the References.\n\nUsers of Red Hat JBoss Web Server 2 should upgrade to these updated packages, which resolve several security issues.\n\nSecurity Fix(es):\n\n* It was discovered that the httpd's mod_auth_digest module did not properly initialize memory before using it when processing certain headers related to digest authentication. A remote attacker could possibly use this flaw to disclose potentially sensitive information or cause httpd child process to crash by sending specially crafted requests to a server. (CVE-2017-9788)\n\n* A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution. (CVE-2017-12615)\n\n* A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution. (CVE-2017-12617)\n\n* A flaw was found in the way the DES/3DES cipher was used as part of the TLS/SSL protocol. A man-in-the-middle attacker could use this flaw to recover some plaintext data by capturing large amounts of encrypted traffic between TLS/SSL server and client if the communication used a DES/3DES based ciphersuite. (CVE-2016-2183)\n\n* A use-after-free flaw was found in the way httpd handled invalid and previously unregistered HTTP methods specified in the Limit directive used in an .htaccess file. A remote attacker could possibly use this flaw to disclose portions of the server memory, or cause httpd child process to crash. (CVE-2017-9798)\n\nRed Hat would like to thank OpenVPN for reporting CVE-2016-2183 and Hanno Böck for reporting CVE-2017-9798. Upstream acknowledges Karthikeyan Bhargavan (Inria) and Gaëtan Leurent (Inria) as the original reporters of CVE-2016-2183.\n\nBug Fix(es):\n\n* Corruption in nodestatsmem in multiple core dumps but in different functions of each core dump. (BZ#1338640)\n\n* mod_cluster segfaults in process_info() due to wrongly generated assembler instruction movslq (BZ#1448709)\n\n* CRL checking of very large CRLs fails with OpenSSL 1.0.2 (BZ#1493075)",
            title: "Details",
         },
         {
            category: "legal_disclaimer",
            text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
            title: "Terms of Use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://access.redhat.com/security/team/contact/",
         issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
         name: "Red Hat Product Security",
         namespace: "https://www.redhat.com",
      },
      references: [
         {
            category: "self",
            summary: "https://access.redhat.com/errata/RHSA-2017:3113",
            url: "https://access.redhat.com/errata/RHSA-2017:3113",
         },
         {
            category: "external",
            summary: "https://access.redhat.com/security/updates/classification/#important",
            url: "https://access.redhat.com/security/updates/classification/#important",
         },
         {
            category: "external",
            summary: "https://access.redhat.com/articles/3227901",
            url: "https://access.redhat.com/articles/3227901",
         },
         {
            category: "external",
            summary: "1369383",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1369383",
         },
         {
            category: "external",
            summary: "1470748",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1470748",
         },
         {
            category: "external",
            summary: "1490344",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1490344",
         },
         {
            category: "external",
            summary: "1493075",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1493075",
         },
         {
            category: "external",
            summary: "1493220",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1493220",
         },
         {
            category: "external",
            summary: "1494283",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1494283",
         },
         {
            category: "self",
            summary: "Canonical URL",
            url: "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3113.json",
         },
      ],
      title: "Red Hat Security Advisory: Red Hat JBoss Web Server security and bug fix update",
      tracking: {
         current_release_date: "2025-01-19T19:40:21+00:00",
         generator: {
            date: "2025-01-19T19:40:21+00:00",
            engine: {
               name: "Red Hat SDEngine",
               version: "4.2.6",
            },
         },
         id: "RHSA-2017:3113",
         initial_release_date: "2017-11-02T19:15:44+00:00",
         revision_history: [
            {
               date: "2017-11-02T19:15:44+00:00",
               number: "1",
               summary: "Initial version",
            },
            {
               date: "2017-11-02T19:15:44+00:00",
               number: "2",
               summary: "Last updated version",
            },
            {
               date: "2025-01-19T19:40:21+00:00",
               number: "3",
               summary: "Last generated version",
            },
         ],
         status: "final",
         version: "3",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
                        product: {
                           name: "Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
                           product_id: "6Server-JBEWS-2",
                           product_identification_helper: {
                              cpe: "cpe:/a:redhat:jboss_enterprise_web_server:2::el6",
                           },
                        },
                     },
                     {
                        category: "product_name",
                        name: "Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
                        product: {
                           name: "Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
                           product_id: "7Server-JBEWS-2",
                           product_identification_helper: {
                              cpe: "cpe:/a:redhat:jboss_enterprise_web_server:2::el7",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "Red Hat JBoss Web Server",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "httpd-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "httpd-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "httpd-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-debuginfo@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ldap@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-tools@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-devel@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                           product_id: "mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ssl@2.2.26-57.ep6.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                        product: {
                           name: "httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                           product_id: "httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-manual@2.2.26-57.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                        product: {
                           name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                           product_id: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native-debuginfo@1.2.13-9.Final_redhat_2.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                        product: {
                           name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                           product_id: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native@1.2.13-9.Final_redhat_2.ep6.el6?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-static@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-libs@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-perl@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-debuginfo@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_id: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-devel@1.0.2h-14.jbcs.el6?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                        product: {
                           name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                           product_id: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native-debuginfo@1.2.13-9.Final_redhat_2.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                        product: {
                           name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                           product_id: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native@1.2.13-9.Final_redhat_2.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                           product_id: "mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ssl22@2.2.26-58.ep6.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22-manual@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ldap22@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "httpd22-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "httpd22-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22-debuginfo@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22-tools@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                        product: {
                           name: "httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                           product_id: "httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22-devel@2.2.26-58.ep6.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-static@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-libs@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-perl@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-devel@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-debuginfo@1.0.2h-14.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "httpd-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "httpd-0:2.2.26-57.ep6.el6.i386",
                           product_id: "httpd-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                           product_id: "httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-debuginfo@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ldap-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "mod_ldap-0:2.2.26-57.ep6.el6.i386",
                           product_id: "mod_ldap-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ldap@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-tools-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "httpd-tools-0:2.2.26-57.ep6.el6.i386",
                           product_id: "httpd-tools-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-tools@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-devel-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "httpd-devel-0:2.2.26-57.ep6.el6.i386",
                           product_id: "httpd-devel-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-devel@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_ssl-1:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "mod_ssl-1:2.2.26-57.ep6.el6.i386",
                           product_id: "mod_ssl-1:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_ssl@2.2.26-57.ep6.el6?arch=i386&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd-manual-0:2.2.26-57.ep6.el6.i386",
                        product: {
                           name: "httpd-manual-0:2.2.26-57.ep6.el6.i386",
                           product_id: "httpd-manual-0:2.2.26-57.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd-manual@2.2.26-57.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                        product: {
                           name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                           product_id: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native-debuginfo@1.2.13-9.Final_redhat_2.ep6.el6?arch=i386",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                        product: {
                           name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                           product_id: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native@1.2.13-9.Final_redhat_2.ep6.el6?arch=i386",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "i386",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "httpd-0:2.2.26-57.ep6.el6.src",
                        product: {
                           name: "httpd-0:2.2.26-57.ep6.el6.src",
                           product_id: "httpd-0:2.2.26-57.ep6.el6.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd@2.2.26-57.ep6.el6?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                        product: {
                           name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                           product_id: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native@1.2.13-9.Final_redhat_2.ep6.el6?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                        product: {
                           name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                           product_id: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl@1.0.2h-14.jbcs.el6?arch=src&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                        product: {
                           name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                           product_id: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6@6.0.41-19_patch_04.ep6.el6?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                        product: {
                           name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                           product_id: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.54-28_patch_05.ep6.el6?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                        product: {
                           name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                           product_id: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-native@1.2.13-9.Final_redhat_2.ep6.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "httpd22-0:2.2.26-58.ep6.el7.src",
                        product: {
                           name: "httpd22-0:2.2.26-58.ep6.el7.src",
                           product_id: "httpd22-0:2.2.26-58.ep6.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/httpd22@2.2.26-58.ep6.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                        product: {
                           name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                           product_id: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl@1.0.2h-14.jbcs.el7?arch=src&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                        product: {
                           name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                           product_id: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6@6.0.41-19_patch_04.ep6.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                        product: {
                           name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                           product_id: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.54-28_patch_05.ep6.el7?arch=src",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "src",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-static@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-libs@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-perl@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-debuginfo@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                        product: {
                           name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                           product_id: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-openssl-devel@1.0.2h-14.jbcs.el6?arch=i686&epoch=1",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "i686",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-maven-devel@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-el-2.1-api@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-webapps@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-servlet-2.5-api@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-log4j@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-docs-webapp@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-jsp-2.1-api@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-admin-webapps@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-javadoc@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                        product: {
                           name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_id: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-lib@6.0.41-19_patch_04.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-javadoc@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-maven-devel@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-lib@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-docs-webapp@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-webapps@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-jsp-2.2-api@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-admin-webapps@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-el-2.2-api@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-servlet-3.0-api@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                        product: {
                           name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_id: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-log4j@7.0.54-28_patch_05.ep6.el6?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-maven-devel@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-docs-webapp@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-webapps@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-servlet-2.5-api@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-el-2.1-api@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-log4j@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-admin-webapps@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-jsp-2.1-api@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-lib@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                        product: {
                           name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_id: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat6-javadoc@6.0.41-19_patch_04.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-javadoc@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-lib@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-docs-webapp@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-webapps@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-admin-webapps@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-jsp-2.2-api@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-log4j@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-el-2.2-api@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-servlet-3.0-api@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                        product: {
                           name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_id: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-maven-devel@7.0.54-28_patch_05.ep6.el7?arch=noarch",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
            ],
            category: "vendor",
            name: "Red Hat",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "httpd-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-0:2.2.26-57.ep6.el6.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
            },
            product_reference: "httpd-0:2.2.26-57.ep6.el6.src",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "httpd-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-devel-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "httpd-devel-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-devel-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-manual-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "httpd-manual-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-manual-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-tools-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "httpd-tools-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd-tools-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
            },
            product_reference: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
            },
            product_reference: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
            },
            product_reference: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
            },
            product_reference: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
            },
            product_reference: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
            },
            product_reference: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
            },
            product_reference: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ldap-0:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "mod_ldap-0:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ldap-0:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ssl-1:2.2.26-57.ep6.el6.i386 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
            },
            product_reference: "mod_ssl-1:2.2.26-57.ep6.el6.i386",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ssl-1:2.2.26-57.ep6.el6.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
            },
            product_reference: "mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
            },
            product_reference: "tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
            },
            product_reference: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
            },
            product_reference: "tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 6 Server",
               product_id: "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
            },
            product_reference: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
            relates_to_product_reference: "6Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-0:2.2.26-58.ep6.el7.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
            },
            product_reference: "httpd22-0:2.2.26-58.ep6.el7.src",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "httpd22-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-devel-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-manual-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "httpd22-tools-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
            },
            product_reference: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
            },
            product_reference: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
            },
            product_reference: "mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
            },
            product_reference: "mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ldap22-0:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_ssl22-1:2.2.26-58.ep6.el7.x86_64 as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
            },
            product_reference: "mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
            },
            product_reference: "tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
            },
            product_reference: "tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.src as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
            },
            product_reference: "tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch as a component of Red Hat JBoss Enterprise Web Server 2 for RHEL 7 Server",
               product_id: "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            },
            product_reference: "tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JBEWS-2",
         },
      ],
   },
   vulnerabilities: [
      {
         acknowledgments: [
            {
               names: [
                  "OpenVPN",
               ],
            },
            {
               names: [
                  "Karthikeyan Bhargavan",
                  "Gaëtan Leurent",
               ],
               organization: "Inria",
               summary: "Acknowledged by upstream.",
            },
         ],
         cve: "CVE-2016-2183",
         cwe: {
            id: "CWE-327",
            name: "Use of a Broken or Risky Cryptographic Algorithm",
         },
         discovery_date: "2016-08-18T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1369383",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A flaw was found in the way the DES/3DES cipher was used as part of the TLS/SSL protocol. A man-in-the-middle attacker could use this flaw to recover some plaintext data by capturing large amounts of encrypted traffic between TLS/SSL server and client if the communication used a DES/3DES based ciphersuite.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "SSL/TLS: Birthday attack against 64-bit block ciphers (SWEET32)",
               title: "Vulnerability summary",
            },
            {
               category: "other",
               text: "OpenSSL security update RHSA-2016:1940 mitigates this issue by lowering priority of DES cipher suites so they are not preferred over cipher suites using AES. For compatibility reasons, DES cipher suites remain enabled by default and included in the set of cipher suites identified by the HIGH cipher string. Future updates may move them to MEDIUM or not enable them by default.\n\nNSS addressed this issue by implementing limits on the amount of plain text which can be encrypted by using the same key. Once the limit is reached, the keys will need to be re-negotiated manually. This change will be available in nss-3.27.\n\nGnuTLS is not affected by this issue, since it prioritizes AES before 3DES in the cipher list.",
               title: "Statement",
            },
            {
               category: "general",
               text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
               title: "CVSS score applicability",
            },
         ],
         product_status: {
            fixed: [
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
               "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
               "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
               "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
               "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-2183",
            },
            {
               category: "external",
               summary: "RHBZ#1369383",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1369383",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-2183",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-2183",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-2183",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-2183",
            },
            {
               category: "external",
               summary: "https://access.redhat.com/articles/2548661",
               url: "https://access.redhat.com/articles/2548661",
            },
            {
               category: "external",
               summary: "https://access.redhat.com/errata/RHSA-2016:1940",
               url: "https://access.redhat.com/errata/RHSA-2016:1940",
            },
            {
               category: "external",
               summary: "https://sweet32.info/",
               url: "https://sweet32.info/",
            },
         ],
         release_date: "2016-08-24T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-11-02T19:15:44+00:00",
               details: "Before applying the update, back up your existing Red Hat JBoss Web Server installation (including all applications and configuration files).\n\nFor details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:3113",
            },
            {
               category: "workaround",
               details: "1.SSL/TLS configurations should prefer AES over DES. Versions of OpenSSL shipped with Red Hat Enterprise Linux 6 and 7 already do so. In the version of OpenSSL shipped with Red Hat Enterprise Linux 5, 3DES is listed below the AES-256 cipher and above the AES-128 cipher, therefore AES-256 based ciphersuite should not be disabled on the server.\n2. Servers using OpenSSL, should not disable AES-128 and AES-256 ciphersuites. Versions of Apache shipped with Red Hat Enterprise Linux use the default cipher string, in which AES is preferred over DES/3DES based ciphersuites.\n\nFor JBoss Middleware, and Java mitigations, please review this knowledge base article:\n\nhttps://access.redhat.com/articles/2598471\n\nThis can be mitigated on OpenShift Container Platform (OCP) by disabling the vulnerable TLS cipher suite in the applicable component. TLS configuration options for OCP are described here:\n\nhttps://access.redhat.com/articles/5348961",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 4.3,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "NONE",
                  vectorString: "AV:N/AC:M/Au:N/C:P/I:N/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.0",
               },
               products: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Moderate",
            },
         ],
         title: "SSL/TLS: Birthday attack against 64-bit block ciphers (SWEET32)",
      },
      {
         cve: "CVE-2017-9788",
         cwe: {
            id: "CWE-456",
            name: "Missing Initialization of a Variable",
         },
         discovery_date: "2017-07-13T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1470748",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that the httpd's mod_auth_digest module did not properly initialize memory before using it when processing certain headers related to digest authentication. A remote attacker could possibly use this flaw to disclose potentially sensitive information or cause httpd child process to crash by sending specially crafted requests to a server.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "httpd: Uninitialized memory reflection in mod_auth_digest",
               title: "Vulnerability summary",
            },
            {
               category: "general",
               text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
               title: "CVSS score applicability",
            },
         ],
         product_status: {
            fixed: [
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
               "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
               "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
               "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
               "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2017-9788",
            },
            {
               category: "external",
               summary: "RHBZ#1470748",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1470748",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2017-9788",
               url: "https://www.cve.org/CVERecord?id=CVE-2017-9788",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2017-9788",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2017-9788",
            },
            {
               category: "external",
               summary: "https://httpd.apache.org/security/vulnerabilities_22.html#2.2.34",
               url: "https://httpd.apache.org/security/vulnerabilities_22.html#2.2.34",
            },
            {
               category: "external",
               summary: "https://httpd.apache.org/security/vulnerabilities_24.html#2.4.27",
               url: "https://httpd.apache.org/security/vulnerabilities_24.html#2.4.27",
            },
         ],
         release_date: "2017-07-11T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-11-02T19:15:44+00:00",
               details: "Before applying the update, back up your existing Red Hat JBoss Web Server installation (including all applications and configuration files).\n\nFor details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:3113",
            },
            {
               category: "workaround",
               details: "If you do not use digest authentication, do not load the \"auth_digest_module\".\n\nFor example, on RHEL 7, this can be done by commenting out or removing the\n\"LoadModule auth_digest_module modules/mod_auth_digest.so\"\nline within the /etc/httpd/conf.modules.d/00-base.conf configuration file and restarting the service.\n\nYou can then use the \"httpd -t -D DUMP_MODULES\" command to verify that the module is no longer loaded.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "LOW",
                  baseScore: 4.8,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "LOW",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
                  version: "3.0",
               },
               products: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "httpd: Uninitialized memory reflection in mod_auth_digest",
      },
      {
         acknowledgments: [
            {
               names: [
                  "Hanno Böck",
               ],
            },
         ],
         cve: "CVE-2017-9798",
         cwe: {
            id: "CWE-416",
            name: "Use After Free",
         },
         discovery_date: "2017-09-11T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1490344",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A use-after-free flaw was found in the way httpd handled invalid and previously unregistered HTTP methods specified in the Limit directive used in an .htaccess file. A remote attacker could possibly use this flaw to disclose portions of the server memory, or cause httpd child process to crash.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "httpd: Use-after-free by limiting unregistered HTTP method (Optionsbleed)",
               title: "Vulnerability summary",
            },
            {
               category: "other",
               text: "This issue affects the versions of httpd as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of httpd24-httpd as shipped with Red Hat Software Collections. Product Security has rated this issue as having Moderate security impact.\n\nIn order to be vulnerable, .htaccess files need to contain an invalid or not globally registered HTTP method in a \"Limit\" directive.",
               title: "Statement",
            },
            {
               category: "general",
               text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
               title: "CVSS score applicability",
            },
         ],
         product_status: {
            fixed: [
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
               "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
               "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
               "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
               "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2017-9798",
            },
            {
               category: "external",
               summary: "RHBZ#1490344",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1490344",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2017-9798",
               url: "https://www.cve.org/CVERecord?id=CVE-2017-9798",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2017-9798",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2017-9798",
            },
            {
               category: "external",
               summary: "https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html",
               url: "https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html",
            },
         ],
         release_date: "2017-09-18T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-11-02T19:15:44+00:00",
               details: "Before applying the update, back up your existing Red Hat JBoss Web Server installation (including all applications and configuration files).\n\nFor details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:3113",
            },
            {
               category: "workaround",
               details: "This issue can be mitigated by configuring httpd to disallow the use of the \"Limit\" configuration directive in .htaccess files. The set of directives that can be used in .htaccess files is configured using the \"AllowOverride\" directive. Refer to Red Hat Bugzilla bug 1490344 for further details:\nhttps://bugzilla.redhat.com/show_bug.cgi?id=1490344#c18",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 5.9,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.0",
               },
               products: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Moderate",
            },
         ],
         title: "httpd: Use-after-free by limiting unregistered HTTP method (Optionsbleed)",
      },
      {
         cve: "CVE-2017-12615",
         cwe: {
            id: "CWE-20",
            name: "Improper Input Validation",
         },
         discovery_date: "2017-09-19T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1493220",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: Remote Code Execution via JSP Upload",
               title: "Vulnerability summary",
            },
            {
               category: "other",
               text: "This flaw affects Tomcat on Red Hat Enterprise Linux only when a specific context is configured with readonly=false. The default configuration has a readonly context, so it is not affected.",
               title: "Statement",
            },
            {
               category: "general",
               text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
               title: "CVSS score applicability",
            },
         ],
         product_status: {
            fixed: [
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
               "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
               "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
               "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
               "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2017-12615",
            },
            {
               category: "external",
               summary: "RHBZ#1493220",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1493220",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2017-12615",
               url: "https://www.cve.org/CVERecord?id=CVE-2017-12615",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2017-12615",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2017-12615",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.81",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.81",
            },
            {
               category: "external",
               summary: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
               url: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
         ],
         release_date: "2017-09-19T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-11-02T19:15:44+00:00",
               details: "Before applying the update, back up your existing Red Hat JBoss Web Server installation (including all applications and configuration files).\n\nFor details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:3113",
            },
            {
               category: "workaround",
               details: "Ensure that readonly is set to true (the default) for the DefaultServlet, WebDAV servlet or application context.\n\nBlock HTTP methods that permit resource modification for untrusted users.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 8.1,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               products: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "exploit_status",
               date: "2022-03-25T00:00:00+00:00",
               details: "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: Remote Code Execution via JSP Upload",
      },
      {
         cve: "CVE-2017-12617",
         cwe: {
            id: "CWE-20",
            name: "Improper Input Validation",
         },
         discovery_date: "2017-09-21T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1494283",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A vulnerability was discovered in Tomcat where if a servlet context was configured with readonly=false and HTTP PUT requests were allowed, an attacker could upload a JSP file to that context and achieve code execution.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: Remote Code Execution bypass for CVE-2017-12615",
               title: "Vulnerability summary",
            },
            {
               category: "other",
               text: "This flaw affects Tomcat on Red Hat Enterprise Linux only when a specific context is configured with readonly=false. The default configuration has a readonly context, so it is not affected.",
               title: "Statement",
            },
            {
               category: "general",
               text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
               title: "CVSS score applicability",
            },
         ],
         product_status: {
            fixed: [
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
               "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
               "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
               "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
               "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
               "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
               "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
               "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
               "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
               "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
               "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
               "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
               "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2017-12617",
            },
            {
               category: "external",
               summary: "RHBZ#1494283",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1494283",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2017-12617",
               url: "https://www.cve.org/CVERecord?id=CVE-2017-12617",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2017-12617",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2017-12617",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html",
               url: "https://tomcat.apache.org/security-7.html",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html",
               url: "https://tomcat.apache.org/security-8.html",
            },
            {
               category: "external",
               summary: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
               url: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
         ],
         release_date: "2017-09-21T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-11-02T19:15:44+00:00",
               details: "Before applying the update, back up your existing Red Hat JBoss Web Server installation (including all applications and configuration files).\n\nFor details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:3113",
            },
            {
               category: "workaround",
               details: "Ensure that readonly is set to true (the default) for the DefaultServlet, WebDAV servlet or application context.\n\nBlock HTTP methods that permit resource modification for untrusted users.",
               product_ids: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 8.1,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               products: [
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.src",
                  "6Server-JBEWS-2:httpd-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-debuginfo-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-devel-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-manual-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:httpd-tools-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.src",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.i686",
                  "6Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.src",
                  "6Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ldap-0:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.i386",
                  "6Server-JBEWS-2:mod_ssl-1:2.2.26-57.ep6.el6.x86_64",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el6.src",
                  "6Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "6Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el6.noarch",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.src",
                  "7Server-JBEWS-2:httpd22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-debuginfo-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-devel-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-manual-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:httpd22-tools-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.src",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-debuginfo-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-devel-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-libs-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-perl-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:jbcs-httpd24-openssl-static-1:1.0.2h-14.jbcs.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.src",
                  "7Server-JBEWS-2:mod_cluster-native-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_cluster-native-debuginfo-0:1.2.13-9.Final_redhat_2.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ldap22-0:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:mod_ssl22-1:2.2.26-58.ep6.el7.x86_64",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-0:6.0.41-19_patch_04.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat6-admin-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-docs-webapp-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-el-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-javadoc-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-jsp-2.1-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-lib-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-log4j-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-maven-devel-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-servlet-2.5-api-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat6-webapps-0:6.0.41-19_patch_04.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-0:7.0.54-28_patch_05.ep6.el7.src",
                  "7Server-JBEWS-2:tomcat7-admin-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-docs-webapp-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-el-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-javadoc-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-jsp-2.2-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-lib-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-log4j-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-maven-devel-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-servlet-3.0-api-0:7.0.54-28_patch_05.ep6.el7.noarch",
                  "7Server-JBEWS-2:tomcat7-webapps-0:7.0.54-28_patch_05.ep6.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "exploit_status",
               date: "2022-03-25T00:00:00+00:00",
               details: "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: Remote Code Execution bypass for CVE-2017-12615",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.