<?xml version="1.0" encoding="utf-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Red Hat Security Advisory: jbossweb security update</DocumentTitle>
  <DocumentType>Security Advisory</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>secalert@redhat.com</ContactDetails>
    <IssuingAuthority>Red Hat Security Response Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification><ID>RHSA-2013:0164</ID></Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
       <Revision>
         <Number>1</Number>
         <Date>2013-01-15T18:54:00Z</Date>
         <Description>Current version</Description>
       </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2013-01-15T18:54:00Z</InitialReleaseDate>
    <CurrentReleaseDate>2013-01-15T18:54:00Z</CurrentReleaseDate>
    <Generator>
      <Engine>Red Hat rhsa-to-cvrf 1.0.1484</Engine>
      <Date>2013-01-30T13:01:28Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">
Updated jbossweb packages that fix one security issue are now available for
JBoss Enterprise Application Platform 6.0.1 for Red Hat Enterprise Linux 5
and 6.

The Red Hat Security Response Team has rated this update as having
important security impact. A Common Vulnerability Scoring System (CVSS)
base score, which gives a detailed severity rating, is available from the
CVE link in the References section.    </Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
JBoss Web is the web container, based on Apache Tomcat, in JBoss Enterprise
Application Platform. It provides a single deployment platform for the
JavaServer Pages (JSP) and Java Servlet technologies.

It was found that when an application used FORM authentication, along with
another component that calls request.setUserPrincipal() before the call to
FormAuthenticator#authenticate() (such as the Single-Sign-On valve), it was
possible to bypass the security constraint checks in the FORM authenticator
by appending &quot;/j_security_check&quot; to the end of a URL. A remote attacker
with an authenticated session on an affected application could use this
flaw to circumvent authorization controls, and thereby access resources not
permitted by the roles associated with their authenticated session.
(CVE-2012-3546)

Warning: Before applying this update, back up your existing JBoss
Enterprise Application Platform installation (including all applications
and configuration files).

Users of JBoss Enterprise Application Platform 6.0.1 on Red Hat
Enterprise Linux 5 and 6 should upgrade to these updated packages, which
correct this issue. The JBoss server process must be restarted for this
update to take effect.    </Note>
    <Note Title="Terms of Use" Ordinal="3" Type="Legal Disclaimer" xml:lang="en">Please see https://www.redhat.com/footer/terms-of-use.html</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright © 2013 Red Hat, Inc. All rights reserved.</DocumentDistribution>
  <AggregateSeverity Namespace="https://access.redhat.com/security/updates/classification/">Important</AggregateSeverity>
  <DocumentReferences>
    <Reference Type="Self">
       <URL>https://rhn.redhat.com/errata/RHSA-2013-0164.html</URL>
       <Description>https://rhn.redhat.com/errata/RHSA-2013-0164.html</Description>
    </Reference>
    <Reference>
       <URL>https://access.redhat.com/security/updates/classification/#important</URL>
       <Description>https://access.redhat.com/security/updates/classification/#important</Description>
    </Reference>
    <Reference>
       <URL>http://tomcat.apache.org/security-6.html</URL>
       <Description>http://tomcat.apache.org/security-6.html</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="JBoss Enterprise Application Platform">
      <Branch Type="Product Name" Name="JBoss Enterprise Application Platform 6 for RHEL 5 Server">
        <FullProductName ProductID="5Server-JBEAP-6">JBoss Enterprise Application Platform 6 for RHEL 5 Server</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="JBoss Enterprise Application Platform 6 for RHEL 6 Server">
        <FullProductName ProductID="6Server-JBEAP-6">JBoss Enterprise Application Platform 6 for RHEL 6 Server</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="jbossweb-7.0.17-3.Final_redhat_2.ep6.el5">
      <FullProductName ProductID="jbossweb-7.0.17-3.Final_redhat_2.ep6.el5">jbossweb-7.0.17-3.Final_redhat_2.ep6.el5.src.rpm</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jbossweb-7.0.17-3.Final_redhat_2.ep6.el6">
      <FullProductName ProductID="jbossweb-7.0.17-3.Final_redhat_2.ep6.el6">jbossweb-7.0.17-3.Final_redhat_2.ep6.el6.src.rpm</FullProductName>
    </Branch>
    <Relationship ProductReference="jbossweb-7.0.17-3.Final_redhat_2.ep6.el5" RelationType="Default Component Of" RelatesToProductReference="5Server-JBEAP-6">
      <FullProductName ProductID="5Server-JBEAP-6:jbossweb-7.0.17-3.Final_redhat_2.ep6.el5">jbossweb-7.0.17-3.Final_redhat_2.ep6.el5 as a component of JBoss Enterprise Application Platform 6 for RHEL 5 Server</FullProductName>
    </Relationship>
    <Relationship ProductReference="jbossweb-7.0.17-3.Final_redhat_2.ep6.el6" RelationType="Default Component Of" RelatesToProductReference="6Server-JBEAP-6">
      <FullProductName ProductID="6Server-JBEAP-6:jbossweb-7.0.17-3.Final_redhat_2.ep6.el6">jbossweb-7.0.17-3.Final_redhat_2.ep6.el6 as a component of JBoss Enterprise Application Platform 6 for RHEL 6 Server</FullProductName>
    </Relationship>
  </ProductTree>

  <Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
    <Notes><Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">It was found that when an application used FORM authentication, along with another component that calls request.setUserPrincipal() before the call to FormAuthenticator#authenticate() (such as the Single-Sign-On valve), it was possible to bypass the security constraint checks in the FORM authenticator by appending &quot;/j_security_check&quot; to the end of a URL. A remote attacker with an authenticated session on an affected application could use this flaw to circumvent authorization controls, and thereby access resources not permitted by the roles associated with their authenticated session. </Note></Notes>
    <DiscoveryDate>2012-12-05T00:00:00Z</DiscoveryDate>
    <ReleaseDate>2012-12-04T00:00:00Z</ReleaseDate>
    <Involvements><Involvement Party="Vendor" Status="Completed"></Involvement></Involvements>
    <CVE>CVE-2012-3546</CVE>
    <ProductStatuses><Status Type="Fixed">
      <ProductID>5Server-JBEAP-6:jbossweb-7.0.17-3.Final_redhat_2.ep6.el5</ProductID>
      <ProductID>6Server-JBEAP-6:jbossweb-7.0.17-3.Final_redhat_2.ep6.el6</ProductID>
    </Status></ProductStatuses>
    <Threats><Threat Type="Impact"><Description>Important</Description></Threat></Threats>
    <CVSSScoreSets><ScoreSet>
      <BaseScore>5.5</BaseScore>
      <Vector>AV:N/AC:L/Au:S/C:P/I:P/A:N</Vector>
    </ScoreSet></CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix"><Description xml:lang="en">
Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258    </Description>      <URL>https://rhn.redhat.com/errata/RHSA-2013-0164.html</URL></Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.redhat.com/security/data/cve/CVE-2012-3546.html</URL>
        <Description>CVE-2012-3546</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.redhat.com/show_bug.cgi?id=883634</URL>
        <Description>bz#883634: CVE-2012-3546 Tomcat/JBoss Web: Bypass of security constraints</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
