Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2014:0204 - Security Advisory
Issued:
2014-02-24
Updated:
2014-02-24

RHSA-2014:0204 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Low: Red Hat JBoss Enterprise Application Platform 6.2.1 security update

Type/Severity

Security Advisory: Low

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated Red Hat JBoss Enterprise Application Platform 6.2.1 packages that
fix one security issue are now available for Red Hat Enterprise Linux 5
and 6.

The Red Hat Security Response Team has rated this update as having Low
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.

Description

Red Hat JBoss Enterprise Application Platform 6 is a platform for Java
applications based on JBoss Application Server 7.

It was found that the security audit functionality, as provided by Red Hat
JBoss Enterprise Application Platform 6, logged request parameters in plain
text. This may have caused passwords to be included in the audit log files
when using BASIC or FORM-based authentication. A local attacker with access
to audit log files could possibly use this flaw to obtain application or
server authentication credentials. (CVE-2014-0058)

The provided patch to fix CVE-2014-0058 also allows greater control over
which of the following components of web requests are captured in audit
logs:

  • parameters
  • cookies
  • headers
  • attributes

It is also possible to selectively mask some elements of headers,
parameters, cookies, and attributes using masks. This capability is
provided by two system properties, which are introduced by this patch:

1) org.jboss.security.web.audit

Description:
This property controls the granularity of the security auditing of web
requests.

Possible values:
off = Disables auditing of web requests
headers = Audits only the headers of web requests
cookies = Audits only the cookies of web requests
parameters = Audits only the parameters of web requests
attributes = Audits only the attributes of web requests
headers,cookies,parameters = Audits the headers, cookies, and parameters of
web requests
headers,cookies = Audits the headers and cookies of web requests

Default Value:
headers, parameters

Examples:
Setting "org.jboss.security.web.audit=off" disables security auditing of
web requests entirely.
Setting "org.jboss.security.web.audit=headers" enables security auditing of
only headers in web requests.

2) org.jboss.security.web.audit.mask

Description:
This property can be used to specify a list of strings to be matched
against headers, parameters, cookies, and attributes of web requests.
Any element matching the specified masks will be excluded from security
audit logging.

Possible values:
Any comma separated string indicating keys of headers, parameters, cookies,
and attributes.

Default Value:
j_password, authorization

Note that currently the matching of the masks is fuzzy rather than strict.
For example, a mask of "authorization" will mask both the header called
authorization and the parameter called "custom_authorization". A future
release may introduce strict masks.

Warning: Before applying this update, back up your existing Red Hat JBoss
Enterprise Application Platform installation and deployed applications.

All users of Red Hat JBoss Enterprise Application Platform 6.2.1 on Red Hat
Enterprise Linux 5 and 6 are advised to upgrade to these updated packages.
The JBoss server process must be restarted for the update to take effect.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied. Also, back up any customized Red
Hat JBoss Enterprise Application Platform 6 configuration files. On update,
the configuration files that have been locally modified will not be
updated. The updated version of such files will be stored as the rpmnew
files. Make sure to locate any such files after the update and merge any
changes manually.

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/site/articles/11258

Affected Products

  • JBoss Enterprise Application Platform from RHUI 6 x86_64
  • JBoss Enterprise Application Platform from RHUI 6 i386
  • JBoss Enterprise Application Platform 6.4 for RHEL 6 x86_64
  • JBoss Enterprise Application Platform 6.4 for RHEL 6 i386
  • JBoss Enterprise Application Platform 6.4 for RHEL 5 x86_64
  • JBoss Enterprise Application Platform 6.4 for RHEL 5 i386
  • JBoss Enterprise Application Platform 6 for RHEL 6 x86_64
  • JBoss Enterprise Application Platform 6 for RHEL 6 i386
  • JBoss Enterprise Application Platform 6 for RHEL 5 x86_64
  • JBoss Enterprise Application Platform 6 for RHEL 5 i386

Fixes

  • BZ - 1063641 - CVE-2014-0058 Red Hat JBoss EAP6: Plain text password logging during security audit

CVEs

  • CVE-2014-0058

References

  • https://access.redhat.com/security/updates/classification/#low
Note: More recent versions of these packages may be available. Click a package name for more details.

JBoss Enterprise Application Platform from RHUI 6

SRPM
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.src.rpm SHA-256: 241fef198718d9de2181d9e72c9840e600870e63ec664600e0e287b2c4658c60
x86_64
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8
i386
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8

JBoss Enterprise Application Platform 6.4 for RHEL 6

SRPM
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.src.rpm SHA-256: 241fef198718d9de2181d9e72c9840e600870e63ec664600e0e287b2c4658c60
x86_64
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8
i386
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8

JBoss Enterprise Application Platform 6.4 for RHEL 5

SRPM
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.src.rpm SHA-256: 12719eebf8409f2bb49ed64b3d244435d7a8bc091181eb0e462e942aabb93c1a
x86_64
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.noarch.rpm SHA-256: ace9d5fd3631f4a1474e9815bd3c7041201bcf6a0a1e61baee9a702985459af0
i386
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.noarch.rpm SHA-256: ace9d5fd3631f4a1474e9815bd3c7041201bcf6a0a1e61baee9a702985459af0

JBoss Enterprise Application Platform 6 for RHEL 6

SRPM
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.src.rpm SHA-256: 241fef198718d9de2181d9e72c9840e600870e63ec664600e0e287b2c4658c60
x86_64
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8
i386
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el6.noarch.rpm SHA-256: aa67327eaefbf846d1aab65e5479b8615dc91ed7f6b8e17b001e05896cb812c8

JBoss Enterprise Application Platform 6 for RHEL 5

SRPM
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.src.rpm SHA-256: 12719eebf8409f2bb49ed64b3d244435d7a8bc091181eb0e462e942aabb93c1a
x86_64
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.noarch.rpm SHA-256: ace9d5fd3631f4a1474e9815bd3c7041201bcf6a0a1e61baee9a702985459af0
i386
jboss-as-web-7.3.1-4.Final_redhat_4.1.ep6.el5.noarch.rpm SHA-256: ace9d5fd3631f4a1474e9815bd3c7041201bcf6a0a1e61baee9a702985459af0

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
2023
  • Privacy Statement
  • Terms of Use
  • All Policies and Guidelines
We've updated our <a href='http://www.redhat.com/en/about/privacy-policy' class='privacy-policy'>Privacy Statement</a> effective September 15, 2023.
Red Hat Summit Red Hat Summit
Twitter