Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
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
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat 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 build of Keycloak
  • 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-2013:0873 - Security Advisory
Issued:
2013-05-28
Updated:
2013-05-28

RHSA-2013:0873 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: JBoss Enterprise Application Platform 5.2.0 security update

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated packages for JBoss Enterprise Application Platform 5.2.0 which fix
one security issue are now available for Red Hat Enterprise Linux 4, 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.

Description

JBoss Enterprise Application Platform is a platform for Java applications,
which integrates the JBoss Application Server with JBoss Hibernate and
JBoss Seam.

XML encryption backwards compatibility attacks were found against various
frameworks, including Apache CXF. An attacker could force a server to use
insecure, legacy cryptosystems, even when secure cryptosystems were enabled
on endpoints. By forcing the use of legacy cryptosystems, flaws such as
CVE-2011-1096 and CVE-2011-2487 would be exposed, allowing plain text to be
recovered from cryptograms and symmetric keys. This issue affected both the
JBoss Web Services CXF (jbossws-cxf) and JBoss Web Services Native
(jbossws-native) stacks. (CVE-2012-5575)

Red Hat would like to thank Tibor Jager, Kenneth G. Paterson and Juraj
Somorovsky of Ruhr-University Bochum for reporting this issue.

If you are using jbossws-cxf, then automatic checks to prevent this flaw
are only run when WS-SecurityPolicy is used to enforce security
requirements. It is best practice to use WS-SecurityPolicy to enforce
security requirements.

If you are using jbossws-native, the fix for this flaw is implemented by
two new configuration parameters in the 'encryption' element. This element
can be a child of 'requires' in both client and server wsse configuration
descriptors (set on a per-application basis via the application's
jboss-wsse-server.xml and jboss-wsse-client.xml files). The new attributes
are 'algorithms' and 'keyWrapAlgorithms'. These attributes should contain a
blank space or comma separated list of algorithm IDs that are allowed for
the encrypted incoming message, both for encryption and private key
wrapping. For backwards compatibility, no algorithm checks are performed by
default for empty lists or missing attributes.

For example (do not include the line break in your configuration):

encryption algorithms="aes-192-gcm aes-256-gcm"
keyWrapAlgorithms="rsa_oaep"

Specifies that incoming messages are required to be encrypted, and that the
only permitted encryption algorithms are AES-192 and 256 in GCM mode, and
RSA-OAEP only for key wrapping.

Before performing any decryption, the jbossws-native stack will verify that
each algorithm specified in the incoming messages is included in the
allowed algorithms lists from these new encryption element attributes. The
algorithm values to be used for 'algorithms' and 'keyWrapAlgorithms' are
the same as for 'algorithm' and 'keyWrapAlgorithm' in the 'encrypt'
element.

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

All users of JBoss Enterprise Application Platform 5.2.0 on Red Hat
Enterprise Linux 4, 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.

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

Affected Products

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

Fixes

  • BZ - 880443 - CVE-2012-5575 jbossws-native, jbossws-cxf, apache-cxf: XML encryption backwards compatibility attacks

CVEs

  • CVE-2012-5575

References

  • https://access.redhat.com/security/updates/classification/#important
  • http://ws.apache.org/wss4j/best_practice.html
  • http://cxf.apache.org/cve-2012-5575.html
Note: More recent versions of these packages may be available. Click a package name for more details.

JBoss Enterprise Application Platform from RHUI 5

SRPM
apache-cxf-2.2.12-12.patch_07.ep5.el6.src.rpm SHA-256: be5fea942e2ce874d2547919219563b5feb602fb5d7f9625e64457f765dafc0a
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.src.rpm SHA-256: 414a71ed9ec37e0d24f966cbbf5001bc2dd5420f8cc7dbb152d4b963edc0a5c7
wss4j-1.5.12-6_patch_03.ep5.el6.src.rpm SHA-256: a42af1a3d9662bd1e6c1ed768a5317845dd5e7006425c3d2d0451c4c22c5898e
x86_64
apache-cxf-2.2.12-12.patch_07.ep5.el6.noarch.rpm SHA-256: 6767a323837984ce1cc474fbd1afc6be5e7959ed1a586f2fb06f267fa5d270d9
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.noarch.rpm SHA-256: 281a682225aa1b7f649f3000cce511b5ff84addc127d419679ef0ff6c9221249
wss4j-1.5.12-6_patch_03.ep5.el6.noarch.rpm SHA-256: 72b063d921a1f76532146d4f1d10d0e3eafca8b0771db0497c80010e757cbd50
i386
apache-cxf-2.2.12-12.patch_07.ep5.el6.noarch.rpm SHA-256: 6767a323837984ce1cc474fbd1afc6be5e7959ed1a586f2fb06f267fa5d270d9
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.noarch.rpm SHA-256: 281a682225aa1b7f649f3000cce511b5ff84addc127d419679ef0ff6c9221249
wss4j-1.5.12-6_patch_03.ep5.el6.noarch.rpm SHA-256: 72b063d921a1f76532146d4f1d10d0e3eafca8b0771db0497c80010e757cbd50

