Skip to navigation Skip to main content

유틸리티

  • 서브스크립션
  • 다운로드
  • Red Hat Console
  • 지원받기
Red Hat Customer Portal
  • 서브스크립션
  • 다운로드
  • Red Hat Console
  • 지원받기
  • 제품

    주요 제품

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    모든 제품

    다운로드 및 컨테이너

    • 다운로드
    • 패키지
    • 컨테이너

    주요 리소스

    • 제품 문서
    • 제품 라이프 사이클
    • 제품 규정 준수
    • 에라타
  • 기술 자료

    Red Hat 기술 자료 센터

    • 기술 자료 솔루션
    • 기술 자료 문서
    • 고객 포털 랩
    • 에라타

    주요 제품 문서

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    모든 제품 문서

    교육 및 자격증

    • 정보
    • 코스 색인
    • 자격증 색인
    • 스킬 평가
  • 보안

    Red Hat 제품 보안 센터

    • 보안 업데이트
    • 보안 권고
    • Red Hat CVE 데이터베이스
    • 에라타

    참고 정보

    • 보안 정보
    • 보안 평가
    • 보안 데이터

    주요 리소스

    • 보안 연구실
    • 백포트 정책
    • 보안 블로그
  • 지원

    Red Hat 지원

    • 지원 케이스
    • 문제 해결
    • 지원받기
    • Red Hat 지원팀에 문의

    Red Hat 커뮤니티 지원

    • 고객 포털 커뮤니티
    • 커뮤니티 토론
    • Red Hat Accelerator 프로그램

    주요 리소스

    • 제품 라이프 사이클
    • 고객 포털 랩
    • Red Hat Jboss 지원 구성
    • Red Hat Lightspeed
또는 문제 해결.

언어 선택

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

인프라 및 관리

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

클라우드 컴퓨팅

  • 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

스토리지

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

런타임

  • 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

통합 및 자동화

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
모든 제품
Red Hat 제품 에라타 RHSA-2013:0873 - Security Advisory
발행된 날짜:
2013-05-28
업데이트된 날짜:
2013-05-28

RHSA-2013:0873 - Security Advisory

  • 개요
  • 업데이트된 패키지

요약

Important: JBoss Enterprise Application Platform 5.2.0 security update

유형/심각도

Security Advisory: Important

Red Hat Lightspeed 패치 분석

이 권고의 영향을 받는 시스템을 식별하고 수정합니다.

영향을 받는 시스템 보기

주제

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.

설명

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.

솔루션

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

영향을 받는 제품

  • 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

수정

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

CVE

  • CVE-2012-5575

참조

  • https://access.redhat.com/security/updates/classification/#important
  • http://ws.apache.org/wss4j/best_practice.html
  • http://cxf.apache.org/cve-2012-5575.html
알림: 이 패키지의 보다 최신 버전을 사용할 수 있습니다. 자세한 내용을 확인하려면 패키지 이름을 클릭합니다.

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

Red Hat 제품 보안팀 연락처는 secalert@redhat.com입니다. https://access.redhat.com/security/team/contact/에 더 많은 연락처 정보가 있습니다.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

빠른 링크

  • 다운로드
  • 서브스크립션
  • 기술문의
  • 고객 서비스
  • 제품 문서

도움말

  • 연락처
  • 고객 포털 FAQ
  • 로그인 도움말

사이트 정보

  • Trust Red Hat
  • 브라우저 지원 정책
  • 접근성
  • 수상 및 업계 인정
  • 출판 정보

관련 사이트

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

Red Hat legal and privacy links

  • Red Hat 정보
  • 구인
  • 이벤트
  • 위치
  • Red Hat에 문의
  • Red Hat 블로그
  • Inclusion at Red Hat
  • 스토어
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • 개인정보 처리방침
  • 이용 약관
  • 모든 정책 및 지침
  • 디지털 접근성