<?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: tomcat6 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:0158</ID></Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
       <Revision>
         <Number>1</Number>
         <Date>2013-01-14T20:43:00Z</Date>
         <Description>Current version</Description>
       </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2013-01-14T20:43:00Z</InitialReleaseDate>
    <CurrentReleaseDate>2013-01-14T20:43:00Z</CurrentReleaseDate>
    <Generator>
      <Engine>Red Hat rhsa-to-cvrf 1.0.1484</Engine>
      <Date>2013-01-30T13:03:43Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">
Updated tomcat6 packages that fix one security issue are now available for
JBoss Enterprise Web Server 1.0.2 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">
Apache Tomcat is a servlet container.

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 the update, back up your existing JBoss Enterprise
Web Server installation (including all applications and configuration
files).

Users of Tomcat should upgrade to these updated packages, which resolve
this issue. Tomcat 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-0158.html</URL>
       <Description>https://rhn.redhat.com/errata/RHSA-2013-0158.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 Web Server">
      <Branch Type="Product Name" Name="JBoss Enterprise Web Server 1.0 for RHEL 5 Server">
        <FullProductName ProductID="5Server-JBEWS-5.0.0">JBoss Enterprise Web Server 1.0 for RHEL 5 Server</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="JBoss Enterprise Web Server 1.0 for RHEL 6 Server">
        <FullProductName ProductID="6Server-JBEWS-1">JBoss Enterprise Web Server 1.0 for RHEL 6 Server</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="tomcat6-6.0.32-28_patch_08.ep5.el5">
      <FullProductName ProductID="tomcat6-6.0.32-28_patch_08.ep5.el5">tomcat6-6.0.32-28_patch_08.ep5.el5.src.rpm</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tomcat6-6.0.32-31_patch_08.ep5.el6">
      <FullProductName ProductID="tomcat6-6.0.32-31_patch_08.ep5.el6">tomcat6-6.0.32-31_patch_08.ep5.el6.src.rpm</FullProductName>
    </Branch>
    <Relationship ProductReference="tomcat6-6.0.32-28_patch_08.ep5.el5" RelationType="Default Component Of" RelatesToProductReference="5Server-JBEWS-5.0.0">
      <FullProductName ProductID="5Server-JBEWS-5.0.0:tomcat6-6.0.32-28_patch_08.ep5.el5">tomcat6-6.0.32-28_patch_08.ep5.el5 as a component of JBoss Enterprise Web Server 1.0 for RHEL 5 Server</FullProductName>
    </Relationship>
    <Relationship ProductReference="tomcat6-6.0.32-31_patch_08.ep5.el6" RelationType="Default Component Of" RelatesToProductReference="6Server-JBEWS-1">
      <FullProductName ProductID="6Server-JBEWS-1:tomcat6-6.0.32-31_patch_08.ep5.el6">tomcat6-6.0.32-31_patch_08.ep5.el6 as a component of JBoss Enterprise Web Server 1.0 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-JBEWS-5.0.0:tomcat6-6.0.32-28_patch_08.ep5.el5</ProductID>
      <ProductID>6Server-JBEWS-1:tomcat6-6.0.32-31_patch_08.ep5.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-0158.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>
