From bugzilla at redhat.com Thu Feb 2 20:59:52 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 15:59:52 -0500 Subject: [RHSA-2017:0248-01] Moderate: Red Hat JBoss BRMS security update Message-ID: <201702022059.v12Kxqxg030809@int-mx11.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Moderate: Red Hat JBoss BRMS security update Advisory ID: RHSA-2017:0248-01 Product: Red Hat JBoss BRMS Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0248.html Issue date: 2017-02-02 CVE Names: CVE-2016-2175 CVE-2016-4434 CVE-2016-6344 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss BRMS. Red Hat Product Security has rated this update as having a security impact of Moderate. 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. 2. Description: Red Hat JBoss BRMS is a business rules management system for the management, storage, creation, modification, and deployment of JBoss Rules. This release of Red Hat JBoss BRMS 6.4.1 serves as a replacement for Red Hat JBoss BRMS 6.4.0, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was found that the parsing of XMP and other XML formats in PDF by Apache PDFBox would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-2175) * It was found that the parsing of OOXML, XMP in PDF, and some other file formats by Apache Tika would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-4434) * It was discovered that JBoss BRMS 6 and BPM Suite 6 are not setting HttpOnly flags on sensitive cookies. Remote attackers can access these cookies by using client-side scripts, usually through XSS. Please note that on IBM WebSphere the HttpOnly flag cannot be set by deployed applications, it needs to be configured directly on WAS console. (CVE-2016-6344) The CVE-2016-6344 issue was discovered by Jeremy Choi (Red Hat Product Security Team). 3. Solution: Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on. It is recommended to halt the server by stopping the JBoss Application Server process before installing this update; after installing the update, restart the server by starting the JBoss Application Server process. The References section of this erratum contains a download link (you must log in to download the update). 4. Bugs fixed (https://bugzilla.redhat.com/): 1340386 - CVE-2016-4434 tika: XML External Entity vulnerability 1340396 - CVE-2016-2175 pdfbox: XML External Entity vulnerability 1371807 - CVE-2016-6344 JBoss bpms 6.3.x cookie does not set httponly 5. References: https://access.redhat.com/security/cve/CVE-2016-2175 https://access.redhat.com/security/cve/CVE-2016-4434 https://access.redhat.com/security/cve/CVE-2016-6344 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=brms&downloadType=securityPatches&version=6.4 6. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk53GXlSAg2UNWIIRAkH2AKC1E2xlovCGHyNy2jAJzodabukTXwCcC88i 6zo9AeuCl/V6A/c+a1ygBlc= =2UJM -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 20:59:58 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 15:59:58 -0500 Subject: [RHSA-2017:0249-01] Moderate: Red Hat JBoss BPM Suite security update Message-ID: <201702022059.v12KxwIn001488@int-mx14.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Moderate: Red Hat JBoss BPM Suite security update Advisory ID: RHSA-2017:0249-01 Product: Red Hat JBoss BPM Suite Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0249.html Issue date: 2017-02-02 CVE Names: CVE-2016-2175 CVE-2016-4434 CVE-2016-6344 CVE-2016-7033 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss BPM Suite. Red Hat Product Security has rated this update as having a security impact of Moderate. 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. 2. Description: Red Hat JBoss BPM Suite is a business rules and processes management system for the management, storage, creation, modification, and deployment of JBoss rules and BPMN2-compliant business processes. This release of Red Hat JBoss BPM Suite 6.4.1 serves as a replacement for Red Hat JBoss BPM Suite 6.4.0, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was found that the parsing of XMP and other XML formats in PDF by Apache PDFBox would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-2175) * It was found that the parsing of OOXML, XMP in PDF, and some other file formats by Apache Tika would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-4434) * It was discovered that JBoss BRMS 6 and BPM Suite 6 are not setting HttpOnly flags on sensitive cookies. Remote attackers can access these cookies by using client-side scripts, usually through XSS. Please note that on IBM WebSphere the HttpOnly flag cannot be set by deployed applications, it needs to be configured directly on WAS console. (CVE-2016-6344) * JBoss BRMS 6 and BPM Suite 6 are vulnerable to a stored XSS via dashbuilder. Remote, authenticated attackers that have privileges to access dashbuilder (usually admins) can store scripts in several editable fields, which are not properly sanitized before showing to other users, including other admins. (CVE-2016-7033) The CVE-2016-6344 and CVE-2016-7033 issues were discovered by Jeremy Choi (Red Hat Product Security Team). 3. Solution: Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on. It is recommended to halt the server by stopping the JBoss Application Server process before installing this update; after installing the update, restart the server by starting the JBoss Application Server process. The References section of this erratum contains a download link (you must log in to download the update). 4. Bugs fixed (https://bugzilla.redhat.com/): 1340386 - CVE-2016-4434 tika: XML External Entity vulnerability 1340396 - CVE-2016-2175 pdfbox: XML External Entity vulnerability 1371807 - CVE-2016-6344 JBoss bpms 6.3.x cookie does not set httponly 1373344 - CVE-2016-7033 JBoss bpms: stored XSS in dashbuilder 5. References: https://access.redhat.com/security/cve/CVE-2016-2175 https://access.redhat.com/security/cve/CVE-2016-4434 https://access.redhat.com/security/cve/CVE-2016-6344 https://access.redhat.com/security/cve/CVE-2016-7033 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=bpm.suite&downloadType=securityPatches&version=6.4 6. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk53NXlSAg2UNWIIRAnzqAKCCq1aTRTBmIkbfdflQ2YyFuExFPACfRKTR wILlylWyfdggelP/o30rv+g= =H6Hz -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 21:06:50 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 16:06:50 -0500 Subject: [RHSA-2017:0244-01] Important: Red Hat JBoss Enterprise Application Platform security update Message-ID: <201702022106.v12L6owL006638@int-mx14.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: Red Hat JBoss Enterprise Application Platform security update Advisory ID: RHSA-2017:0244-01 Product: Red Hat JBoss Enterprise Application Platform Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0244.html Issue date: 2017-02-02 CVE Names: CVE-2016-6816 CVE-2016-7061 CVE-2016-8627 CVE-2016-8656 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6. 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. 2. Relevant releases/architectures: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 Server - noarch 3. Description: Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release of Red Hat JBoss Enterprise Application Platform 6.4.13 serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.12, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was discovered that the jboss init script performed unsafe file handling which could result in local privilege escalation. (CVE-2016-8656) * 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 and/or obtain sensitive information from requests other then their own. (CVE-2016-6816) * An EAP feature to download server log files allows logs to be available via GET requests making them vulnerable to cross-origin attacks. An attacker could trigger the user's browser to request the log files consuming enough resources that normal server functioning could be impaired. (CVE-2016-8627) * It was discovered that when configuring RBAC and marking information as sensitive, users with a Monitor role are able to view the sensitive information. (CVE-2016-7061) The CVE-2016-8627 issue was discovered by Darran Lofthouse and Brian Stansberry (Red Hat). 4. Solution: Before applying this update, back up your existing Red Hat JBoss Enterprise Application Platform installation and deployed applications. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1380852 - CVE-2016-7061 EAP: Sensitive data can be exposed at the server level in domain mode 1388240 - CVE-2016-8627 Potential EAP resource starvation DOS attack via GET requests for server log files 1397484 - CVE-2016-6816 tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests 1400344 - CVE-2016-8656 jboss: jbossas: unsafe chown of server.log in jboss init script allows privilege escalation 1401970 - RHEL6 RPMs: Upgrade jbossweb to 7.5.20.Final-redhat-1 1403850 - RHEL6 RPMs: Upgrade infinispan to 5.2.20.Final-redhat-1 6. Package List: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 Server: Source: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el6.src.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el6.src.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el6.src.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el6.src.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el6.src.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el6.src.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el6.src.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el6.src.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el6.src.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.src.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el6.src.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el6.src.rpm noarch: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el6.noarch.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el6.noarch.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm infinispan-cachestore-jdbc-5.2.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm infinispan-cachestore-remote-5.2.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm infinispan-client-hotrod-5.2.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm infinispan-core-5.2.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el6.noarch.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el6.noarch.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el6.noarch.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el6.noarch.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el6.noarch.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el6.noarch.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el6.noarch.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/ 7. References: https://access.redhat.com/security/cve/CVE-2016-6816 https://access.redhat.com/security/cve/CVE-2016-7061 https://access.redhat.com/security/cve/CVE-2016-8627 https://access.redhat.com/security/cve/CVE-2016-8656 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/ 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk59oXlSAg2UNWIIRAqjrAJ44aNkqyTZvMMoTYMkJuu1DYZo0iACfasjw cH35u0IQtP0hp6b4TftjvSY= =r+Ts -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 21:07:04 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 16:07:04 -0500 Subject: [RHSA-2017:0245-01] Important: Red Hat JBoss Enterprise Application Platform security update Message-ID: <201702022107.v12L74pB013188@int-mx09.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: Red Hat JBoss Enterprise Application Platform security update Advisory ID: RHSA-2017:0245-01 Product: Red Hat JBoss Enterprise Application Platform Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0245.html Issue date: 2017-02-02 CVE Names: CVE-2016-6816 CVE-2016-7061 CVE-2016-8627 CVE-2016-8656 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss Enterprise Application Platform 6.4 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. 2. Relevant releases/architectures: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 Server - noarch 3. Description: Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release of Red Hat JBoss Enterprise Application Platform 6.4.13 serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.12, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was discovered that the jboss init script performed unsafe file handling which could result in local privilege escalation. (CVE-2016-8656) * 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 and/or obtain sensitive information from requests other then their own. (CVE-2016-6816) * An EAP feature to download server log files allows logs to be available via GET requests making them vulnerable to cross-origin attacks. An attacker could trigger the user's browser to request the log files consuming enough resources that normal server functioning could be impaired. (CVE-2016-8627) * It was discovered that when configuring RBAC and marking information as sensitive, users with a Monitor role are able to view the sensitive information. (CVE-2016-7061) The CVE-2016-8627 issue was discovered by Darran Lofthouse (Red Hat) and Brian Stansberry (Red Hat). 4. Solution: Before applying this update, back up your existing Red Hat JBoss Enterprise Application Platform installation and deployed applications. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1380852 - CVE-2016-7061 EAP: Sensitive data can be exposed at the server level in domain mode 1388240 - CVE-2016-8627 Potential EAP resource starvation DOS attack via GET requests for server log files 1397484 - CVE-2016-6816 tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests 1400344 - CVE-2016-8656 jboss: jbossas: unsafe chown of server.log in jboss init script allows privilege escalation 1401972 - RHEL7 RPMs: Upgrade jbossweb to 7.5.20.Final-redhat-1 1403852 - RHEL7 RPMs: Upgrade infinispan to 5.2.20.Final-redhat-1 6. Package List: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 Server: Source: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el7.src.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el7.src.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el7.src.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el7.src.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el7.src.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el7.src.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el7.src.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el7.src.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el7.src.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.src.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el7.src.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el7.src.rpm noarch: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el7.noarch.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el7.noarch.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm infinispan-cachestore-jdbc-5.2.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm infinispan-cachestore-remote-5.2.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm infinispan-client-hotrod-5.2.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm infinispan-core-5.2.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el7.noarch.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el7.noarch.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el7.noarch.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el7.noarch.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el7.noarch.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el7.noarch.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el7.noarch.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/ 7. References: https://access.redhat.com/security/cve/CVE-2016-6816 https://access.redhat.com/security/cve/CVE-2016-7061 https://access.redhat.com/security/cve/CVE-2016-8627 https://access.redhat.com/security/cve/CVE-2016-8656 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/ 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk592XlSAg2UNWIIRAnnTAJ0R4RrPB1nNKgA3lTPkD0YCtr/5+QCgpdWn m7mLz8cpTiIQo2CoBzaGbPw= =rlpF -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 21:07:18 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 16:07:18 -0500 Subject: [RHSA-2017:0246-01] Important: Red Hat JBoss Enterprise Application Platform security update Message-ID: <201702022107.v12L7IQH007837@int-mx13.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: Red Hat JBoss Enterprise Application Platform security update Advisory ID: RHSA-2017:0246-01 Product: Red Hat JBoss Enterprise Application Platform Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0246.html Issue date: 2017-02-02 CVE Names: CVE-2016-6816 CVE-2016-7061 CVE-2016-8627 CVE-2016-8656 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 5. 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. 2. Relevant releases/architectures: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 5 Server - noarch 3. Description: Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release of Red Hat JBoss Enterprise Application Platform 6.4.13 serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.12, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was discovered that the jboss init script performed unsafe file handling which could result in local privilege escalation. (CVE-2016-8656) * 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 and/or obtain sensitive information from requests other then their own. (CVE-2016-6816) * An EAP feature to download server log files allows logs to be available via GET requests making them vulnerable to cross-origin attacks. An attacker could trigger the user's browser to request the log files consuming enough resources that normal server functioning could be impaired. (CVE-2016-8627) * It was discovered that when configuring RBAC and marking information as sensitive, users with a Monitor role are able to view the sensitive information. (CVE-2016-7061) The CVE-2016-8627 issue was discovered by Darran Lofthouse and Brian Stansberry (Red Hat). 4. Solution: Before applying this update, back up your existing Red Hat JBoss Enterprise Application Platform installation and deployed applications. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1380852 - CVE-2016-7061 EAP: Sensitive data can be exposed at the server level in domain mode 1388240 - CVE-2016-8627 Potential EAP resource starvation DOS attack via GET requests for server log files 1397484 - CVE-2016-6816 tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests 1400344 - CVE-2016-8656 jboss: jbossas: unsafe chown of server.log in jboss init script allows privilege escalation 1401971 - RHEL5 RPMs: Upgrade jbossweb to 7.5.20.Final-redhat-1 1403851 - RHEL5 RPMs: Upgrade infinispan to 5.2.20.Final-redhat-1 6. Package List: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 5 Server: Source: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el5.src.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el5.src.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el5.src.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el5.src.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el5.src.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el5.src.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el5.src.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el5.src.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el5.src.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.src.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el5.src.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el5.src.rpm noarch: apache-cxf-2.7.18-5.SP4_redhat_1.1.ep6.el5.noarch.rpm hornetq-2.3.25-18.SP16_redhat_1.1.ep6.el5.noarch.rpm infinispan-5.2.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm infinispan-cachestore-jdbc-5.2.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm infinispan-cachestore-remote-5.2.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm infinispan-client-hotrod-5.2.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm infinispan-core-5.2.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm jboss-as-appclient-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-cli-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-client-all-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-clustering-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-cmp-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-connector-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-console-2.5.15-1.Final_redhat_1.1.ep6.el5.noarch.rpm jboss-as-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-controller-client-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-core-security-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-deployment-repository-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-deployment-scanner-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-domain-http-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-domain-management-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-ee-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-ee-deployment-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-ejb3-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-embedded-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-host-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jacorb-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jaxr-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jaxrs-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jdr-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jmx-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jpa-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jsf-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-jsr77-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-logging-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-mail-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-management-client-content-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-messaging-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-modcluster-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-naming-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-network-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-osgi-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-osgi-configadmin-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-osgi-service-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-picketlink-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-platform-mbean-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-pojo-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-process-controller-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-protocol-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-remoting-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-sar-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-security-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-server-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-system-jmx-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-threads-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-transactions-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-version-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-web-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-webservices-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-weld-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-as-xts-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jboss-ejb-client-1.0.38-1.Final_redhat_1.1.ep6.el5.noarch.rpm jboss-hal-2.5.15-1.Final_redhat_1.1.ep6.el5.noarch.rpm jbossas-appclient-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-bundles-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-core-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-domain-7.5.13-5.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-javadocs-7.5.13-3.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-modules-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-product-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-standalone-7.5.13-5.Final_redhat_2.1.ep6.el5.noarch.rpm jbossas-welcome-content-eap-7.5.13-2.Final_redhat_2.1.ep6.el5.noarch.rpm jbossweb-7.5.20-1.Final_redhat_1.1.ep6.el5.noarch.rpm resteasy-2.3.16-1.Final_redhat_1.1.ep6.el5.noarch.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/ 7. References: https://access.redhat.com/security/cve/CVE-2016-6816 https://access.redhat.com/security/cve/CVE-2016-7061 https://access.redhat.com/security/cve/CVE-2016-8627 https://access.redhat.com/security/cve/CVE-2016-8656 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/ 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk5+EXlSAg2UNWIIRAr8rAKCL8JiX4x3+AjyzWfBUg6YjLwKyRwCgsBEL JyLY+87zKJAyyup/2ScA34Q= =F+NM -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 21:07:26 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 16:07:26 -0500 Subject: [RHSA-2017:0247-01] Important: Red Hat JBoss Enterprise Application Platform security update Message-ID: <201702022107.v12L7QdK006917@int-mx14.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: Red Hat JBoss Enterprise Application Platform security update Advisory ID: RHSA-2017:0247-01 Product: Red Hat JBoss Enterprise Application Platform Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0247.html Issue date: 2017-02-02 CVE Names: CVE-2016-6816 CVE-2016-7061 CVE-2016-8627 CVE-2016-8656 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss Enterprise Application Platform. 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. 2. Description: Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release of Red Hat JBoss Enterprise Application Platform 6.4.13 serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.12, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was discovered that the jboss init script performed unsafe file handling which could result in local privilege escalation. (CVE-2016-8656) * 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 and/or obtain sensitive information from requests other then their own. (CVE-2016-6816) * An EAP feature to download server log files allows logs to be available via GET requests making them vulnerable to cross-origin attacks. An attacker could trigger the user's browser to request the log files consuming enough resources that normal server functioning could be impaired. (CVE-2016-8627) * It was discovered that when configuring RBAC and marking information as sensitive, users with a Monitor role are able to view the sensitive information. (CVE-2016-7061) The CVE-2016-8627 issue was discovered by Darran Lofthouse and Brian Stansberry (Red Hat). 3. Solution: Before applying this update, back up your existing Red Hat JBoss Enterprise Application Platform installation and deployed applications. The References section of this erratum contains a download link (you must log in to download the update). 4. Bugs fixed (https://bugzilla.redhat.com/): 1380852 - CVE-2016-7061 EAP: Sensitive data can be exposed at the server level in domain mode 1388240 - CVE-2016-8627 Potential EAP resource starvation DOS attack via GET requests for server log files 1397484 - CVE-2016-6816 tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests 1400344 - CVE-2016-8656 jboss: jbossas: unsafe chown of server.log in jboss init script allows privilege escalation 5. References: https://access.redhat.com/security/cve/CVE-2016-6816 https://access.redhat.com/security/cve/CVE-2016-7061 https://access.redhat.com/security/cve/CVE-2016-8627 https://access.redhat.com/security/cve/CVE-2016-8656 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en/jboss-enterprise-application-platform/ https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=appplatform&downloadType=securityPatches&version=6.4 6. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk5+MXlSAg2UNWIIRAnn1AKCnzDUZH8aECYRtJPwsOCDeYvHtwwCfcqVf Tx3tBKvoJNzTMKYLclA1FO0= =6wX2 -----END PGP SIGNATURE----- From bugzilla at redhat.com Thu Feb 2 21:07:35 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Feb 2017 16:07:35 -0500 Subject: [RHSA-2017:0250-01] Important: jboss-ec2-eap security, bug fix, and enhancement update Message-ID: <201702022107.v12L7Zfu018952@int-mx10.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: jboss-ec2-eap security, bug fix, and enhancement update Advisory ID: RHSA-2017:0250-01 Product: Red Hat JBoss Enterprise Application Platform Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0250.html Issue date: 2017-02-02 CVE Names: CVE-2016-6816 CVE-2016-7061 CVE-2016-8627 CVE-2016-8656 ===================================================================== 1. Summary: An update for jboss-ec2-eap is now available for Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6. 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. 2. Relevant releases/architectures: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 Server - noarch 3. Description: The jboss-ec2-eap package provide scripts for Red Hat JBoss Enterprise Application Platform running on the Amazon Web Services (AWS) Elastic Compute Cloud (EC2). With this update, the jboss-ec2-eap package has been updated to ensure compatibility with Red Hat JBoss Enterprise Application Platform 6.4.12. Security Fix(es): * It was discovered that the jboss init script performed unsafe file handling which could result in local privilege escalation. (CVE-2016-8656) * 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 and/or obtain sensitive information from requests other then their own. (CVE-2016-6816) * An EAP feature to download server log files allows logs to be available via GET requests making them vulnerable to cross-origin attacks. An attacker could trigger the user's browser to request the log files consuming enough resources that normal server functioning could be impaired. (CVE-2016-8627) * It was discovered that when configuring RBAC and marking information as sensitive, users with a Monitor role are able to view the sensitive information. (CVE-2016-7061) The CVE-2016-8627 issue was discovered by Darran Lofthouse and Brian Stansberry (Red Hat). 4. Solution: Before applying this update, back up your existing Red Hat JBoss Enterprise Application Platform installation and deployed applications. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1380852 - CVE-2016-7061 EAP: Sensitive data can be exposed at the server level in domain mode 1388240 - CVE-2016-8627 Potential EAP resource starvation DOS attack via GET requests for server log files 1397484 - CVE-2016-6816 tomcat: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests 1400344 - CVE-2016-8656 jboss: jbossas: unsafe chown of server.log in jboss init script allows privilege escalation 6. Package List: Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 Server: Source: jboss-ec2-eap-7.5.13-1.Final_redhat_2.ep6.el6.src.rpm noarch: jboss-ec2-eap-7.5.13-1.Final_redhat_2.ep6.el6.noarch.rpm jboss-ec2-eap-samples-7.5.13-1.Final_redhat_2.ep6.el6.noarch.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/ 7. References: https://access.redhat.com/security/cve/CVE-2016-6816 https://access.redhat.com/security/cve/CVE-2016-7061 https://access.redhat.com/security/cve/CVE-2016-8627 https://access.redhat.com/security/cve/CVE-2016-8656 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/ 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYk5+VXlSAg2UNWIIRAn9kAJ9vCBhNJGrXIx6/W1m8keg8PYoCHQCgn34H oD4NLsgaqH3rokbFk1Y8+gU= =Ir/0 -----END PGP SIGNATURE----- From bugzilla at redhat.com Tue Feb 14 16:43:59 2017 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 14 Feb 2017 11:43:59 -0500 Subject: [RHSA-2017:0272-01] Moderate: Red Hat JBoss Data Virtualization security and bug fix update Message-ID: <201702141644.v1EGhxou023933@int-mx10.intmail.prod.int.phx2.redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Moderate: Red Hat JBoss Data Virtualization security and bug fix update Advisory ID: RHSA-2017:0272-01 Product: Red Hat JBoss Data Virtualization Advisory URL: https://rhn.redhat.com/errata/RHSA-2017-0272.html Issue date: 2017-02-14 CVE Names: CVE-2016-2175 CVE-2016-4434 CVE-2016-6814 ===================================================================== 1. Summary: An update is now available for Red Hat JBoss Data Virtualization. Red Hat Product Security has rated this update as having a security impact of Moderate. 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. 2. Description: Red Hat JBoss Data Virtualization is a lean data integration solution that provides easy, real-time, and unified data access across disparate sources to multiple applications and users. JBoss Data Virtualization makes data spread across physically distinct systems - such as multiple databases, XML files, and even Hadoop systems - appear as a set of tables in a local database. This release of Red Hat JBoss Data Virtualization 6.3 Update 4 serves as a replacement for Red Hat JBoss Data Virtualization 6.3 Update 3, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References. Security Fix(es): * It was found that a flaw in apache groovy library allows remote code execution wherever deserialization occurs in the application. It is possible for an attacker to craft a special serialized object that will execute code directly when deserialized. All applications which rely on serialization and do not isolate the code which deserializes objects are subject to this vulnerability. (CVE-2016-6814) * It was found that the parsing of XMP and other XML formats in PDF by Apache PDFBox would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-2175) * It was found that the parsing of OOXML, XMP in PDF, and some other file formats by Apache Tika would expand entity references. A remote, unauthenticated attacker could use this flaw to read files accessible to the user running the application server, and potentially perform other more advanced XXE attacks. (CVE-2016-4434) 3. Solution: Before applying the update, back up your existing Red Hat JBoss Data Virtualization installation (including its databases, applications, configuration files, and so on). Note that it is recommended to halt the Red Hat JBoss Data Virtualization server by stopping the JBoss Application Server process before installing this update, and then after installing the update, restart the Red Hat JBoss Data Virtualization server by starting the JBoss Application Server process. The References section of this erratum contains a download link (you must log in to download the update). 4. Bugs fixed (https://bugzilla.redhat.com/): 1340386 - CVE-2016-4434 tika: XML External Entity vulnerability 1340396 - CVE-2016-2175 pdfbox: XML External Entity vulnerability 1413466 - CVE-2016-6814 Apache Groovy: Remote code execution via deserialization 5. References: https://access.redhat.com/security/cve/CVE-2016-2175 https://access.redhat.com/security/cve/CVE-2016-4434 https://access.redhat.com/security/cve/CVE-2016-6814 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=data.services.platform&downloadType=securityPatches&version=6.3.0 6. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYozPNXlSAg2UNWIIRAmd3AJ90vUkTPEUcROfmuFdzP3Hvlx5awACggDdD IxZ+JSOYuXfx1zJcjqph0Mw= =E4fh -----END PGP SIGNATURE-----