Vulnerabilities > CVE-2012-2377 - Improper Authentication vulnerability in Redhat products

047910
CVSS 3.3 - LOW
Attack vector
ADJACENT_NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
low complexity
redhat
CWE-287
nessus

Summary

JGroups diagnostics service in JBoss Enterprise Portal Platform before 5.2.2, SOA Platform before 5.3.0, and BRMS Platform before 5.3.0, is enabled without authentication when started by the JGroups channel, which allows remote attackers in adjacent networks to read diagnostics information via a crafted IP multicast.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Authentication Abuse
    An attacker obtains unauthorized access to an application, service or device either through knowledge of the inherent weaknesses of an authentication mechanism, or by exploiting a flaw in the authentication scheme's implementation. In such an attack an authentication mechanism is functioning but a carefully controlled sequence of events causes the mechanism to grant access to the attacker. This attack may exploit assumptions made by the target's authentication procedures, such as assumptions regarding trust relationships or assumptions regarding the generation of secret values. This attack differs from Authentication Bypass attacks in that Authentication Abuse allows the attacker to be certified as a valid user through illegitimate means, while Authentication Bypass allows the user to access protected material without ever being certified as an authenticated user. This attack does not rely on prior sessions established by successfully authenticating users, as relied upon for the "Exploitation of Session Variables, Resource IDs and other Trusted Credentials" attack patterns.
  • Exploiting Trust in Client (aka Make the Client Invisible)
    An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • Utilizing REST's Trust in the System Resource to Register Man in the Middle
    This attack utilizes a REST(REpresentational State Transfer)-style applications' trust in the system resources and environment to place man in the middle once SSL is terminated. Rest applications premise is that they leverage existing infrastructure to deliver web services functionality. An example of this is a Rest application that uses HTTP Get methods and receives a HTTP response with an XML document. These Rest style web services are deployed on existing infrastructure such as Apache and IIS web servers with no SOAP stack required. Unfortunately from a security standpoint, there frequently is no interoperable identity security mechanism deployed, so Rest developers often fall back to SSL to deliver security. In large data centers, SSL is typically terminated at the edge of the network - at the firewall, load balancer, or router. Once the SSL is terminated the HTTP request is in the clear (unless developers have hashed or encrypted the values, but this is rare). The attacker can utilize a sniffer such as Wireshark to snapshot the credentials, such as username and password that are passed in the clear once SSL is terminated. Once the attacker gathers these credentials, they can submit requests to the web service provider just as authorized user do. There is not typically an authentication on the client side, beyond what is passed in the request itself so once this is compromised, then this is generally sufficient to compromise the service's authentication scheme.
  • Man in the Middle Attack
    This type of attack targets the communication between two components (typically client and server). The attacker places himself in the communication channel between the two components. Whenever one component attempts to communicate with the other (data flow, authentication challenges, etc.), the data first goes to the attacker, who has the opportunity to observe or alter it, and it is then passed on to the other component as if it was never intercepted. This interposition is transparent leaving the two compromised components unaware of the potential corruption or leakage of their communications. The potential for Man-in-the-Middle attacks yields an implicit lack of trust in communication or identify between two components.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0192.NASL
    descriptionUpdated JBoss Enterprise Application Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several 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. This JBoss Enterprise Application Platform 5.2.0 release serves as a replacement for JBoss Enterprise Application Platform 5.1.2, and includes bug fixes and enhancements. Refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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
    last seen2020-06-01
    modified2020-06-02
    plugin id64079
    published2013-01-24
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64079
    titleRHEL 5 : JBoss EAP (RHSA-2013:0192)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0192. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64079);
      script_version("1.28");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2009-5066", "CVE-2011-1096", "CVE-2011-2487", "CVE-2011-2730", "CVE-2011-2908", "CVE-2011-4575", "CVE-2012-0034", "CVE-2012-0874", "CVE-2012-2377", "CVE-2012-2379", "CVE-2012-3369", "CVE-2012-3370", "CVE-2012-3546", "CVE-2012-5478");
      script_bugtraq_id(51392, 53877, 54183, 54631, 54915, 55770, 56812);
      script_xref(name:"RHSA", value:"2013:0192");
    
      script_name(english:"RHEL 5 : JBoss EAP (RHSA-2013:0192)");
      script_summary(english:"Checks the rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Red Hat host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated JBoss Enterprise Application Platform 5.2.0 packages that fix
    multiple security issues, various bugs, and add several 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.
    
    This JBoss Enterprise Application Platform 5.2.0 release serves as a
    replacement for JBoss Enterprise Application Platform 5.1.2, and
    includes bug fixes and enhancements. Refer to the JBoss Enterprise
    Application Platform 5.2.0 Release Notes for information on the most
    significant of these changes. The Release Notes will be available
    shortly from https://access.redhat.com/knowledge/docs/
    
    An attack technique against the W3C XML Encryption Standard when block
    ciphers were used in CBC mode could allow a remote attacker to conduct
    chosen-ciphertext attacks, leading to the recovery of the entire plain
    text of a particular cryptogram. (CVE-2011-1096)
    
    JBoss Web Services leaked side-channel data when distributing
    symmetric keys (for XML encryption), allowing a remote attacker to
    recover the entire plain text form of a symmetric key. (CVE-2011-2487)
    
    Spring framework could possibly evaluate Expression Language (EL)
    expressions twice, allowing a remote attacker to execute arbitrary
    code in the context of the application server, or to obtain sensitive
    information from the server. Manual action is required to apply this
    fix. Refer to the Solution section. (CVE-2011-2730)
    
    Apache CXF checked to ensure XML elements were signed or encrypted by
    a Supporting Token, but not whether the correct token was used. A
    remote attacker could transmit confidential information without the
    appropriate security, and potentially circumvent access controls on
    web services exposed via Apache CXF. Refer to the Solution section for
    details. (CVE-2012-2379)
    
    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 '/j_security_check' to the end of a URL.
    (CVE-2012-3546)
    
    The JMX Console was vulnerable to CSRF attacks, allowing a remote
    attacker to hijack the authenticated JMX Console session of an
    administrator. (CVE-2011-2908)
    
    An XSS flaw allowed a remote attacker to perform an XSS attack against
    victims using the JMX Console. (CVE-2011-4575)
    
    SecurityAssociation.getCredential() returned the previous credential
    if no security context was provided. Depending on the deployed
    applications, this could possibly allow a remote attacker to hijack
    the credentials of a previously-authenticated user. (CVE-2012-3370)
    
    Configuring the JMX Invoker to restrict access to users with specific
    roles did not actually restrict access, allowing remote attackers with
    valid JMX Invoker credentials to perform JMX operations accessible to
    roles they are not a member of. (CVE-2012-5478)
    
    twiddle.sh accepted credentials as command line arguments, allowing
    local users to view them via a process listing. (CVE-2009-5066)
    
    NonManagedConnectionFactory logged the username and password in plain
    text when an exception was thrown. This could lead to the exposure of
    authentication credentials if local users had permissions to read the
    log file. (CVE-2012-0034)
    
    The JMXInvokerHAServlet and EJBInvokerHAServlet invoker servlets allow
    unauthenticated access by default in some profiles. The security
    interceptor's second layer of authentication prevented direct
    exploitation of this flaw. If the interceptor was misconfigured or
    inadvertently disabled, this flaw could lead to arbitrary code
    execution in the context of the user running the JBoss server.
    (CVE-2012-0874)
    
    The JGroups diagnostics service was enabled with no authentication
    when a JGroups channel was started, allowing attackers on the adjacent
    network to read diagnostic information. (CVE-2012-2377)
    
    CallerIdentityLoginModule retained the password from the previous call
    if a null password was provided. In non-default configurations this
    could possibly lead to a remote attacker hijacking a
    previously-authenticated user's session. (CVE-2012-3369)
    
    Red Hat would like to thank Juraj Somorovsky of Ruhr-University Bochum
    for reporting CVE-2011-1096 and CVE-2011-2487; the Apache CXF project
    for reporting CVE-2012-2379; and Tyler Krpata for reporting
    CVE-2011-4575. CVE-2012-3370 and CVE-2012-3369 were discovered by
    Carlo de Wolf of Red Hat; CVE-2012-5478 discovered by Derek Horton of
    Red Hat; CVE-2012-0874 discovered by David Jorm of Red Hat; and
    CVE-2012-2377 was discovered by Red Hat."
      );
      # https://access.redhat.com/knowledge/docs/
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/documentation/en-us/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2013:0192"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-0034"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-2377"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2011-2908"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2011-1096"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-2379"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3546"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2009-5066"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-5478"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2011-4575"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3370"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2011-2487"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2011-2730"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3369"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-0874"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:aopalliance");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-cxf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:bsh2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:bsh2-bsf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jaxb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:google-guice");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-annotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-annotations-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-entitymanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-entitymanager-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-search");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-search-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hornetq");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hornetq-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jacorb-jboss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:javassist");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-aop2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-bootstrap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cache-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cache-pojo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cluster-ha-server-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-common-beans");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-common-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-eap5-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb-3.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-cache");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-ext-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-ext-api-impl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-interceptors");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-metadata");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-metrics-deployer");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-security");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-timeout");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-timeout-3.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-timeout-spi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb3-transactions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jacc-1.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jad-1.2-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaspi-1.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-javaee");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-javaee-poms");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxrpc-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jca-1.5-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jms-1.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jpa-deployers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-logmanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-messaging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-naming");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-reflect");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remoting");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam2-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam2-examples");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam2-runtime");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-security-negotiation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-security-spi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-transaction-1.0.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-vfs2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-hornetq");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-messaging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-tp-licenses");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-ws-cxf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-ws-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosssx2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossts-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossweb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossweb-el-1.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossweb-jsp-2.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossweb-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossweb-servlet-2.5-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-framework");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-spi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jgroups");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jopr-embedded");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jopr-hibernate-plugin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jopr-jboss-as-5-plugin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jopr-jboss-cache-v3-plugin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster-demo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster-jbossas");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster-jbossweb2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster-tomcat6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:netty");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketlink-federation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketlink-quickstarts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketlink-quickstarts-idp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketlink-quickstarts-pdp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketlink-quickstarts-sts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:resteasy");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:resteasy-examples");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:resteasy-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:resteasy-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rh-eap-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rh-eap-docs-examples");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-ant-bundle-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-common-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-client-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-comm-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-dbutils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-domain");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-gui");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-native-system");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-plugin-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-plugin-container");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-plugindoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-core-util");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-filetemplate-bundle-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-helpers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-jboss-as-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-jmx-plugin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-modules-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-platform-plugin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-plugin-validator");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-pluginAnnotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-pluginGen");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-plugins-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:rhq-rtfilter");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-agent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-all");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-aop");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-beans");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-context");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:spring2-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:wss4j");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xerces-j2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xerces-j2-scripts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-jaxp-1.1-apis");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-jaxp-1.2-apis");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-jaxp-1.3-apis");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-resolver10");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-resolver11");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-resolver12");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-which10");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-which11");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-security");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/01/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/24");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Red Hat Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("rpm.inc");
    
    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");
    os_ver = eregmatch(pattern: "Red Hat Enterprise Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Red Hat");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^5([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 5.x", "Red Hat " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$" && "s390" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Red Hat", cpu);
    
    yum_updateinfo = get_kb_item("Host/RedHat/yum-updateinfo");
    if (!empty_or_null(yum_updateinfo)) 
    {
      rhsa = "RHSA-2013:0192";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_HOLE,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
    
      if (! (rpm_exists(release:"RHEL5", rpm:"jbossas-client-"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL5", reference:"aopalliance-1.0-5.2.jdk6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-cxf-2.2.12-6.1.patch_04.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"bsh2-2.0-0.b4.15.1.patch01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"bsh2-bsf-2.0-0.b4.15.1.patch01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jaxb-2.1.12-12_patch_03.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"google-guice-2.0-3.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-3.3.2-1.5.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-3.4.0-3.3.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-javadoc-3.4.0-3.3.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-3.4.0-4.4.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-javadoc-3.4.0-4.4.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-javadoc-3.3.2-1.5.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-search-3.1.1-2.4.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-search-javadoc-3.1.1-2.4.GA_CP05.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hornetq-2.2.24-1.EAP.GA.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"hornetq-native-2.2.20-1.EAP.GA.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"hornetq-native-2.2.20-1.EAP.GA.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jacorb-jboss-2.3.2-2.jboss_1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"javassist-3.12.0-6.SP1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-aop2-2.1.6-5.CP06.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-bootstrap-1.0.2-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cache-core-3.2.11-1.GA.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cache-pojo-3.0.1-1.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cl-2.0.11-1.GA.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cluster-ha-server-api-1.2.1-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-common-beans-1.0.1-2.1.Final.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-common-core-2.2.21-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"jboss-eap5-native-5.2.0-6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"jboss-eap5-native-5.2.0-6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb-3.0-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-cache-1.0.0-4.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-core-1.3.9-0.4.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-ext-api-1.0.0-4.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-ext-api-impl-1.0.0-3.7.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-interceptors-1.0.9-0.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-metadata-1.0.0-3.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-metrics-deployer-1.1.1-0.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-security-1.0.2-0.5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-timeout-0.1.1-0.5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-timeout-3.0-api-0.1.1-0.5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-timeout-spi-0.1.1-0.5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-transactions-1.0.2-1.4.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jacc-1.1-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jad-1.2-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaspi-1.0-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-javaee-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-javaee-poms-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxrpc-api_1.1_spec-1.0.0-16.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jca-1.5-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jms-1.1-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jpa-deployers-1.0.0-6.1SP2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-logmanager-1.1.2-6.GA_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-messaging-1.4.8-12.SP9.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-naming-5.0.3-5.1.CP02.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-reflect-2.0.4-2.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remoting-2.5.4-10.SP4.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam2-2.2.6.EAP5-10.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam2-docs-2.2.6.EAP5-10.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam2-examples-2.2.6.EAP5-10.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam2-runtime-2.2.6.EAP5-10.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-security-negotiation-2.1.3-1.GA.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-security-spi-2.0.5-4.SP3_1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-transaction-1.0.1-api-5.0.2-2.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-vfs2-2.2.1-4.GA.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-5.2.0-14.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-client-5.2.0-14.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-hornetq-5.2.0-5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-messaging-5.2.0-14.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-tp-licenses-5.2.0-7.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-ws-cxf-5.2.0-7.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-ws-native-5.2.0-14.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosssx2-2.0.5-8.SP3_1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossts-4.6.1-12.CP13.8.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossts-javadoc-4.6.1-12.CP13.8.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-2.1.13-2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-el-1.0-api-2.1.13-2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-jsp-2.1-api-2.1.13-2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-lib-2.1.13-2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-servlet-2.5-api-2.1.13-2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-3.1.2-13.SP15_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-common-1.1.0-9.SP10.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-framework-3.1.2-9.SP13.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-spi-1.1.2-6.SP8.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jgroups-2.6.22-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jopr-embedded-1.3.4-19.SP6.9.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jopr-hibernate-plugin-3.0.0-14.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jopr-jboss-as-5-plugin-3.0.0-14.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jopr-jboss-cache-v3-plugin-3.0.0-15.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-demo-1.0.10-12.2.GA_CP04.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-jbossas-1.0.10-12.2.GA_CP04.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-jbossweb2-1.0.10-12.2.GA_CP04.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"mod_cluster-native-1.0.10-10.GA_CP04_patch01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"mod_cluster-native-1.0.10-10.GA_CP04_patch01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-tomcat6-1.0.10-12.2.GA_CP04.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"netty-3.2.5-6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-federation-2.1.5-3.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-quickstarts-2.1.5-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-quickstarts-idp-2.1.5-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-quickstarts-pdp-2.1.5-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-quickstarts-sts-2.1.5-1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"resteasy-1.2.1-18.CP02_patch02.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"resteasy-examples-1.2.1-18.CP02_patch02.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"resteasy-javadoc-1.2.1-18.CP02_patch02.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"resteasy-manual-1.2.1-18.CP02_patch02.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rh-eap-docs-5.2.0-6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rh-eap-docs-examples-5.2.0-6.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-ant-bundle-common-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-common-parent-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-client-api-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-comm-api-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-dbutils-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-domain-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-gui-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-native-system-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-parent-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-plugin-api-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-plugin-container-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-plugindoc-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-core-util-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-filetemplate-bundle-common-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-helpers-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-jboss-as-common-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-jmx-plugin-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-modules-parent-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-parent-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-platform-plugin-3.0.0-14.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-plugin-validator-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-pluginAnnotations-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-pluginGen-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-plugins-parent-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rhq-rtfilter-3.0.0-21.EmbJopr5.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-agent-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-all-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-aop-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-beans-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-context-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"spring2-core-2.5.6-9.SEC03.1.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"wss4j-1.5.12-4.1_patch_02.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xerces-j2-2.9.1-10.patch02.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xerces-j2-scripts-2.9.1-10.patch02.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-jaxp-1.1-apis-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-jaxp-1.2-apis-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-jaxp-1.3-apis-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-resolver10-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-resolver11-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-resolver12-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-which10-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-which11-1.3.04-8.2_patch_01.ep5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-security-1.5.1-2.ep5.el5")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_HOLE,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "aopalliance / apache-cxf / bsh2 / bsh2-bsf / glassfish-jaxb / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0193.NASL
    descriptionUpdated JBoss Enterprise Application Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several enhancements are now available for Red Hat Enterprise Linux 4. 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. This JBoss Enterprise Application Platform 5.2.0 release serves as a replacement for JBoss Enterprise Application Platform 5.1.2, and includes bug fixes and enhancements. Refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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
    last seen2020-03-20
    modified2013-01-24
    plugin id64080
    published2013-01-24
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64080
    titleRHEL 4 : JBoss EAP (RHSA-2013:0193)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0195.NASL
    descriptionUpdated JBoss Enterprise Web Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several 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. This JBoss Enterprise Web Platform 5.2.0 release serves as a replacement for JBoss Enterprise Web Platform 5.1.2, and includes bug fixes and enhancements. As JBoss Enterprise Web Platform is a subset of JBoss Enterprise Application Platform, refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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
    last seen2020-03-20
    modified2014-11-08
    plugin id78945
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78945
    titleRHEL 6 : JBoss EWP (RHSA-2013:0195)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0191.NASL
    descriptionUpdated JBoss Enterprise Application Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several 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. This JBoss Enterprise Application Platform 5.2.0 release serves as a replacement for JBoss Enterprise Application Platform 5.1.2, and includes bug fixes and enhancements. Refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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 '/j_security_check' to the end of a URL. (CVE-2012-3546) The JMX Console was vulnerable to CSRF attacks, allowing a remote attacker to hijack the authenticated JMX Console session of an administrator. (CVE-2011-2908) An XSS flaw allowed a remote attacker to perform an XSS attack against victims using the JMX Console. (CVE-2011-4575) SecurityAssociation.getCredential() returned the previous credential if no security context was provided. Depending on the deployed applications, this could possibly allow a remote attacker to hijack the credentials of a previously-authenticated user. (CVE-2012-3370) Configuring the JMX Invoker to restrict access to users with specific roles did not actually restrict access, allowing remote attackers with valid JMX Invoker credentials to perform JMX operations accessible to roles they are not a member of. (CVE-2012-5478) twiddle.sh accepted credentials as command line arguments, allowing local users to view them via a process listing. (CVE-2009-5066) NonManagedConnectionFactory logged the username and password in plain text when an exception was thrown. This could lead to the exposure of authentication credentials if local users had permissions to read the log file. (CVE-2012-0034) The JMXInvokerHAServlet and EJBInvokerHAServlet invoker servlets allow unauthenticated access by default in some profiles. The security interceptor's second layer of authentication prevented direct exploitation of this flaw. If the interceptor was misconfigured or inadvertently disabled, this flaw could lead to arbitrary code execution in the context of the user running the JBoss server. (CVE-2012-0874) The JGroups diagnostics service was enabled with no authentication when a JGroups channel was started, allowing attackers on the adjacent network to read diagnostic information. (CVE-2012-2377) CallerIdentityLoginModule retained the password from the previous call if a null password was provided. In non-default configurations this could possibly lead to a remote attacker hijacking a previously-authenticated user's session. (CVE-2012-3369) Red Hat would like to thank Juraj Somorovsky of Ruhr-University Bochum for reporting CVE-2011-1096 and CVE-2011-2487; the Apache CXF project for reporting CVE-2012-2379; and Tyler Krpata for reporting CVE-2011-4575. CVE-2012-3370 and CVE-2012-3369 were discovered by Carlo de Wolf of Red Hat; CVE-2012-5478 discovered by Derek Horton of Red Hat; CVE-2012-0874 discovered by David Jorm of Red Hat; and CVE-2012-2377 was discovered by Red Hat.
    last seen2017-10-29
    modified2014-05-02
    plugin id64078
    published2013-01-24
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=64078
    titleRHEL 6 : JBoss EAP (RHSA-2013:0191)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0197.NASL
    descriptionUpdated JBoss Enterprise Web Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several enhancements are now available for Red Hat Enterprise Linux 4. 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. This JBoss Enterprise Web Platform 5.2.0 release serves as a replacement for JBoss Enterprise Web Platform 5.1.2, and includes bug fixes and enhancements. As JBoss Enterprise Web Platform is a subset of JBoss Enterprise Application Platform, refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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
    last seen2020-03-20
    modified2014-11-08
    plugin id78947
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78947
    titleRHEL 4 : JBoss EWP (RHSA-2013:0197)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0196.NASL
    descriptionUpdated JBoss Enterprise Web Platform 5.2.0 packages that fix multiple security issues, various bugs, and add several 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. This JBoss Enterprise Web Platform 5.2.0 release serves as a replacement for JBoss Enterprise Web Platform 5.1.2, and includes bug fixes and enhancements. As JBoss Enterprise Web Platform is a subset of JBoss Enterprise Application Platform, refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/ An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) 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
    last seen2020-03-20
    modified2014-11-08
    plugin id78946
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78946
    titleRHEL 5 : JBoss EWP (RHSA-2013:0196)

Redhat

advisories
  • rhsa
    idRHSA-2012:1028
  • rhsa
    idRHSA-2012:1125
  • rhsa
    idRHSA-2012:1232
  • rhsa
    idRHSA-2013:0191
  • rhsa
    idRHSA-2013:0192
  • rhsa
    idRHSA-2013:0193
  • rhsa
    idRHSA-2013:0194
  • rhsa
    idRHSA-2013:0195
  • rhsa
    idRHSA-2013:0196
  • rhsa
    idRHSA-2013:0197
  • rhsa
    idRHSA-2013:0198
rpms
  • aopalliance-0:1.0-5.3.ep5.el6
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el6
  • bsh2-0:2.0-0.b4.15.patch01.ep5.el6
  • bsh2-bsf-0:2.0-0.b4.15.patch01.ep5.el6
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el6
  • google-guice-0:2.0-3.ep5.el6
  • hibernate3-1:3.3.2-1.9.GA_CP05.ep5.el6
  • hibernate3-annotations-0:3.4.0-3.6.GA_CP05.ep5.el6
  • hibernate3-annotations-javadoc-0:3.4.0-3.6.GA_CP05.ep5.el6
  • hibernate3-entitymanager-0:3.4.0-4.5.GA_CP05.ep5.el6
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.5.GA_CP05.ep5.el6
  • hibernate3-javadoc-1:3.3.2-1.9.GA_CP05.ep5.el6
  • hibernate3-search-0:3.1.1-2.5.GA_CP05.ep5.el6
  • hibernate3-search-javadoc-0:3.1.1-2.5.GA_CP05.ep5.el6
  • hornetq-0:2.2.24-1.EAP.GA.ep5.el6
  • hornetq-native-0:2.2.20-1.EAP.GA.ep5.el6
  • hornetq-native-debuginfo-0:2.2.20-1.EAP.GA.ep5.el6
  • hsqldb-2:1.8.0.10-11_patch_01.1.ep5.el6
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el6
  • javassist-0:3.12.0-6.SP1.ep5.el6
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el6
  • jboss-bootstrap-0:1.0.2-1.ep5.el6
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el6
  • jboss-cache-pojo-0:3.0.1-1.ep5.el6
  • jboss-cl-0:2.0.11-4.GA.ep5.el6
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el6
  • jboss-common-beans-0:1.0.1-2.Final.ep5.el6
  • jboss-common-core-0:2.2.21-1.ep5.el6
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el6
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el6
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el6
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el6
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el6
  • jboss-ejb3-interceptors-0:1.0.9-0.2.ep5.el6
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el6
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el6
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el6
  • jboss-ejb3-timeout-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-timeout-spi-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-transactions-0:1.0.2-1.6.ep5.el6
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el6
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el6
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el6
  • jboss-javaee-0:5.0.2-2.ep5.el6
  • jboss-javaee-poms-0:5.0.2-2.ep5.el6
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el6
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el6
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el6
  • jboss-jpa-deployers-0:1.0.0-6.SP2.ep5.el6
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el6
  • jboss-messaging-0:1.4.8-12.SP9.1.ep5.el6
  • jboss-naming-0:5.0.3-5.CP02.ep5.el6
  • jboss-reflect-0:2.0.4-2.ep5.el6
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el6
  • jboss-seam2-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-docs-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-examples-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-runtime-0:2.2.6.EAP5-14.ep5.el6
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el6
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el6
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el6
  • jboss-vfs2-0:2.2.1-4.GA.ep5.el6
  • jbossas-0:5.2.0-16.ep5.el6
  • jbossas-client-0:5.2.0-16.ep5.el6
  • jbossas-hornetq-0:5.2.0-7.ep5.el6
  • jbossas-messaging-0:5.2.0-16.ep5.el6
  • jbossas-tp-licenses-0:5.2.0-8.ep5.el6
  • jbossas-ws-cxf-0:5.2.0-10.ep5.el6
  • jbossas-ws-native-0:5.2.0-16.ep5.el6
  • jbosssx2-0:2.0.5-8.3.SP3_1.ep5.el6
  • jbossts-1:4.6.1-12.CP13.7.ep5.el6
  • jbossts-javadoc-1:4.6.1-12.CP13.7.ep5.el6
  • jbossweb-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el6
  • jbossws-common-0:1.1.0-9.SP10.ep5.el6
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el6
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el6
  • jgroups-1:2.6.22-1.ep5.el6
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el6
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el6
  • jopr-jboss-as-5-plugin-0:3.0.0-16.EmbJopr5.ep5.el6
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el6
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el6
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el6
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el6
  • netty-0:3.2.5-6.ep5.el6
  • picketlink-federation-0:2.1.5-3.ep5.el6
  • picketlink-quickstarts-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el6
  • resteasy-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-examples-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-javadoc-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-manual-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • rh-eap-docs-0:5.2.0-10.ep5.el6
  • rh-eap-docs-examples-0:5.2.0-10.ep5.el6
  • rhq-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-ant-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-common-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-client-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-comm-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-dbutils-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-domain-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-gui-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-native-system-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugin-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugin-container-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugindoc-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-util-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-filetemplate-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-helpers-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-jboss-as-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-modules-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-platform-plugin-0:3.0.0-14.EmbJopr5.ep5.el6
  • rhq-plugin-validator-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-pluginAnnotations-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-pluginGen-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-plugins-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-rtfilter-0:3.0.0-21.EmbJopr5.ep5.el6
  • spring2-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el6
  • wss4j-0:1.5.12-4_patch_02.ep5.el6
  • xerces-j2-0:2.9.1-10.patch02.ep5.el6
  • xerces-j2-scripts-0:2.9.1-10.patch02.ep5.el6
  • xml-commons-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.1-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.2-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.3-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver10-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver11-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver12-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-which10-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-which11-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-security-0:1.5.1-2.ep5.el6
  • aopalliance-0:1.0-5.2.jdk6.ep5.el5
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el5
  • bsh2-0:2.0-0.b4.15.1.patch01.ep5.el5
  • bsh2-bsf-0:2.0-0.b4.15.1.patch01.ep5.el5
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el5
  • google-guice-0:2.0-3.ep5.el5
  • hibernate3-1:3.3.2-1.5.GA_CP05.ep5.el5
  • hibernate3-annotations-0:3.4.0-3.3.GA_CP05.ep5.el5
  • hibernate3-annotations-javadoc-0:3.4.0-3.3.GA_CP05.ep5.el5
  • hibernate3-entitymanager-0:3.4.0-4.4.GA_CP05.ep5.el5
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.4.GA_CP05.ep5.el5
  • hibernate3-javadoc-1:3.3.2-1.5.GA_CP05.ep5.el5
  • hibernate3-search-0:3.1.1-2.4.GA_CP05.ep5.el5
  • hibernate3-search-javadoc-0:3.1.1-2.4.GA_CP05.ep5.el5
  • hornetq-0:2.2.24-1.EAP.GA.ep5.el5
  • hornetq-native-0:2.2.20-1.EAP.GA.1.ep5.el5
  • hornetq-native-debuginfo-0:2.2.20-1.EAP.GA.1.ep5.el5
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el5
  • javassist-0:3.12.0-6.SP1.ep5.el5
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el5
  • jboss-bootstrap-0:1.0.2-1.ep5.el5
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el5
  • jboss-cache-pojo-0:3.0.1-1.1.ep5.el5
  • jboss-cl-0:2.0.11-1.GA.ep5.el5
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el5
  • jboss-common-beans-0:1.0.1-2.1.Final.ep5.el5
  • jboss-common-core-0:2.2.21-1.ep5.el5
  • jboss-eap5-native-0:5.2.0-6.ep5.el5
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el5
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el5
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el5
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el5
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el5
  • jboss-ejb3-interceptors-0:1.0.9-0.1.ep5.el5
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el5
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el5
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el5
  • jboss-ejb3-timeout-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-timeout-spi-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-transactions-0:1.0.2-1.4.ep5.el5
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el5
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el5
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el5
  • jboss-javaee-0:5.0.2-2.ep5.el5
  • jboss-javaee-poms-0:5.0.2-2.ep5.el5
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el5
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el5
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el5
  • jboss-jpa-deployers-0:1.0.0-6.1SP2.ep5.el5
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el5
  • jboss-messaging-0:1.4.8-12.SP9.1.ep5.el5
  • jboss-naming-0:5.0.3-5.1.CP02.ep5.el5
  • jboss-reflect-0:2.0.4-2.1.ep5.el5
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el5
  • jboss-seam2-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-docs-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-examples-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-runtime-0:2.2.6.EAP5-10.ep5.el5
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el5
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el5
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el5
  • jboss-vfs2-0:2.2.1-4.GA.ep5.el5
  • jbossas-0:5.2.0-14.ep5.el5
  • jbossas-client-0:5.2.0-14.ep5.el5
  • jbossas-hornetq-0:5.2.0-5.ep5.el5
  • jbossas-messaging-0:5.2.0-14.ep5.el5
  • jbossas-tp-licenses-0:5.2.0-7.ep5.el5
  • jbossas-ws-cxf-0:5.2.0-7.ep5.el5
  • jbossas-ws-native-0:5.2.0-14.ep5.el5
  • jbosssx2-0:2.0.5-8.SP3_1.ep5.el5
  • jbossts-1:4.6.1-12.CP13.8.ep5.el5
  • jbossts-javadoc-1:4.6.1-12.CP13.8.ep5.el5
  • jbossweb-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el5
  • jbossws-common-0:1.1.0-9.SP10.ep5.el5
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el5
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el5
  • jgroups-1:2.6.22-1.ep5.el5
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el5
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • jopr-jboss-as-5-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el5
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el5
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el5
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el5
  • netty-0:3.2.5-6.ep5.el5
  • picketlink-federation-0:2.1.5-3.ep5.el5
  • picketlink-quickstarts-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el5
  • resteasy-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-examples-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-javadoc-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-manual-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • rh-eap-docs-0:5.2.0-6.ep5.el5
  • rh-eap-docs-examples-0:5.2.0-6.ep5.el5
  • rhq-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-ant-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-common-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-client-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-comm-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-dbutils-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-domain-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-gui-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-native-system-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-plugin-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-plugin-container-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-plugindoc-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-util-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-filetemplate-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-helpers-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-jboss-as-common-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-modules-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-platform-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • rhq-plugin-validator-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-pluginAnnotations-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-pluginGen-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-plugins-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-rtfilter-0:3.0.0-21.EmbJopr5.ep5.el5
  • spring2-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el5
  • wss4j-0:1.5.12-4.1_patch_02.ep5.el5
  • xerces-j2-0:2.9.1-10.patch02.ep5.el5
  • xerces-j2-scripts-0:2.9.1-10.patch02.ep5.el5
  • xml-commons-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.1-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.2-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.3-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver10-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver11-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver12-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-which10-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-which11-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-security-0:1.5.1-2.ep5.el5
  • aopalliance-0:1.0-5.2.jdk6.ep5.el4
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el4
  • bsh2-0:2.0-0.b4.15.1.patch01.ep5.el4
  • bsh2-bsf-0:2.0-0.b4.15.1.patch01.ep5.el4
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el4
  • google-guice-0:2.0-3.ep5.el4
  • hibernate3-1:3.3.2-1.6.GA_CP05.ep5.el4
  • hibernate3-annotations-0:3.4.0-3.4.GA_CP05.ep5.el4
  • hibernate3-annotations-javadoc-0:3.4.0-3.4.GA_CP05.ep5.el4
  • hibernate3-entitymanager-0:3.4.0-4.4.GA_CP05.ep5.el4
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.4.GA_CP05.ep5.el4
  • hibernate3-javadoc-1:3.3.2-1.6.GA_CP05.ep5.el4
  • hibernate3-search-0:3.1.1-2.3.GA_CP05.ep5.el4
  • hibernate3-search-javadoc-0:3.1.1-2.3.GA_CP05.ep5.el4
  • hornetq-0:2.2.24-1.EAP.GA.ep5.el4
  • hornetq-native-0:2.2.20-1.EAP.GA.1.ep5.el4
  • hornetq-native-debuginfo-0:2.2.20-1.EAP.GA.1.ep5.el4
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el4
  • javassist-0:3.12.0-6.SP1.ep5.el4
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el4
  • jboss-bootstrap-0:1.0.2-1.ep5.el4
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el4
  • jboss-cache-pojo-0:3.0.1-1.1.ep5.el4
  • jboss-cl-0:2.0.11-1.GA.ep5.el4
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el4
  • jboss-common-beans-0:1.0.1-2.1.Final.ep5.el4
  • jboss-common-core-0:2.2.21-1.ep5.el4
  • jboss-eap5-native-0:5.2.0-6.ep5.el4
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el4
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el4
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el4
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el4
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el4
  • jboss-ejb3-interceptors-0:1.0.9-0.1.ep5.el4
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el4
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el4
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el4
  • jboss-ejb3-timeout-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-timeout-spi-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-transactions-0:1.0.2-1.4.ep5.el4
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el4
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el4
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el4
  • jboss-javaee-0:5.0.2-2.ep5.el4
  • jboss-javaee-poms-0:5.0.2-2.ep5.el4
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el4
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el4
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el4
  • jboss-jpa-deployers-0:1.0.0-6.SP2.ep5.el4
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el4
  • jboss-messaging-0:1.4.8-12.SP9.1.ep5.el4
  • jboss-naming-0:5.0.3-5.CP02.ep5.el4
  • jboss-reflect-0:2.0.4-2.1.ep5.el4
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el4
  • jboss-seam2-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-docs-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-examples-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-runtime-0:2.2.6.EAP5-9.ep5.el4
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el4
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el4
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el4
  • jboss-vfs2-0:2.2.1-2.GA.ep5.el4
  • jbossas-0:5.2.0-14.ep5.el4
  • jbossas-client-0:5.2.0-14.ep5.el4
  • jbossas-hornetq-0:5.2.0-6.ep5.el4
  • jbossas-messaging-0:5.2.0-14.ep5.el4
  • jbossas-tp-licenses-0:5.2.0-7.ep5.el4
  • jbossas-ws-cxf-0:5.2.0-8.ep5.el4
  • jbossas-ws-native-0:5.2.0-14.ep5.el4
  • jbosssx2-0:2.0.5-8.3.SP3_1.ep5.el4
  • jbossts-1:4.6.1-12.CP13.8.ep5.el4
  • jbossts-javadoc-1:4.6.1-12.CP13.8.ep5.el4
  • jbossweb-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el4
  • jbossws-common-0:1.1.0-9.SP10.ep5.el4
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el4
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el4
  • jgroups-1:2.6.22-1.ep5.el4
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el4
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el4
  • jopr-jboss-as-5-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el4
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el4
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el4
  • netty-0:3.2.5-6.ep5.el4
  • picketlink-federation-0:2.1.5-3.ep5.el4
  • picketlink-quickstarts-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el4
  • resteasy-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-examples-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-javadoc-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-manual-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • rh-eap-docs-0:5.2.0-7.ep5.el4
  • rh-eap-docs-examples-0:5.2.0-7.ep5.el4
  • rhq-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-common-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-client-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-comm-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-domain-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-gui-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-native-system-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-plugin-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-plugin-container-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-util-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-jboss-as-common-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el4
  • rhq-modules-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-platform-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • rhq-plugins-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • spring2-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el4
  • wss4j-0:1.5.12-4.2_patch_02.ep5.el4
  • xerces-j2-0:2.9.1-10.patch02.ep5.el4
  • xml-commons-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.1-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.2-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.3-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver10-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver11-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver12-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-which10-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-which11-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-security-0:1.5.1-2.ep5.el4
  • aopalliance-0:1.0-5.3.ep5.el6
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el6
  • bsh2-0:2.0-0.b4.15.patch01.ep5.el6
  • bsh2-bsf-0:2.0-0.b4.15.patch01.ep5.el6
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el6
  • google-guice-0:2.0-3.ep5.el6
  • hibernate3-1:3.3.2-1.9.GA_CP05.ep5.el6
  • hibernate3-annotations-0:3.4.0-3.6.GA_CP05.ep5.el6
  • hibernate3-annotations-javadoc-0:3.4.0-3.6.GA_CP05.ep5.el6
  • hibernate3-entitymanager-0:3.4.0-4.5.GA_CP05.ep5.el6
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.5.GA_CP05.ep5.el6
  • hibernate3-javadoc-1:3.3.2-1.9.GA_CP05.ep5.el6
  • hibernate3-search-0:3.1.1-2.5.GA_CP05.ep5.el6
  • hibernate3-search-javadoc-0:3.1.1-2.5.GA_CP05.ep5.el6
  • hsqldb-2:1.8.0.10-11_patch_01.1.ep5.el6
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el6
  • javassist-0:3.12.0-6.SP1.ep5.el6
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el6
  • jboss-bootstrap-0:1.0.2-1.ep5.el6
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el6
  • jboss-cache-pojo-0:3.0.1-1.ep5.el6
  • jboss-cl-0:2.0.11-4.GA.ep5.el6
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el6
  • jboss-common-beans-0:1.0.1-2.Final.ep5.el6
  • jboss-common-core-0:2.2.21-1.ep5.el6
  • jboss-eap5-native-0:5.2.0-6.ep5.el6
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el6
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el6
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el6
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el6
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el6
  • jboss-ejb3-interceptors-0:1.0.9-0.2.ep5.el6
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el6
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el6
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el6
  • jboss-ejb3-timeout-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-timeout-spi-0:0.1.1-0.8.ep5.el6
  • jboss-ejb3-transactions-0:1.0.2-1.6.ep5.el6
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el6
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el6
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el6
  • jboss-javaee-0:5.0.2-2.ep5.el6
  • jboss-javaee-poms-0:5.0.2-2.ep5.el6
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el6
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el6
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el6
  • jboss-jpa-deployers-0:1.0.0-6.SP2.ep5.el6
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el6
  • jboss-naming-0:5.0.3-5.CP02.ep5.el6
  • jboss-reflect-0:2.0.4-2.ep5.el6
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el6
  • jboss-seam2-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-docs-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-examples-0:2.2.6.EAP5-14.ep5.el6
  • jboss-seam2-runtime-0:2.2.6.EAP5-14.ep5.el6
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el6
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el6
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el6
  • jboss-vfs2-0:2.2.1-4.GA.ep5.el6
  • jbossas-web-0:5.2.0-16.ep5.el6
  • jbossas-web-client-0:5.2.0-16.ep5.el6
  • jbossas-web-tp-licenses-0:5.2.0-8.ep5.el6
  • jbossas-web-ws-native-0:5.2.0-16.ep5.el6
  • jbossas-ws-cxf-ewp-0:5.2.0-11.ep5.el6
  • jbosssx2-0:2.0.5-8.3.SP3_1.ep5.el6
  • jbossts-1:4.6.1-12.CP13.7.ep5.el6
  • jbossts-javadoc-1:4.6.1-12.CP13.7.ep5.el6
  • jbossweb-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el6
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el6
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el6
  • jbossws-common-0:1.1.0-9.SP10.ep5.el6
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el6
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el6
  • jgroups-1:2.6.22-1.ep5.el6
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el6
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el6
  • jopr-jboss-as-5-plugin-0:3.0.0-16.EmbJopr5.ep5.el6
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el6
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el6
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el6
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el6
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el6
  • picketlink-federation-0:2.1.5-3.ep5.el6
  • picketlink-quickstarts-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el6
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el6
  • resteasy-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-examples-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-javadoc-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • resteasy-manual-0:1.2.1-17.CP02_patch02.1.ep5.el6
  • rh-ewp-docs-0:5.2.0-11.ep5.el6
  • rh-ewp-docs-examples-0:5.2.0-11.ep5.el6
  • rhq-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-ant-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-common-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-client-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-comm-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-dbutils-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-domain-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-gui-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-native-system-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugin-api-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugin-container-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-plugindoc-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-core-util-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-filetemplate-bundle-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-helpers-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-jboss-as-common-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-modules-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-platform-plugin-0:3.0.0-14.EmbJopr5.ep5.el6
  • rhq-plugin-validator-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-pluginAnnotations-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-pluginGen-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-plugins-parent-0:3.0.0-21.EmbJopr5.ep5.el6
  • rhq-rtfilter-0:3.0.0-21.EmbJopr5.ep5.el6
  • spring2-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el6
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el6
  • wss4j-0:1.5.12-4_patch_02.ep5.el6
  • xerces-j2-0:2.9.1-10.patch02.ep5.el6
  • xerces-j2-scripts-0:2.9.1-10.patch02.ep5.el6
  • xml-commons-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.1-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.2-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-jaxp-1.3-apis-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver10-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver11-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-resolver12-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-which10-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-commons-which11-0:1.3.04-8.2_patch_01.ep5.el6
  • xml-security-0:1.5.1-2.ep5.el6
  • aopalliance-0:1.0-5.2.jdk6.ep5.el5
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el5
  • bsh2-0:2.0-0.b4.15.1.patch01.ep5.el5
  • bsh2-bsf-0:2.0-0.b4.15.1.patch01.ep5.el5
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el5
  • google-guice-0:2.0-3.ep5.el5
  • hibernate3-1:3.3.2-1.5.GA_CP05.ep5.el5
  • hibernate3-annotations-0:3.4.0-3.3.GA_CP05.ep5.el5
  • hibernate3-annotations-javadoc-0:3.4.0-3.3.GA_CP05.ep5.el5
  • hibernate3-entitymanager-0:3.4.0-4.4.GA_CP05.ep5.el5
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.4.GA_CP05.ep5.el5
  • hibernate3-javadoc-1:3.3.2-1.5.GA_CP05.ep5.el5
  • hibernate3-search-0:3.1.1-2.4.GA_CP05.ep5.el5
  • hibernate3-search-javadoc-0:3.1.1-2.4.GA_CP05.ep5.el5
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el5
  • javassist-0:3.12.0-6.SP1.ep5.el5
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el5
  • jboss-bootstrap-0:1.0.2-1.ep5.el5
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el5
  • jboss-cache-pojo-0:3.0.1-1.1.ep5.el5
  • jboss-cl-0:2.0.11-1.GA.ep5.el5
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el5
  • jboss-common-beans-0:1.0.1-2.1.Final.ep5.el5
  • jboss-common-core-0:2.2.21-1.ep5.el5
  • jboss-eap5-native-0:5.2.0-6.ep5.el5
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el5
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el5
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el5
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el5
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el5
  • jboss-ejb3-interceptors-0:1.0.9-0.1.ep5.el5
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el5
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el5
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el5
  • jboss-ejb3-timeout-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-timeout-spi-0:0.1.1-0.5.ep5.el5
  • jboss-ejb3-transactions-0:1.0.2-1.4.ep5.el5
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el5
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el5
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el5
  • jboss-javaee-0:5.0.2-2.ep5.el5
  • jboss-javaee-poms-0:5.0.2-2.ep5.el5
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el5
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el5
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el5
  • jboss-jpa-deployers-0:1.0.0-6.1SP2.ep5.el5
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el5
  • jboss-naming-0:5.0.3-5.1.CP02.ep5.el5
  • jboss-reflect-0:2.0.4-2.1.ep5.el5
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el5
  • jboss-seam2-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-docs-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-examples-0:2.2.6.EAP5-10.ep5.el5
  • jboss-seam2-runtime-0:2.2.6.EAP5-10.ep5.el5
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el5
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el5
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el5
  • jboss-vfs2-0:2.2.1-4.GA.ep5.el5
  • jbossas-web-0:5.2.0-8.ep5.el5
  • jbossas-web-client-0:5.2.0-8.ep5.el5
  • jbossas-web-tp-licenses-0:5.2.0-7.ep5.el5
  • jbossas-web-ws-native-0:5.2.0-8.ep5.el5
  • jbossas-ws-cxf-ewp-0:5.2.0-7.ep5.el5
  • jbosssx2-0:2.0.5-8.SP3_1.ep5.el5
  • jbossts-1:4.6.1-12.CP13.8.ep5.el5
  • jbossts-javadoc-1:4.6.1-12.CP13.8.ep5.el5
  • jbossweb-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el5
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el5
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el5
  • jbossws-common-0:1.1.0-9.SP10.ep5.el5
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el5
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el5
  • jgroups-1:2.6.22-1.ep5.el5
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el5
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • jopr-jboss-as-5-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el5
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el5
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el5
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el5
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el5
  • picketlink-federation-0:2.1.5-3.ep5.el5
  • picketlink-quickstarts-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el5
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el5
  • resteasy-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-examples-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-javadoc-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • resteasy-manual-0:1.2.1-18.CP02_patch02.1.ep5.el5
  • rh-ewp-docs-0:5.2.0-6.ep5.el5
  • rh-ewp-docs-examples-0:5.2.0-6.ep5.el5
  • rhq-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-common-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-client-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-comm-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-domain-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-gui-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-native-system-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-plugin-api-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-plugin-container-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-core-util-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-jboss-as-common-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-modules-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • rhq-platform-plugin-0:3.0.0-14.EmbJopr5.ep5.el5
  • rhq-plugins-parent-0:3.0.0-21.EmbJopr5.ep5.el5
  • spring2-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el5
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el5
  • wss4j-0:1.5.12-4.1_patch_02.ep5.el5
  • xerces-j2-0:2.9.1-10.patch02.ep5.el5
  • xerces-j2-scripts-0:2.9.1-10.patch02.ep5.el5
  • xml-commons-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.1-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.2-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-jaxp-1.3-apis-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver10-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver11-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-resolver12-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-which10-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-commons-which11-0:1.3.04-8.2_patch_01.ep5.el5
  • xml-security-0:1.5.1-2.ep5.el5
  • aopalliance-0:1.0-5.2.jdk6.ep5.el4
  • apache-cxf-0:2.2.12-6.1.patch_04.ep5.el4
  • bsh2-0:2.0-0.b4.15.1.patch01.ep5.el4
  • bsh2-bsf-0:2.0-0.b4.15.1.patch01.ep5.el4
  • glassfish-jaxb-0:2.1.12-12_patch_03.ep5.el4
  • google-guice-0:2.0-3.ep5.el4
  • hibernate3-1:3.3.2-1.6.GA_CP05.ep5.el4
  • hibernate3-annotations-0:3.4.0-3.4.GA_CP05.ep5.el4
  • hibernate3-annotations-javadoc-0:3.4.0-3.4.GA_CP05.ep5.el4
  • hibernate3-entitymanager-0:3.4.0-4.4.GA_CP05.ep5.el4
  • hibernate3-entitymanager-javadoc-0:3.4.0-4.4.GA_CP05.ep5.el4
  • hibernate3-javadoc-1:3.3.2-1.6.GA_CP05.ep5.el4
  • hibernate3-search-0:3.1.1-2.3.GA_CP05.ep5.el4
  • hibernate3-search-javadoc-0:3.1.1-2.3.GA_CP05.ep5.el4
  • jacorb-jboss-0:2.3.2-2.jboss_1.ep5.el4
  • javassist-0:3.12.0-6.SP1.ep5.el4
  • jboss-aop2-0:2.1.6-5.CP06.ep5.el4
  • jboss-bootstrap-0:1.0.2-1.ep5.el4
  • jboss-cache-core-0:3.2.11-1.GA.ep5.el4
  • jboss-cache-pojo-0:3.0.1-1.1.ep5.el4
  • jboss-cl-0:2.0.11-1.GA.ep5.el4
  • jboss-cluster-ha-server-api-0:1.2.1-2.ep5.el4
  • jboss-common-beans-0:1.0.1-2.1.Final.ep5.el4
  • jboss-common-core-0:2.2.21-1.ep5.el4
  • jboss-eap5-native-0:5.2.0-6.ep5.el4
  • jboss-ejb-3.0-api-0:5.0.2-2.ep5.el4
  • jboss-ejb3-cache-0:1.0.0-4.ep5.el4
  • jboss-ejb3-core-0:1.3.9-0.4.ep5.el4
  • jboss-ejb3-ext-api-0:1.0.0-4.1.ep5.el4
  • jboss-ejb3-ext-api-impl-0:1.0.0-3.7.ep5.el4
  • jboss-ejb3-interceptors-0:1.0.9-0.1.ep5.el4
  • jboss-ejb3-metadata-0:1.0.0-3.ep5.el4
  • jboss-ejb3-metrics-deployer-0:1.1.1-0.1.ep5.el4
  • jboss-ejb3-security-0:1.0.2-0.5.ep5.el4
  • jboss-ejb3-timeout-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-timeout-3.0-api-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-timeout-spi-0:0.1.1-0.5.ep5.el4
  • jboss-ejb3-transactions-0:1.0.2-1.4.ep5.el4
  • jboss-jacc-1.1-api-0:5.0.2-2.ep5.el4
  • jboss-jad-1.2-api-0:5.0.2-2.ep5.el4
  • jboss-jaspi-1.0-api-0:5.0.2-2.ep5.el4
  • jboss-javaee-0:5.0.2-2.ep5.el4
  • jboss-javaee-poms-0:5.0.2-2.ep5.el4
  • jboss-jaxrpc-api_1.1_spec-0:1.0.0-16.ep5.el4
  • jboss-jca-1.5-api-0:5.0.2-2.ep5.el4
  • jboss-jms-1.1-api-0:5.0.2-2.ep5.el4
  • jboss-jpa-deployers-0:1.0.0-6.SP2.ep5.el4
  • jboss-logmanager-0:1.1.2-6.GA_patch_01.ep5.el4
  • jboss-naming-0:5.0.3-5.CP02.ep5.el4
  • jboss-reflect-0:2.0.4-2.1.ep5.el4
  • jboss-remoting-0:2.5.4-10.SP4.1.ep5.el4
  • jboss-seam2-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-docs-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-examples-0:2.2.6.EAP5-9.ep5.el4
  • jboss-seam2-runtime-0:2.2.6.EAP5-9.ep5.el4
  • jboss-security-negotiation-0:2.1.3-1.GA.ep5.el4
  • jboss-security-spi-1:2.0.5-4.SP3_1.ep5.el4
  • jboss-transaction-1.0.1-api-0:5.0.2-2.ep5.el4
  • jboss-vfs2-0:2.2.1-2.GA.ep5.el4
  • jbossas-web-0:5.2.0-7.ep5.el4
  • jbossas-web-client-0:5.2.0-7.ep5.el4
  • jbossas-web-tp-licenses-0:5.2.0-7.ep5.el4
  • jbossas-web-ws-native-0:5.2.0-7.ep5.el4
  • jbossas-ws-cxf-ewp-0:5.2.0-8.ep5.el4
  • jbosssx2-0:2.0.5-8.3.SP3_1.ep5.el4
  • jbossts-1:4.6.1-12.CP13.8.ep5.el4
  • jbossts-javadoc-1:4.6.1-12.CP13.8.ep5.el4
  • jbossweb-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-el-1.0-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-jsp-2.1-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-lib-0:2.1.13-2_patch_01.ep5.el4
  • jbossweb-servlet-2.5-api-0:2.1.13-2_patch_01.ep5.el4
  • jbossws-0:3.1.2-13.SP15_patch_01.ep5.el4
  • jbossws-common-0:1.1.0-9.SP10.ep5.el4
  • jbossws-framework-0:3.1.2-9.SP13.ep5.el4
  • jbossws-spi-0:1.1.2-6.SP8.ep5.el4
  • jgroups-1:2.6.22-1.ep5.el4
  • jopr-embedded-0:1.3.4-19.SP6.9.ep5.el4
  • jopr-hibernate-plugin-0:3.0.0-14.EmbJopr5.ep5.el4
  • jopr-jboss-as-5-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • jopr-jboss-cache-v3-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • mod_cluster-demo-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-jbossas-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-jbossweb2-0:1.0.10-12.2.GA_CP04.ep5.el4
  • mod_cluster-native-0:1.0.10-10.GA_CP04_patch01.ep5.el4
  • mod_cluster-native-debuginfo-0:1.0.10-10.GA_CP04_patch01.ep5.el4
  • mod_cluster-tomcat6-0:1.0.10-12.2.GA_CP04.ep5.el4
  • picketlink-federation-0:2.1.5-3.ep5.el4
  • picketlink-quickstarts-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-idp-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-pdp-0:2.1.5-1.ep5.el4
  • picketlink-quickstarts-sts-0:2.1.5-1.ep5.el4
  • resteasy-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-examples-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-javadoc-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • resteasy-manual-0:1.2.1-18.CP02_patch02.1.ep5.el4
  • rh-ewp-docs-0:5.2.0-7.ep5.el4
  • rh-ewp-docs-examples-0:5.2.0-7.ep5.el4
  • rhq-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-common-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-client-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-comm-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-domain-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-gui-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-native-system-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-plugin-api-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-plugin-container-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-core-util-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-jboss-as-common-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-jmx-plugin-0:3.0.0-21.EmbJopr5.ep5.el4
  • rhq-modules-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • rhq-platform-plugin-0:3.0.0-15.EmbJopr5.ep5.el4
  • rhq-plugins-parent-0:3.0.0-22.EmbJopr5.ep5.el4
  • spring2-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-agent-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-all-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-aop-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-beans-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-context-0:2.5.6-9.SEC03.1.ep5.el4
  • spring2-core-0:2.5.6-9.SEC03.1.ep5.el4
  • wss4j-0:1.5.12-4.2_patch_02.ep5.el4
  • xerces-j2-0:2.9.1-10.patch02.ep5.el4
  • xerces-j2-scripts-0:2.9.1-10.patch02.ep5.el4
  • xml-commons-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.1-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.2-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-jaxp-1.3-apis-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver10-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver11-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-resolver12-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-which10-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-commons-which11-1:1.3.04-8.2_patch_01.ep5.el4
  • xml-security-0:1.5.1-2.ep5.el4

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 54183 CVE ID: CVE-2012-2377 JBoss Enterprise BRMS Platform是开源的业务规则和BPM平台。 JBoss Enterprise BRMS Platform 5.2.0及其他版本在实现上存在信息泄露漏洞,成功利用后可允许攻击者获取敏感信息。 0 JBoss Group JBooss Enterprise SOA Platform 5.1.2 厂商补丁: JBoss Group ----------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.jboss.org/
idSSV:60306
last seen2017-11-19
modified2012-08-03
published2012-08-03
reporterRoot
titleJBoss Enterprise BRMS Platform JGroups Diagnostics Service信息泄露漏洞