rhsa-2017_0456
Vulnerability from csaf_redhat
Published
2017-03-07 19:06
Modified
2024-12-15 18:44
Summary
Red Hat Security Advisory: Red Hat JBoss Web Server 3.1.0 security and enhancement update

Notes

Topic
An update is now available for Red Hat JBoss Web Server 3 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
Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library. This release of Red Hat JBoss Web Server 3.1.0 serves as a replacement for Red Hat JBoss Web Server 3.0.3, and includes enhancements. Security Fix(es): * It was reported that the Tomcat init script performed unsafe file handling, which could result in local privilege escalation. (CVE-2016-1240) * It was discovered that the Tomcat packages installed certain configuration files read by the Tomcat initialization script as writeable to the tomcat group. A member of the group or a malicious web application deployed on Tomcat could use this flaw to escalate their privileges. (CVE-2016-6325) * The JmxRemoteLifecycleListener was not updated to take account of Oracle's fix for CVE-2016-3427. JMXRemoteLifecycleListener is only included in EWS 2.x and JWS 3.x source distributions. If you deploy a Tomcat instance built from source, using the EWS 2.x, or JWS 3.x distributions, an attacker could use this flaw to launch a remote code execution attack on your deployed instance. (CVE-2016-8735) * A denial of service vulnerability was identified in Commons FileUpload that occurred when the length of the multipart boundary was just below the size of the buffer (4096 bytes) used to read the uploaded file if the boundary was the typical tens of bytes long. (CVE-2016-3092) * It was discovered that the code that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other then their own. (CVE-2016-6816) * A bug was discovered in the error handling of the send file code for the NIO HTTP connector. This led to the current Processor object being added to the Processor cache multiple times allowing information leakage between requests including, and not limited to, session ID and the response body. (CVE-2016-8745) * The Realm implementations did not process the supplied password if the supplied user name did not exist. This made a timing attack possible to determine valid user names. Note that the default configuration includes the LockOutRealm which makes exploitation of this vulnerability harder. (CVE-2016-0762) * It was discovered that a malicious web application could bypass a configured SecurityManager via a Tomcat utility method that was accessible to web applications. (CVE-2016-5018) * It was discovered that when a SecurityManager is configured Tomcat's system property replacement feature for configuration files could be used by a malicious web application to bypass the SecurityManager and read system properties that should not be visible. (CVE-2016-6794) * It was discovered that a malicious web application could bypass a configured SecurityManager via manipulation of the configuration parameters for the JSP Servlet. (CVE-2016-6796) * It was discovered that it was possible for a web application to access any global JNDI resource whether an explicit ResourceLink had been configured or not. (CVE-2016-6797) The CVE-2016-6325 issue was discovered by Red Hat Product Security. Enhancement(s): * This enhancement update adds the Red Hat JBoss Web Server 3.1.0 packages to Red Hat Enterprise Linux 7. These packages provide a number of enhancements over the previous version of Red Hat JBoss Web Server. (JIRA#JWS-268)
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 Web Server 3 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: "Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library.\n\nThis release of Red Hat JBoss Web Server 3.1.0 serves as a replacement for Red Hat JBoss Web Server 3.0.3, and includes enhancements.\n\nSecurity Fix(es):\n\n* It was reported that the Tomcat init script performed unsafe file handling, which could result in local privilege escalation. (CVE-2016-1240)\n\n* It was discovered that the Tomcat packages installed certain configuration files read by the Tomcat initialization script as writeable to the tomcat group. A member of the group or a malicious web application deployed on Tomcat could use this flaw to escalate their privileges. (CVE-2016-6325)\n\n* The JmxRemoteLifecycleListener was not updated to take account of Oracle's fix for CVE-2016-3427. JMXRemoteLifecycleListener is only included in EWS 2.x and JWS 3.x source distributions. If you deploy a Tomcat instance built from source, using the EWS 2.x, or JWS 3.x distributions, an attacker could use this flaw to launch a remote code execution attack on your deployed instance. (CVE-2016-8735)\n\n* A denial of service vulnerability was identified in Commons FileUpload that occurred when the length of the multipart boundary was just below the size of the buffer (4096 bytes) used to read the uploaded file if the boundary was the typical tens of bytes long. (CVE-2016-3092)\n\n* It was discovered that the code that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other then their own. (CVE-2016-6816)\n\n* A bug was discovered in the error handling of the send file code for the NIO HTTP connector. This led to the current Processor object being added to the Processor cache multiple times allowing information leakage between requests including, and not limited to, session ID and the response body. (CVE-2016-8745)\n\n* The Realm implementations did not process the supplied password if the supplied user name did not exist. This made a timing attack possible to determine valid user names. Note that the default configuration includes the LockOutRealm which makes exploitation of this vulnerability harder. (CVE-2016-0762)\n\n* It was discovered that a malicious web application could bypass a configured SecurityManager via a Tomcat utility method that was accessible to web applications. (CVE-2016-5018)\n\n* It was discovered that when a SecurityManager is configured Tomcat's system property replacement feature for configuration files could be used by a malicious web application to bypass the SecurityManager and read system properties that should not be visible. (CVE-2016-6794)\n\n* It was discovered that a malicious web application could bypass a configured SecurityManager via manipulation of the configuration parameters for the JSP Servlet. (CVE-2016-6796)\n\n* It was discovered that it was possible for a web application to access any global JNDI resource whether an explicit ResourceLink had been configured or not. (CVE-2016-6797)\n\nThe CVE-2016-6325 issue was discovered by Red Hat Product Security.\n\nEnhancement(s):\n\n* This enhancement update adds the Red Hat JBoss Web Server 3.1.0 packages to Red Hat Enterprise Linux 7. These packages provide a number of enhancements over the previous version of Red Hat JBoss Web Server. (JIRA#JWS-268)",
            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:0456",
            url: "https://access.redhat.com/errata/RHSA-2017:0456",
         },
         {
            category: "external",
            summary: "https://access.redhat.com/security/updates/classification/#important",
            url: "https://access.redhat.com/security/updates/classification/#important",
         },
         {
            category: "external",
            summary: "1349468",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1349468",
         },
         {
            category: "external",
            summary: "1367447",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1367447",
         },
         {
            category: "external",
            summary: "1376712",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1376712",
         },
         {
            category: "external",
            summary: "1390493",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390493",
         },
         {
            category: "external",
            summary: "1390515",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390515",
         },
         {
            category: "external",
            summary: "1390520",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390520",
         },
         {
            category: "external",
            summary: "1390525",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390525",
         },
         {
            category: "external",
            summary: "1390526",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390526",
         },
         {
            category: "external",
            summary: "1397484",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1397484",
         },
         {
            category: "external",
            summary: "1397485",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1397485",
         },
         {
            category: "external",
            summary: "1403824",
            url: "https://bugzilla.redhat.com/show_bug.cgi?id=1403824",
         },
         {
            category: "external",
            summary: "JWS-268",
            url: "https://issues.redhat.com/browse/JWS-268",
         },
         {
            category: "self",
            summary: "Canonical URL",
            url: "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_0456.json",
         },
      ],
      title: "Red Hat Security Advisory: Red Hat JBoss Web Server 3.1.0 security and enhancement update",
      tracking: {
         current_release_date: "2024-12-15T18:44:39+00:00",
         generator: {
            date: "2024-12-15T18:44:39+00:00",
            engine: {
               name: "Red Hat SDEngine",
               version: "4.2.3",
            },
         },
         id: "RHSA-2017:0456",
         initial_release_date: "2017-03-07T19:06:06+00:00",
         revision_history: [
            {
               date: "2017-03-07T19:06:06+00:00",
               number: "1",
               summary: "Initial version",
            },
            {
               date: "2017-03-07T19:06:06+00:00",
               number: "2",
               summary: "Last updated version",
            },
            {
               date: "2024-12-15T18:44:39+00:00",
               number: "3",
               summary: "Last generated version",
            },
         ],
         status: "final",
         version: "3",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "Red Hat JBoss Web Server 3.1 for RHEL 7",
                        product: {
                           name: "Red Hat JBoss Web Server 3.1 for RHEL 7",
                           product_id: "7Server-JWS-3.1",
                           product_identification_helper: {
                              cpe: "cpe:/a:redhat:jboss_enterprise_web_server:3.1::el7",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "Red Hat JBoss Web Server",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                        product: {
                           name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_id: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                        product: {
                           name: "hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_id: "hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-envers-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                        product: {
                           name: "hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_id: "hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-c3p0-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                        product: {
                           name: "hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_id: "hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-core-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                        product: {
                           name: "hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_id: "hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-entitymanager-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                        product: {
                           name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_id: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster@1.3.5-2.Final_redhat_2.1.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                        product: {
                           name: "mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_id: "mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-tomcat8@1.3.5-2.Final_redhat_2.1.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                        product: {
                           name: "mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_id: "mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster-tomcat7@1.3.5-2.Final_redhat_2.1.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                        product: {
                           name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                           product_id: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-apache-commons-daemon@1.0.15-1.redhat_2.1.jbcs.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                        product: {
                           name: "jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                           product_id: "jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-runtime@1-3.jbcs.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                        product: {
                           name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                           product_id: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat-vault@1.0.8-9.Final_redhat_2.1.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-selinux@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-jsvc@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-docs-webapp@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-servlet-3.0-api@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-el-2.2-api@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-admin-webapps@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-webapps@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-jsp-2.2-api@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-javadoc@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-lib@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                        product: {
                           name: "tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                           product_id: "tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7-log4j@7.0.70-16.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-log4j@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-admin-webapps@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-jsvc@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-servlet-3.1-api@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-el-2.2-api@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-docs-webapp@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-selinux@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-jsp-2.3-api@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-webapps@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-lib@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                        product: {
                           name: "tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                           product_id: "tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8-javadoc@8.0.36-17.ep7.el7?arch=noarch",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                        product: {
                           name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                           product_id: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/hibernate4-eap6@4.2.23-1.Final_redhat_1.1.ep6.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                        product: {
                           name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                           product_id: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-apache-commons-daemon-jsvc@1.0.15-17.redhat_2.jbcs.el7?arch=src&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                        product: {
                           name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                           product_id: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/mod_cluster@1.3.5-2.Final_redhat_2.1.ep7.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                        product: {
                           name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                           product_id: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-apache-commons-daemon@1.0.15-1.redhat_2.1.jbcs.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                        product: {
                           name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                           product_id: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat-vault@1.0.8-9.Final_redhat_2.1.ep7.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat7-0:7.0.70-16.ep7.el7.src",
                        product: {
                           name: "tomcat7-0:7.0.70-16.ep7.el7.src",
                           product_id: "tomcat7-0:7.0.70-16.ep7.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat7@7.0.70-16.ep7.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat8-0:8.0.36-17.ep7.el7.src",
                        product: {
                           name: "tomcat8-0:8.0.36-17.ep7.el7.src",
                           product_id: "tomcat8-0:8.0.36-17.ep7.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat8@8.0.36-17.ep7.el7?arch=src",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                        product: {
                           name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                           product_id: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat-native@1.2.8-9.redhat_9.ep7.el7?arch=src",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "src",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo@1.0.15-17.redhat_2.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                        product: {
                           name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                           product_id: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/jbcs-httpd24-apache-commons-daemon-jsvc@1.0.15-17.redhat_2.jbcs.el7?arch=x86_64&epoch=1",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                        product: {
                           name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                           product_id: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat-native@1.2.8-9.redhat_9.ep7.el7?arch=x86_64",
                           },
                        },
                     },
                     {
                        category: "product_version",
                        name: "tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                        product: {
                           name: "tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                           product_id: "tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                           product_identification_helper: {
                              purl: "pkg:rpm/redhat/tomcat-native-debuginfo@1.2.8-9.redhat_9.ep7.el7?arch=x86_64",
                           },
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
            ],
            category: "vendor",
            name: "Red Hat",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            },
            product_reference: "hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            },
            product_reference: "hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            },
            product_reference: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
            },
            product_reference: "hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            },
            product_reference: "hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            },
            product_reference: "hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
            },
            product_reference: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
            },
            product_reference: "jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
            },
            product_reference: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
            },
            product_reference: "jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
            },
            product_reference: "jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            },
            product_reference: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
            },
            product_reference: "mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            },
            product_reference: "mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            },
            product_reference: "mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
            },
            product_reference: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
            },
            product_reference: "tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
            },
            product_reference: "tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
            },
            product_reference: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
            },
            product_reference: "tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-0:7.0.70-16.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
            },
            product_reference: "tomcat7-0:7.0.70-16.ep7.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-lib-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
            },
            product_reference: "tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-0:8.0.36-17.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
            },
            product_reference: "tomcat8-0:8.0.36-17.ep7.el7.src",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-lib-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch as a component of Red Hat JBoss Web Server 3.1 for RHEL 7",
               product_id: "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            },
            product_reference: "tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            relates_to_product_reference: "7Server-JWS-3.1",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2016-0762",
         discovery_date: "2016-10-27T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1390526",
            },
         ],
         notes: [
            {
               category: "description",
               text: "The Realm implementations did not process the supplied password if the supplied user name did not exist. This made a timing attack possible to determine valid user names. Note that the default configuration includes the LockOutRealm which makes exploitation of this vulnerability harder.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: timing attack in Realm implementation",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-0762",
            },
            {
               category: "external",
               summary: "RHBZ#1390526",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390526",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-0762",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-0762",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-0762",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-0762",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
            },
         ],
         release_date: "2016-10-27T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "HIGH",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 2.6,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "NONE",
                  vectorString: "AV:N/AC:H/Au:N/C:P/I:N/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 3.7,
                  baseSeverity: "LOW",
                  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:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Low",
            },
         ],
         title: "tomcat: timing attack in Realm implementation",
      },
      {
         cve: "CVE-2016-1240",
         cwe: {
            id: "CWE-284",
            name: "Improper Access Control",
         },
         discovery_date: "2016-09-15T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1376712",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was reported that the Tomcat init script performed unsafe file handling, which could result in local privilege escalation.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: unsafe chown of catalina.log in tomcat init script allows privilege escalation",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-1240",
            },
            {
               category: "external",
               summary: "RHBZ#1376712",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1376712",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-1240",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-1240",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-1240",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-1240",
            },
            {
               category: "external",
               summary: "http://legalhackers.com/advisories/Tomcat-DebPkgs-Root-Privilege-Escalation-Exploit-CVE-2016-1240.txt",
               url: "http://legalhackers.com/advisories/Tomcat-DebPkgs-Root-Privilege-Escalation-Exploit-CVE-2016-1240.txt",
            },
         ],
         release_date: "2016-09-15T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "LOCAL",
                  authentication: "NONE",
                  availabilityImpact: "COMPLETE",
                  baseScore: 6.9,
                  confidentialityImpact: "COMPLETE",
                  integrityImpact: "COMPLETE",
                  vectorString: "AV:L/AC:M/Au:N/C:C/I:C/A:C",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "LOCAL",
                  availabilityImpact: "HIGH",
                  baseScore: 7,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: unsafe chown of catalina.log in tomcat init script allows privilege escalation",
      },
      {
         cve: "CVE-2016-3092",
         cwe: {
            id: "CWE-20",
            name: "Improper Input Validation",
         },
         discovery_date: "2016-06-21T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1349468",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A denial of service vulnerability was identified in Commons FileUpload that occurred when the length of the multipart boundary was just below the size of the buffer (4096 bytes) used to read the uploaded file if the boundary was the typical tens of bytes long.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: Usage of vulnerable FileUpload package can result in denial of service",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-3092",
            },
            {
               category: "external",
               summary: "RHBZ#1349468",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1349468",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-3092",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-3092",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-3092",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-3092",
            },
            {
               category: "external",
               summary: "http://tomcat.apache.org/security-7.html",
               url: "http://tomcat.apache.org/security-7.html",
            },
            {
               category: "external",
               summary: "http://tomcat.apache.org/security-8.html",
               url: "http://tomcat.apache.org/security-8.html",
            },
         ],
         release_date: "2016-06-21T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "PARTIAL",
                  baseScore: 4.3,
                  confidentialityImpact: "NONE",
                  integrityImpact: "NONE",
                  vectorString: "AV:N/AC:M/Au:N/C:N/I:N/A:P",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "NONE",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Moderate",
            },
         ],
         title: "tomcat: Usage of vulnerable FileUpload package can result in denial of service",
      },
      {
         cve: "CVE-2016-5018",
         discovery_date: "2016-10-27T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1390525",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that a malicious web application could bypass a configured SecurityManager via a Tomcat utility method that was accessible to web applications.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: security manager bypass via IntrospectHelper utility function",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-5018",
            },
            {
               category: "external",
               summary: "RHBZ#1390525",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390525",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-5018",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-5018",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-5018",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-5018",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
            },
         ],
         release_date: "2016-10-27T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "HIGH",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 4,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "PARTIAL",
                  vectorString: "AV:N/AC:H/Au:N/C:P/I:P/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 4.2,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "LOW",
                  integrityImpact: "LOW",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Low",
            },
         ],
         title: "tomcat: security manager bypass via IntrospectHelper utility function",
      },
      {
         acknowledgments: [
            {
               summary: "This issue was discovered by Red Hat.",
            },
         ],
         cve: "CVE-2016-6325",
         cwe: {
            id: "CWE-284",
            name: "Improper Access Control",
         },
         discovery_date: "2016-08-09T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1367447",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that the Tomcat packages installed certain configuration files read by the Tomcat initialization script as writeable to the tomcat group. A member of the group or a malicious web application deployed on Tomcat could use this flaw to escalate their privileges.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: tomcat writable config files allow privilege escalation",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-6325",
            },
            {
               category: "external",
               summary: "RHBZ#1367447",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1367447",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-6325",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-6325",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-6325",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-6325",
            },
         ],
         release_date: "2016-10-10T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "LOCAL",
                  authentication: "NONE",
                  availabilityImpact: "COMPLETE",
                  baseScore: 6.9,
                  confidentialityImpact: "COMPLETE",
                  integrityImpact: "COMPLETE",
                  vectorString: "AV:L/AC:M/Au:N/C:C/I:C/A:C",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "LOW",
                  attackVector: "LOCAL",
                  availabilityImpact: "HIGH",
                  baseScore: 7.8,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: tomcat writable config files allow privilege escalation",
      },
      {
         cve: "CVE-2016-6794",
         discovery_date: "2016-10-27T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1390520",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that when a SecurityManager was configured, Tomcat's system property replacement feature for configuration files could be used by a malicious web application to bypass the SecurityManager and read system properties that should not be visible.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: system property disclosure",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-6794",
            },
            {
               category: "external",
               summary: "RHBZ#1390520",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390520",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-6794",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-6794",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-6794",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-6794",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
            },
         ],
         release_date: "2016-10-27T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "HIGH",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 2.6,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "NONE",
                  vectorString: "AV:N/AC:H/Au:N/C:P/I:N/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 3.1,
                  baseSeverity: "LOW",
                  confidentialityImpact: "LOW",
                  integrityImpact: "NONE",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Low",
            },
         ],
         title: "tomcat: system property disclosure",
      },
      {
         cve: "CVE-2016-6796",
         discovery_date: "2016-10-27T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1390515",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that a malicious web application could bypass a configured SecurityManager via manipulation of the configuration parameters for the JSP Servlet.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: security manager bypass via JSP Servlet config parameters",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-6796",
            },
            {
               category: "external",
               summary: "RHBZ#1390515",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390515",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-6796",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-6796",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-6796",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-6796",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
            },
         ],
         release_date: "2016-10-27T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "HIGH",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 4,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "PARTIAL",
                  vectorString: "AV:N/AC:H/Au:N/C:P/I:P/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 4.2,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "LOW",
                  integrityImpact: "LOW",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Low",
            },
         ],
         title: "tomcat: security manager bypass via JSP Servlet config parameters",
      },
      {
         cve: "CVE-2016-6797",
         discovery_date: "2016-10-27T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1390493",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that it was possible for a web application to access any global JNDI resource whether an explicit ResourceLink had been configured or not.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: unrestricted access to global resources",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-6797",
            },
            {
               category: "external",
               summary: "RHBZ#1390493",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1390493",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-6797",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-6797",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-6797",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-6797",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37",
            },
         ],
         release_date: "2016-10-27T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "HIGH",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 2.6,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "NONE",
                  vectorString: "AV:N/AC:H/Au:N/C:P/I:N/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 3.7,
                  baseSeverity: "LOW",
                  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:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Low",
            },
         ],
         title: "tomcat: unrestricted access to global resources",
      },
      {
         cve: "CVE-2016-6816",
         cwe: {
            id: "CWE-444",
            name: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')",
         },
         discovery_date: "2016-11-22T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1397484",
            },
         ],
         notes: [
            {
               category: "description",
               text: "It was discovered that the code that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other then their own.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests",
               title: "Vulnerability summary",
            },
            {
               category: "other",
               text: "Applying the fix provided to mitigate this issue may cause Tomcat to return 400 status after updating. For more information, refer to https://access.redhat.com/solutions/2891171",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-6816",
            },
            {
               category: "external",
               summary: "RHBZ#1397484",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1397484",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-6816",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-6816",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-6816",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-6816",
            },
            {
               category: "external",
               summary: "https://access.redhat.com/articles/2991951",
               url: "https://access.redhat.com/articles/2991951",
            },
            {
               category: "external",
               summary: "https://access.redhat.com/solutions/2891171",
               url: "https://access.redhat.com/solutions/2891171",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.48",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.48",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.73",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.73",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.39",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.39",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.8",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.8",
            },
         ],
         release_date: "2016-11-22T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 5.8,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "PARTIAL",
                  vectorString: "AV:N/AC:M/Au:N/C:P/I:P/A:N",
                  version: "2.0",
               },
               cvss_v3: {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 6.5,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "LOW",
                  integrityImpact: "LOW",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
                  version: "3.0",
               },
               products: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Moderate",
            },
         ],
         title: "tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests",
      },
      {
         cve: "CVE-2016-8735",
         cwe: {
            id: "CWE-502",
            name: "Deserialization of Untrusted Data",
         },
         discovery_date: "2016-11-22T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1397485",
            },
         ],
         notes: [
            {
               category: "description",
               text: "The JmxRemoteLifecycleListener was not updated to take account of Oracle's fix for CVE-2016-3427. JMXRemoteLifecycleListener is only included in EWS 2.x and JWS 3.x source distributions. If you deploy a Tomcat instance built from source, using the EWS 2.x, or JWS 3.x distributions, an attacker could use this flaw to launch a remote code execution attack on your deployed instance.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: Remote code execution vulnerability in JmxRemoteLifecycleListener",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-8735",
            },
            {
               category: "external",
               summary: "RHBZ#1397485",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1397485",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-8735",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-8735",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-8735",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-8735",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.48",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.48",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.73",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.73",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.39",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.39",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.8",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.8",
            },
            {
               category: "external",
               summary: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
               url: "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
         ],
         release_date: "2016-11-22T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         scores: [
            {
               cvss_v2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "PARTIAL",
                  baseScore: 6.8,
                  confidentialityImpact: "PARTIAL",
                  integrityImpact: "PARTIAL",
                  vectorString: "AV:N/AC:M/Au:N/C:P/I:P/A:P",
                  version: "2.0",
               },
               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: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "exploit_status",
               date: "2023-05-12T00:00:00+00:00",
               details: "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
            },
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: Remote code execution vulnerability in JmxRemoteLifecycleListener",
      },
      {
         cve: "CVE-2016-8745",
         discovery_date: "2016-12-12T00:00:00+00:00",
         ids: [
            {
               system_name: "Red Hat Bugzilla ID",
               text: "1403824",
            },
         ],
         notes: [
            {
               category: "description",
               text: "A bug was discovered in the error handling of the send file code for the NIO HTTP connector. This led to the current Processor object being added to the Processor cache multiple times allowing information leakage between requests including, and not limited to, session ID and the response body.",
               title: "Vulnerability description",
            },
            {
               category: "summary",
               text: "tomcat: information disclosure due to incorrect Processor sharing",
               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: [
               "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
               "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
               "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
               "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
               "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
               "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
               "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
            ],
         },
         references: [
            {
               category: "self",
               summary: "Canonical URL",
               url: "https://access.redhat.com/security/cve/CVE-2016-8745",
            },
            {
               category: "external",
               summary: "RHBZ#1403824",
               url: "https://bugzilla.redhat.com/show_bug.cgi?id=1403824",
            },
            {
               category: "external",
               summary: "https://www.cve.org/CVERecord?id=CVE-2016-8745",
               url: "https://www.cve.org/CVERecord?id=CVE-2016-8745",
            },
            {
               category: "external",
               summary: "https://nvd.nist.gov/vuln/detail/CVE-2016-8745",
               url: "https://nvd.nist.gov/vuln/detail/CVE-2016-8745",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.49",
               url: "https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.49",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.74",
               url: "https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.74",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.40",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.40",
            },
            {
               category: "external",
               summary: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.9",
               url: "https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.9",
            },
         ],
         release_date: "2016-12-12T00:00:00+00:00",
         remediations: [
            {
               category: "vendor_fix",
               date: "2017-03-07T19:06:06+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\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
               product_ids: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
               restart_required: {
                  category: "none",
               },
               url: "https://access.redhat.com/errata/RHSA-2017:0456",
            },
         ],
         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: [
                  "7Server-JWS-3.1:hibernate4-c3p0-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-core-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.src",
                  "7Server-JWS-3.1:hibernate4-entitymanager-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:hibernate4-envers-eap6-0:4.2.23-1.Final_redhat_1.1.ep6.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.noarch",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-0:1.0.15-1.redhat_2.1.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.src",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-apache-commons-daemon-jsvc-debuginfo-1:1.0.15-17.redhat_2.jbcs.el7.x86_64",
                  "7Server-JWS-3.1:jbcs-httpd24-runtime-0:1-3.jbcs.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-0:1.3.5-2.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:mod_cluster-tomcat7-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:mod_cluster-tomcat8-0:1.3.5-2.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat-native-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.8-9.redhat_9.ep7.el7.x86_64",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat-vault-0:1.0.8-9.Final_redhat_2.1.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-0:7.0.70-16.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat7-admin-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-docs-webapp-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-el-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-javadoc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsp-2.2-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-jsvc-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-lib-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-log4j-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-selinux-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-servlet-3.0-api-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat7-webapps-0:7.0.70-16.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-0:8.0.36-17.ep7.el7.src",
                  "7Server-JWS-3.1:tomcat8-admin-webapps-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-docs-webapp-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-el-2.2-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-javadoc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsp-2.3-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-jsvc-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-lib-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-log4j-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-selinux-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-servlet-3.1-api-0:8.0.36-17.ep7.el7.noarch",
                  "7Server-JWS-3.1:tomcat8-webapps-0:8.0.36-17.ep7.el7.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               details: "Important",
            },
         ],
         title: "tomcat: information disclosure due to incorrect Processor sharing",
      },
   ],
}


Log in or create an account to share your comment.




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.