Vulnerabilities > CVE-2012-5575 - Cryptographic Issues vulnerability in multiple products

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN

Summary

Apache CXF 2.5.x before 2.5.10, 2.6.x before CXF 2.6.7, and 2.7.x before CXF 2.7.4 does not verify that a specified cryptographic algorithm is allowed by the WS-SecurityPolicy AlgorithmSuite definition before decrypting, which allows remote attackers to force CXF to use weaker cryptographic algorithms than intended and makes it easier to decrypt communications, aka "XML Encryption backwards compatibility attack."

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Signature Spoofing by Key Recreation
    An attacker obtains an authoritative or reputable signer's private signature key by exploiting a cryptographic weakness in the signature algorithm or pseudorandom number generation and then uses this key to forge signatures from the original signer to mislead a victim into performing actions that benefit the attacker.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0833.NASL
    descriptionThe version of JBoss Enterprise Application Platform 6.0.1 running on the remote system is vulnerable to the following issues: - A man-in-the-middle attack is possible when applications running on JBoss Web use the COOKIE session tracking method. The flaw is in the org.apache.catalina.connector.Response.encodeURL() method. By making use of this, an attacker could obtain a user
    last seen2020-06-01
    modified2020-06-02
    plugin id66971
    published2013-06-24
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66971
    titleJBoss Enterprise Application Platform 6.1.0 Update (RHSA-2013:0833)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(66971);
      script_version("1.16");
      script_cvs_date("Date: 2019/10/24 15:35:37");
    
      script_cve_id(
        "CVE-2012-4529",
        "CVE-2012-4572",
        "CVE-2012-5575",
        "CVE-2013-0166",
        "CVE-2013-0169",
        "CVE-2013-0218",
        "CVE-2013-2067"
      );
      script_bugtraq_id(57652, 57778, 59799, 60040, 60043, 60045, 60268);
      script_xref(name:"RHSA", value:"2013:0833");
    
      script_name(english:"JBoss Enterprise Application Platform 6.1.0 Update (RHSA-2013:0833)");
      script_summary(english:"Checks for the installed versions of JBoss Enterprise Application Platform");
    
      script_set_attribute(attribute:"synopsis", value:"The remote Red Hat host is missing a security update.");
      script_set_attribute(attribute:"description", value:
    "The version of JBoss Enterprise Application Platform 6.0.1 running on
    the remote system is vulnerable to the following issues:
    
      - A man-in-the-middle attack is possible when applications
        running on JBoss Web use the COOKIE session tracking
        method. The flaw is in the
        org.apache.catalina.connector.Response.encodeURL()
        method. By making use of this, an attacker could obtain
        a user's jsessionid and hijack their session.
        (CVE-2012-4529)
    
      - If multiple applications used the same custom
        authorization module class name, a local attacker could
        deploy a malicious application authorization module that
        would permit or deny user access. (CVE-2012-4572)
    
      - XML encryption backwards compatibility attacks could
        allow an attacker to force a server to use insecure
        legacy cryptosystems. (CVE-2012-5575)
    
      - A NULL pointer dereference flaw could allow a malicious
        OCSP to crash applications performing OCSP verification.
        (CVE-2013-0166)
    
      - An OpenSSL leaks timing information issue exists that
        could allow a remote attacker to retrieve plaintext
        from the encrypted packets. (CVE-2013-0169)
    
      - The JBoss Enterprise Application Platform administrator
        password and the sucker password are stored in a world-
        readable, auto-install XML file created by the GUI
        installer. (CVE-2013-0218)
    
      - Tomcat incorrectly handles certain authentication
        requests. A remote attacker could use this flaw to
        inject a request that would get executed with a victim's
        credentials. (CVE-2013-2067)");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2012-4529.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2012-4572.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2012-5575.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2013-0166.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2013-0169.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2013-0218.html");
      script_set_attribute(attribute:"see_also", value:"https://www.redhat.com/security/data/cve/CVE-2013-2067.html");
      # https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=appplatform&downloadType=distributions
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?c7770d98");
      script_set_attribute(attribute:"solution", value:
    "Upgrade the installed JBoss Enterprise Application Platform 6.0.1 to
    6.1.0 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/10/10");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/05/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/06/24");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:jboss_enterprise_application_platform:6.0.1");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Red Hat Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.");
    
      script_dependencies("ssh_get_info.nasl", "jboss_detect.nbin");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release");
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    
    # We are only interested in Red Hat systems
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat");
    
    info = "";
    jboss = 0;
    installs = get_kb_list_or_exit("Host/JBoss/EAP");
    if(!isnull(installs)) jboss = 1;
    
    foreach install (make_list(installs))
    {
      match = eregmatch(string:install, pattern:"([^:]+):(.*)");
    
      if (!isnull(match))
      {
        ver = match[1];
        path = match[2];
    
        if (ver =~ "^6.0.1([^0-9]|$)")
        {
          info += '\n' + '  Path    : ' + path+ '\n';
          info += '  Version : ' + ver + '\n';
        }
      }
    }
    
    # Report what we found.
    if (info)
    {
      if (report_verbosity > 0)
      {
        if (max_index(split(info)) > 3) s = 's of the JBoss Enterprise Application Platform are';
        else s = ' of the JBoss Enterprise Application Platform is';
    
        report =
          '\n' +
          'The following instance'+s+' out of date and\nshould be upgraded to 6.1.0 or later :\n' +
          info;
    
        security_hole(port:0, extra:report);
      }
      else security_hole(port:0);
    }
    else if ( (!info) && (jboss) )
    {
      exit(0, "The JBoss Enterprise Application Platform version installed is not affected.");
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0839.NASL
    descriptionUpdated JBoss Enterprise Application Platform 6.1.0 packages that fix three security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release serves as a replacement for JBoss Enterprise Application Platform 6.0.1, and includes bug fixes and enhancements. Refer to the 6.1.0 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/site/documentation/ Security fixes : 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. (CVE-2012-5575) Note: Automatic checks to prevent CVE-2012-5575 are only run when WS-SecurityPolicy is used to enforce security requirements. It is best practice to use WS-SecurityPolicy to enforce security requirements. When applications running on JBoss Web used the COOKIE session tracking method, the org.apache.catalina.connector.Response.encodeURL() method returned the URL with the jsessionid appended as a query string parameter when processing the first request of a session. An attacker could possibly exploit this flaw by performing a man-in-the-middle attack to obtain a user
    last seen2020-06-01
    modified2020-06-02
    plugin id66523
    published2013-05-21
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66523
    titleRHEL 5 : JBoss EAP (RHSA-2013:0839)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-1437.NASL
    descriptionThe version of JBoss Enterprise Portal Platform on the remote system is affected by the following issues: - A flaw in CSRF prevention filter in JBoss Web could allow remote attackers to bypass the cross-site request forgery (CSRF) protection mechanism via a request that lacks a session identifier. (CVE-2012-4431) - A flaw that occurs when the COOKIE session tracking method is used can allow attackers to hijack users
    last seen2020-06-01
    modified2020-06-02
    plugin id72237
    published2014-01-31
    reporterThis script is Copyright (C) 2014-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/72237
    titleJBoss Portal 6.1.0 Update (RHSA-2013:1437)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0834.NASL
    descriptionUpdated JBoss Enterprise Application Platform 6.1.0 packages that fix three security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release serves as a replacement for JBoss Enterprise Application Platform 6.0.1, and includes bug fixes and enhancements. Refer to the 6.1.0 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/site/documentation/ Security fixes : 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. (CVE-2012-5575) Note: Automatic checks to prevent CVE-2012-5575 are only run when WS-SecurityPolicy is used to enforce security requirements. It is best practice to use WS-SecurityPolicy to enforce security requirements. When applications running on JBoss Web used the COOKIE session tracking method, the org.apache.catalina.connector.Response.encodeURL() method returned the URL with the jsessionid appended as a query string parameter when processing the first request of a session. An attacker could possibly exploit this flaw by performing a man-in-the-middle attack to obtain a user
    last seen2020-06-01
    modified2020-06-02
    plugin id66522
    published2013-05-21
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66522
    titleRHEL 6 : JBoss EAP (RHSA-2013:0834)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0873.NASL
    descriptionUpdated 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
    last seen2020-06-01
    modified2020-06-02
    plugin id66662
    published2013-05-29
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66662
    titleRHEL 5 / 6 : JBoss EAP (RHSA-2013:0873)

Redhat

advisories
  • rhsa
    idRHSA-2013:0833
  • rhsa
    idRHSA-2013:0834
  • rhsa
    idRHSA-2013:0839
  • rhsa
    idRHSA-2013:0873
  • rhsa
    idRHSA-2013:0874
  • rhsa
    idRHSA-2013:0875
  • rhsa
    idRHSA-2013:0876
  • rhsa
    idRHSA-2013:0943
  • rhsa
    idRHSA-2013:1028
  • rhsa
    idRHSA-2013:1143
  • rhsa
    idRHSA-2013:1437
rpms
  • apache-commons-daemon-eap6-1:1.0.15-4.redhat_1.ep6.el6
  • apache-commons-daemon-jsvc-eap6-1:1.0.15-1.redhat_1.ep6.el6
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.15-1.redhat_1.ep6.el6
  • apache-commons-pool-eap6-0:1.6-6.redhat_4.ep6.el6
  • apache-cxf-0:2.6.6-20.redhat_3.ep6.el6
  • apache-cxf-xjc-utils-0:2.6.0-1.redhat_1.ep6.el6
  • atinject-0:1-9.redhat_3.ep6.el6
  • atinject-eap6-0:1-3.redhat_3.ep6.el6
  • codehaus-jackson-0:1.9.9-4.redhat_2.ep6.el6
  • codehaus-jackson-core-asl-0:1.9.9-4.redhat_2.ep6.el6
  • codehaus-jackson-jaxrs-0:1.9.9-4.redhat_2.ep6.el6
  • codehaus-jackson-mapper-asl-0:1.9.9-4.redhat_2.ep6.el6
  • codehaus-jackson-xc-0:1.9.9-4.redhat_2.ep6.el6
  • cxf-xjc-boolean-0:2.6.0-1.redhat_1.ep6.el6
  • cxf-xjc-dv-0:2.6.0-1.redhat_1.ep6.el6
  • cxf-xjc-ts-0:2.6.0-1.redhat_1.ep6.el6
  • dom4j-0:1.6.1-19.redhat_5.ep6.el6
  • dom4j-eap6-0:1.6.1-19.redhat_5.ep6.el6
  • ecj3-1:3.7.2-6.redhat_1.ep6.el6
  • glassfish-javamail-0:1.4.5-1.redhat_1.ep6.el6
  • glassfish-jaxb-0:2.2.5-14.redhat_5.ep6.el6
  • glassfish-jaxb-eap6-0:2.2.5-14.redhat_5.ep6.el6
  • glassfish-jsf-0:2.1.19-2.redhat_1.ep6.el6
  • glassfish-jsf12-0:1.2_15-12_b01_redhat_3.ep6.el6
  • guava-0:13.0.1-1.redhat_1.ep6.el6.1
  • h2database-0:1.3.168-3_redhat_2.ep6.el6
  • hibernate4-0:4.2.0-3.Final_redhat_1.ep6.el6
  • hibernate4-core-0:4.2.0-3.Final_redhat_1.ep6.el6
  • hibernate4-entitymanager-0:4.2.0-3.Final_redhat_1.ep6.el6
  • hibernate4-envers-0:4.2.0-3.Final_redhat_1.ep6.el6
  • hibernate4-infinispan-0:4.2.0-3.Final_redhat_1.ep6.el6
  • hibernate4-validator-0:4.3.1-1.Final_redhat_1.1.ep6.el6.4
  • hornetq-0:2.3.1-1.Final_redhat_1.ep6.el6
  • hornetq-native-0:2.3.1-1.Final_redhat_1.ep6.el6
  • hornetq-native-debuginfo-0:2.3.1-1.Final_redhat_1.ep6.el6
  • httpclient-0:4.2.1-7.redhat_1.ep6.el6
  • httpcomponents-client-0:4.2.1-7.redhat_1.ep6.el6
  • httpcomponents-core-0:4.2.1-7.redhat_1.ep6.el6
  • httpcomponents-project-0:6-7.redhat_1.ep6.el6
  • httpcore-0:4.2.1-7.redhat_1.ep6.el6
  • httpd-0:2.2.22-18.ep6.el6
  • httpd-debuginfo-0:2.2.22-18.ep6.el6
  • httpd-devel-0:2.2.22-18.ep6.el6
  • httpd-tools-0:2.2.22-18.ep6.el6
  • httpmime-0:4.2.1-7.redhat_1.ep6.el6
  • infinispan-0:5.2.6-1.Final_redhat_1.ep6.el6
  • infinispan-cachestore-jdbc-0:5.2.6-1.Final_redhat_1.ep6.el6
  • infinispan-cachestore-remote-0:5.2.6-1.Final_redhat_1.ep6.el6
  • infinispan-client-hotrod-0:5.2.6-1.Final_redhat_1.ep6.el6
  • infinispan-core-0:5.2.6-1.Final_redhat_1.ep6.el6
  • ironjacamar-0:1.0.17-1.Final_redhat_1.ep6.el6
  • jacorb-jboss-0:2.3.2-11.redhat_4.ep6.el6
  • jansi-0:1.9-2.redhat_1.ep6.el6
  • jaxbintros-0:1.0.2-14.GA_redhat_4.ep6.el6
  • jbosgi-deployment-0:1.3.0-2.Final_redhat_1.ep6.el6
  • jbosgi-framework-core-0:2.1.0-2.Final_redhat_1.ep6.el6
  • jbosgi-metadata-0:2.2.0-1.Final_redhat_1.ep6.el6
  • jbosgi-repository-0:2.1.0-1.Final_redhat_1.ep6.el6
  • jbosgi-resolver-0:3.0.1-1.Final_redhat_1.ep6.el6
  • jbosgi-spi-0:3.2.0-1.Final_redhat_1.ep6.el6
  • jbosgi-vfs-0:1.2.1-1.Final_redhat_1.ep6.el6
  • jboss-aesh-0:0.33.3-1_redhat_1.ep6.el6
  • jboss-as-appclient-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-cli-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-client-all-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-clustering-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-cmp-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-configadmin-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-connector-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-console-0:1.5.2-1.Final_redhat_1.ep6.el6
  • jboss-as-controller-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-controller-client-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-deployment-repository-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-deployment-scanner-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-domain-http-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-domain-management-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-ee-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-ee-deployment-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-ejb3-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-embedded-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-host-controller-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jacorb-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jaxr-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jaxrs-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jdr-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jmx-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jpa-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jsf-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-jsr77-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-logging-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-mail-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-management-client-content-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-messaging-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-modcluster-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-naming-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-network-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-osgi-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-osgi-configadmin-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-osgi-service-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-platform-mbean-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-pojo-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-process-controller-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-protocol-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-remoting-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-sar-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-security-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-server-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-system-jmx-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-threads-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-transactions-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-version-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-web-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-webservices-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-weld-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-as-xts-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jboss-common-beans-0:1.1.0-1.Final_redhat_1.ep6.el6
  • jboss-dmr-0:1.1.6-1.Final_redhat_1.ep6.el6
  • jboss-ejb-client-0:1.0.21-1.Final_redhat_1.ep6.el6
  • jboss-jaxrpc-api_1.1_spec-0:1.0.1-4.Final_redhat_3.ep6.el6
  • jboss-jaxrs-api_1.1_spec-0:1.0.1-7.Final_redhat_2.ep6.el6
  • jboss-jms-api_1.1_spec-0:1.0.1-6.Final_redhat_2.ep6.el6
  • jboss-jsf-api_2.1_spec-0:2.1.19.1-1.Final_redhat_1.ep6.el6
  • jboss-logmanager-0:1.4.0-1.Final_redhat_1.ep6.el6
  • jboss-marshalling-0:1.3.16-.GA.redhat_1.ep6.el6
  • jboss-metadata-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-metadata-appclient-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-metadata-common-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-metadata-ear-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-metadata-ejb-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-metadata-web-0:7.0.8-1.Final_redhat_1.ep6.el6
  • jboss-modules-0:1.2.0-2.Final_redhat_1.ep6.el6
  • jboss-msc-0:1.0.4-1.GA_redhat_1.ep6.el6
  • jboss-remote-naming-0:1.0.6-2.Final_redhat_2.ep6.el6
  • jboss-remoting3-0:3.2.16-1.GA_redhat_1.ep6.el6
  • jboss-remoting3-jmx-0:1.1.0-1.Final_redhat_1.ep6.el6
  • jboss-security-negotiation-0:2.2.5-1.Final_redhat_1.ep6.el6
  • jboss-servlet-api_3.0_spec-0:1.0.2-1.Final_redhat_1.ep6.el6
  • jboss-threads-0:2.1.0-1.Final_redhat_1.ep6.el6
  • jboss-transaction-api_1.1_spec-0:1.0.1-6.Final_redhat_2.ep6.el6
  • jbossas-appclient-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-bundles-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-core-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-domain-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-hornetq-native-0:2.3.1-1.Final_redhat_1.ep6.el6
  • jbossas-javadocs-0:7.2.0-7.Final_redhat_7.ep6.el6
  • jbossas-jbossweb-native-0:1.1.27-4.redhat_1.ep6.el6
  • jbossas-modules-eap-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-product-eap-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-standalone-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossas-welcome-content-eap-0:7.2.0-8.Final_redhat_8.ep6.el6
  • jbossts-1:4.17.4-3.Final_redhat_2.ep6.el6
  • jbossweb-0:7.2.0-2.redhat_1.ep6.el6
  • jbossws-api-0:1.0.1-1.Final_redhat_1.ep6.el6
  • jbossws-common-0:2.1.1-1.Final_redhat_2.ep6.el6
  • jbossws-common-tools-0:1.1.0-1.Final_redhat_1.ep6.el6
  • jbossws-cxf-0:4.1.3-1.Final_redhat_3.ep6.el6.2
  • jbossws-native-0:4.1.1-1.Final_redhat_1.ep6.el6
  • jbossws-spi-0:2.1.2-1.Final_redhat_1.ep6.el6
  • jcip-annotations-0:1.0-3.redhat_3.ep6.el6
  • jcip-annotations-eap6-0:1.0-3.1.redhat_3.ep6.el6
  • jgroups-1:3.2.7-1.Final_redhat_1.ep6.el6
  • joda-time-0:1.6.2-5.redhat_4.ep6.el6.5
  • jul-to-slf4j-stub-0:1.0.1-1.Final_redhat_1.1.ep6.el6.2
  • mod_cluster-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_cluster-demo-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_cluster-native-0:1.2.4-1.Final.redhat_1.ep6.el6
  • mod_cluster-native-debuginfo-0:1.2.4-1.Final.redhat_1.ep6.el6
  • mod_jk-ap22-0:1.2.37-2.redhat_1.ep6.el6
  • mod_jk-debuginfo-0:1.2.37-2.redhat_1.ep6.el6
  • mod_ssl-1:2.2.22-18.ep6.el6
  • netty-0:3.6.2-1_redhat_1.1.ep6.el6
  • objectweb-asm-eap6-0:3.3.1-6.2.redhat_4.ep6.el6
  • opensaml-0:2.5.1-1.redhat_1.ep6.el6.2
  • openws-0:1.4.2-9_redhat_3.ep6.el6
  • org.osgi.core-0:4.2.0-9.redhat_3.ep6.el6
  • org.osgi.enterprise-0:4.2.0-9.redhat_3.ep6.el6
  • picketbox-0:4.0.17-1.Final_redhat_1.ep6.el6
  • picketlink-federation-0:2.1.6-3.Final_redhat_2.ep6.el6
  • relaxngDatatype-0:2011.1-4.redhat_6.ep6.el6
  • relaxngDatatype-eap6-0:2011.1-4.redhat_6.ep6.el6
  • resteasy-0:2.3.6-1.Final_redhat_1.ep6.el6
  • slf4j-eap6-0:1.7.2-10.redhat_1.ep6.el6
  • slf4j-jboss-logmanager-0:1.0.2-1.GA_redhat_1.3.ep6.el6.2
  • sun-ws-metadata-2.0-api-0:1.0.MR1-12_MR1_redhat_3.ep6.el6.5
  • tomcat-native-0:1.1.27-4.redhat_1.ep6.el6
  • tomcat-native-debuginfo-0:1.1.27-4.redhat_1.ep6.el6
  • velocity-eap6-0:1.7-2.1.redhat_2.ep6.el6
  • weld-cdi-1.0-api-0:1.0-8.SP4_redhat_2.ep6.el6
  • weld-core-0:1.1.13-1.Final_redhat_1.ep6.el6.1
  • woodstox-core-asl-0:4.2.0-7.redhat_2.ep6.el6
  • woodstox-stax2-api-0:3.1.1-7.redhat_3.ep6.el6
  • wsdl4j-eap6-0:1.6.2-12.3.redhat_4.ep6.el6
  • wss4j-0:1.6.9-2.redhat_2.ep6.el6
  • xerces-j2-eap6-0:2.9.1-14_redhat_4.ep6.el6
  • xml-commons-resolver-eap6-0:1.2-10.redhat_3.ep6.el6.4
  • xml-security-0:1.5.3-1.redhat_1.ep6.el6
  • xmltooling-0:1.3.2-10.redhat_4.ep6.el6
  • apache-commons-daemon-eap6-1:1.0.15-4.redhat_1.ep6.el5
  • apache-commons-daemon-jsvc-eap6-1:1.0.15-1.redhat_1.ep6.el5
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.15-1.redhat_1.ep6.el5
  • apache-commons-pool-eap6-0:1.6-6.redhat_4.ep6.el5
  • apache-cxf-0:2.6.6-20.redhat_3.ep6.el5
  • apache-cxf-xjc-utils-0:2.6.0-1.redhat_1.ep6.el5
  • atinject-0:1-9.redhat_3.ep6.el5
  • atinject-eap6-0:1-3.redhat_3.ep6.el5
  • codehaus-jackson-0:1.9.9-4.redhat_2.ep6.el5
  • codehaus-jackson-core-asl-0:1.9.9-4.redhat_2.ep6.el5
  • codehaus-jackson-jaxrs-0:1.9.9-4.redhat_2.ep6.el5
  • codehaus-jackson-mapper-asl-0:1.9.9-4.redhat_2.ep6.el5
  • codehaus-jackson-xc-0:1.9.9-4.redhat_2.ep6.el5
  • cxf-xjc-boolean-0:2.6.0-1.redhat_1.ep6.el5
  • cxf-xjc-dv-0:2.6.0-1.redhat_1.ep6.el5
  • cxf-xjc-ts-0:2.6.0-1.redhat_1.ep6.el5
  • dom4j-0:1.6.1-19.redhat_5.ep6.el5
  • dom4j-eap6-0:1.6.1-19.redhat_5.ep6.el5
  • ecj3-1:3.7.2-6.redhat_1.ep6.el5
  • glassfish-javamail-0:1.4.5-1.redhat_1.ep6.el5
  • glassfish-jaxb-0:2.2.5-14.redhat_5.ep6.el5
  • glassfish-jaxb-eap6-0:2.2.5-14.redhat_5.ep6.el5
  • glassfish-jsf-0:2.1.19-2.redhat_1.ep6.el5
  • glassfish-jsf12-0:1.2_15-12_b01_redhat_3.ep6.el5
  • guava-0:13.0.1-1.redhat_1.ep6.el5.1
  • h2database-0:1.3.168-3_redhat_2.ep6.el5
  • hibernate4-0:4.2.0-4.Final_redhat_1.ep6.el5
  • hibernate4-core-0:4.2.0-4.Final_redhat_1.ep6.el5
  • hibernate4-entitymanager-0:4.2.0-4.Final_redhat_1.ep6.el5
  • hibernate4-envers-0:4.2.0-4.Final_redhat_1.ep6.el5
  • hibernate4-infinispan-0:4.2.0-4.Final_redhat_1.ep6.el5
  • hibernate4-validator-0:4.3.1-1.Final_redhat_1.1.ep6.el5.5
  • hornetq-0:2.3.1-1.Final_redhat_1.ep6.el5
  • hornetq-native-0:2.3.1-1.Final_redhat_1.ep6.el5
  • hornetq-native-debuginfo-0:2.3.1-1.Final_redhat_1.ep6.el5
  • httpclient-0:4.2.1-7.redhat_1.ep6.el5
  • httpcomponents-client-0:4.2.1-7.redhat_1.ep6.el5
  • httpcomponents-core-0:4.2.1-7.redhat_1.ep6.el5
  • httpcomponents-project-0:6-7.redhat_1.ep6.el5
  • httpcore-0:4.2.1-7.redhat_1.ep6.el5
  • httpd-0:2.2.22-19.ep6.el5
  • httpd-debuginfo-0:2.2.22-19.ep6.el5
  • httpd-devel-0:2.2.22-19.ep6.el5
  • httpd-tools-0:2.2.22-19.ep6.el5
  • httpmime-0:4.2.1-7.redhat_1.ep6.el5
  • infinispan-0:5.2.6-1.Final_redhat_1.ep6.el5
  • infinispan-cachestore-jdbc-0:5.2.6-1.Final_redhat_1.ep6.el5
  • infinispan-cachestore-remote-0:5.2.6-1.Final_redhat_1.ep6.el5
  • infinispan-client-hotrod-0:5.2.6-1.Final_redhat_1.ep6.el5
  • infinispan-core-0:5.2.6-1.Final_redhat_1.ep6.el5
  • ironjacamar-0:1.0.17-1.Final_redhat_1.ep6.el5
  • jacorb-jboss-0:2.3.2-11.redhat_4.ep6.el5
  • jansi-0:1.9-2.redhat_1.ep6.el5
  • jaxbintros-0:1.0.2-14.GA_redhat_4.ep6.el5
  • jbosgi-deployment-0:1.3.0-2.Final_redhat_1.ep6.el5
  • jbosgi-framework-core-0:2.1.0-2.Final_redhat_1.ep6.el5
  • jbosgi-metadata-0:2.2.0-1.Final_redhat_1.ep6.el5
  • jbosgi-repository-0:2.1.0-1.Final_redhat_1.ep6.el5
  • jbosgi-resolver-0:3.0.1-1.Final_redhat_1.ep6.el5
  • jbosgi-spi-0:3.2.0-1.Final_redhat_1.ep6.el5
  • jbosgi-vfs-0:1.2.1-1.Final_redhat_1.ep6.el5
  • jboss-aesh-0:0.33.3-1_redhat_1.ep6.el5
  • jboss-as-appclient-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-cli-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-client-all-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-clustering-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-cmp-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-configadmin-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-connector-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-console-0:1.5.2-1.Final_redhat_1.ep6.el5
  • jboss-as-controller-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-controller-client-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-deployment-repository-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-deployment-scanner-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-domain-http-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-domain-management-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-ee-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-ee-deployment-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-ejb3-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-embedded-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-host-controller-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jacorb-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jaxr-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jaxrs-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jdr-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jmx-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jpa-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jsf-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-jsr77-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-logging-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-mail-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-management-client-content-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-messaging-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-modcluster-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-naming-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-network-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-osgi-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-osgi-configadmin-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-osgi-service-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-platform-mbean-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-pojo-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-process-controller-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-protocol-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-remoting-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-sar-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-security-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-server-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-system-jmx-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-threads-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-transactions-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-version-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-web-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-webservices-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-weld-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-as-xts-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jboss-common-beans-0:1.1.0-1.Final_redhat_1.ep6.el5
  • jboss-dmr-0:1.1.6-1.Final_redhat_1.ep6.el5
  • jboss-ejb-client-0:1.0.21-1.Final_redhat_1.ep6.el5
  • jboss-jaxrpc-api_1.1_spec-0:1.0.1-4.Final_redhat_3.ep6.el5
  • jboss-jaxrs-api_1.1_spec-0:1.0.1-7.Final_redhat_2.ep6.el5
  • jboss-jms-api_1.1_spec-0:1.0.1-6.Final_redhat_2.ep6.el5
  • jboss-jsf-api_2.1_spec-0:2.1.19.1-1.Final_redhat_1.ep6.el5
  • jboss-logmanager-0:1.4.0-1.Final_redhat_1.ep6.el5
  • jboss-marshalling-0:1.3.16-.GA.redhat_1.ep6.el5
  • jboss-metadata-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-metadata-appclient-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-metadata-common-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-metadata-ear-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-metadata-ejb-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-metadata-web-0:7.0.8-1.Final_redhat_1.ep6.el5
  • jboss-modules-0:1.2.0-2.Final_redhat_1.ep6.el5
  • jboss-msc-0:1.0.4-1.GA_redhat_1.ep6.el5
  • jboss-remote-naming-0:1.0.6-2.Final_redhat_2.ep6.el5
  • jboss-remoting3-0:3.2.16-1.GA_redhat_1.ep6.el5
  • jboss-remoting3-jmx-0:1.1.0-1.Final_redhat_1.ep6.el5
  • jboss-security-negotiation-0:2.2.5-1.Final_redhat_1.ep6.el5
  • jboss-servlet-api_3.0_spec-0:1.0.2-1.Final_redhat_1.ep6.el5
  • jboss-threads-0:2.1.0-1.Final_redhat_1.ep6.el5
  • jboss-transaction-api_1.1_spec-0:1.0.1-6.Final_redhat_2.ep6.el5
  • jbossas-appclient-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-bundles-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-core-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-domain-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-hornetq-native-0:2.3.1-1.Final_redhat_1.ep6.el5
  • jbossas-javadocs-0:7.2.0-7.Final_redhat_7.ep6.el5
  • jbossas-jbossweb-native-0:1.1.27-4.redhat_1.ep6.el5
  • jbossas-modules-eap-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-product-eap-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-standalone-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossas-welcome-content-eap-0:7.2.0-8.Final_redhat_8.ep6.el5
  • jbossts-1:4.17.4-3.Final_redhat_2.ep6.el5
  • jbossweb-0:7.2.0-2.redhat_1.ep6.el5
  • jbossws-api-0:1.0.1-1.Final_redhat_1.ep6.el5
  • jbossws-common-0:2.1.1-1.Final_redhat_2.ep6.el5
  • jbossws-common-tools-0:1.1.0-1.Final_redhat_1.ep6.el5
  • jbossws-cxf-0:4.1.3-1.Final_redhat_3.ep6.el5.2
  • jbossws-native-0:4.1.1-1.Final_redhat_1.ep6.el5
  • jbossws-spi-0:2.1.2-1.Final_redhat_1.ep6.el5
  • jcip-annotations-0:1.0-3.redhat_3.ep6.el5
  • jcip-annotations-eap6-0:1.0-3.1.redhat_3.ep6.el5
  • jgroups-1:3.2.7-1.Final_redhat_1.ep6.el5
  • joda-time-0:1.6.2-5.redhat_4.ep6.el5.5
  • jul-to-slf4j-stub-0:1.0.1-1.Final_redhat_1.1.ep6.el5.2
  • mod_cluster-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_cluster-demo-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_cluster-native-0:1.2.4-1.Final.redhat_1.ep6.el5
  • mod_cluster-native-debuginfo-0:1.2.4-1.Final.redhat_1.ep6.el5
  • mod_jk-ap22-0:1.2.37-2.redhat_1.ep6.el5
  • mod_jk-debuginfo-0:1.2.37-2.redhat_1.ep6.el5
  • mod_ssl-1:2.2.22-19.ep6.el5
  • netty-0:3.6.2-1_redhat_1.1.ep6.el5
  • objectweb-asm-eap6-0:3.3.1-6.2.redhat_4.ep6.el5
  • opensaml-0:2.5.1-1.redhat_1.ep6.el5.2
  • openws-0:1.4.2-9_redhat_3.ep6.el5
  • org.osgi.core-0:4.2.0-9.redhat_3.ep6.el5
  • org.osgi.enterprise-0:4.2.0-9.redhat_3.ep6.el5
  • picketbox-0:4.0.17-1.Final_redhat_1.ep6.el5
  • picketlink-federation-0:2.1.6-3.Final_redhat_2.ep6.el5
  • relaxngDatatype-0:2011.1-4.redhat_6.ep6.el5
  • relaxngDatatype-eap6-0:2011.1-4.redhat_6.ep6.el5
  • resteasy-0:2.3.6-1.Final_redhat_1.ep6.el5
  • slf4j-0:1.7.2-10.redhat_1.ep6.el5
  • slf4j-eap6-0:1.7.2-10.redhat_1.ep6.el5
  • slf4j-jboss-logmanager-0:1.0.2-1.GA_redhat_1.3.ep6.el5.2
  • sun-ws-metadata-2.0-api-0:1.0.MR1-12_MR1_redhat_3.ep6.el5.5
  • tomcat-native-0:1.1.27-4.redhat_1.ep6.el5
  • tomcat-native-debuginfo-0:1.1.27-4.redhat_1.ep6.el5
  • velocity-eap6-0:1.7-2.1.redhat_2.ep6.el5
  • weld-cdi-1.0-api-0:1.0-8.SP4_redhat_2.ep6.el5
  • weld-core-0:1.1.13-1.Final_redhat_1.ep6.el5.1
  • woodstox-core-0:4.2.0-7.redhat_2.ep6.el5
  • woodstox-stax2-api-0:3.1.1-7.redhat_3.ep6.el5
  • wsdl4j-eap6-0:1.6.2-12.3.redhat_4.ep6.el5
  • wss4j-0:1.6.9-2.redhat_2.ep6.el5
  • xerces-j2-eap6-0:2.9.1-14_redhat_4.ep6.el5
  • xml-commons-resolver-eap6-0:1.2-10.redhat_3.ep6.el5.4
  • xml-security-0:1.5.3-1.redhat_1.ep6.el5
  • xmltooling-0:1.3.2-10.redhat_4.ep6.el5
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el4
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el5
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el6
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el4
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el5
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el6
  • wss4j-0:1.5.12-6_patch_03.ep5.el4
  • wss4j-0:1.5.12-6_patch_03.ep5.el5
  • wss4j-0:1.5.12-6_patch_03.ep5.el6
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el4
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el5
  • apache-cxf-0:2.2.12-12.patch_07.ep5.el6
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el4
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el5
  • jbossws-0:3.1.2-14.SP15_patch_02.ep5.el6
  • wss4j-0:1.5.12-6_patch_03.ep5.el4
  • wss4j-0:1.5.12-6_patch_03.ep5.el5
  • wss4j-0:1.5.12-6_patch_03.ep5.el6

References