JBoss Enterprise Application Platform 5 for RHEL 6

SRPM
apache-cxf-2.2.12-12.patch_07.ep5.el6.src.rpm SHA-256: be5fea942e2ce874d2547919219563b5feb602fb5d7f9625e64457f765dafc0a
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.src.rpm SHA-256: 414a71ed9ec37e0d24f966cbbf5001bc2dd5420f8cc7dbb152d4b963edc0a5c7
wss4j-1.5.12-6_patch_03.ep5.el6.src.rpm SHA-256: a42af1a3d9662bd1e6c1ed768a5317845dd5e7006425c3d2d0451c4c22c5898e
x86_64
apache-cxf-2.2.12-12.patch_07.ep5.el6.noarch.rpm SHA-256: 6767a323837984ce1cc474fbd1afc6be5e7959ed1a586f2fb06f267fa5d270d9
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.noarch.rpm SHA-256: 281a682225aa1b7f649f3000cce511b5ff84addc127d419679ef0ff6c9221249
wss4j-1.5.12-6_patch_03.ep5.el6.noarch.rpm SHA-256: 72b063d921a1f76532146d4f1d10d0e3eafca8b0771db0497c80010e757cbd50
i386
apache-cxf-2.2.12-12.patch_07.ep5.el6.noarch.rpm SHA-256: 6767a323837984ce1cc474fbd1afc6be5e7959ed1a586f2fb06f267fa5d270d9
jbossws-3.1.2-14.SP15_patch_02.ep5.el6.noarch.rpm SHA-256: 281a682225aa1b7f649f3000cce511b5ff84addc127d419679ef0ff6c9221249
wss4j-1.5.12-6_patch_03.ep5.el6.noarch.rpm SHA-256: 72b063d921a1f76532146d4f1d10d0e3eafca8b0771db0497c80010e757cbd50

JBoss Enterprise Application Platform 5 for RHEL 5

SRPM
apache-cxf-2.2.12-12.patch_07.ep5.el5.src.rpm SHA-256: c7afd9ae97567a4bae9f37a23f013ef9f5beeaad90cec1a07d94bedb6ac3138f
jbossws-3.1.2-14.SP15_patch_02.ep5.el5.src.rpm SHA-256: 89752dcfad131114be845e1a0bfeaceecf5a5c7f4a5e6032de2b9ce04dec8662
wss4j-1.5.12-6_patch_03.ep5.el5.src.rpm SHA-256: 02be4dc4ea7ebd13eb2e947adeab4337d7553fbdc915b1aec5e794d93975a365
x86_64
apache-cxf-2.2.12-12.patch_07.ep5.el5.noarch.rpm SHA-256: 6aedaea16f0f4b6772e76c8034280757d406a01e1ad596d2e01a8122c5e5389b
jbossws-3.1.2-14.SP15_patch_02.ep5.el5.noarch.rpm SHA-256: 0cc585cbffcd27342a7e0900039bb02457555cea61b7eb73d1db34b5aab7778a
wss4j-1.5.12-6_patch_03.ep5.el5.noarch.rpm SHA-256: 6cb2d28922ccddb45ffdfa86829239db14dcee81da18258fe1ad6379692f922f
i386
apache-cxf-2.2.12-12.patch_07.ep5.el5.noarch.rpm SHA-256: 6aedaea16f0f4b6772e76c8034280757d406a01e1ad596d2e01a8122c5e5389b
jbossws-3.1.2-14.SP15_patch_02.ep5.el5.noarch.rpm SHA-256: 0cc585cbffcd27342a7e0900039bb02457555cea61b7eb73d1db34b5aab7778a
wss4j-1.5.12-6_patch_03.ep5.el5.noarch.rpm SHA-256: 6cb2d28922ccddb45ffdfa86829239db14dcee81da18258fe1ad6379692f922f

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

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

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

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility