Vulnerabilities > CVE-2012-3546 - Permissions, Privileges, and Access Controls vulnerability in Apache Tomcat

047910
CVSS 4.3 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
PARTIAL
Availability impact
NONE
network
apache
CWE-264
nessus

Summary

org/apache/catalina/realm/RealmBase.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.30, when FORM authentication is used, allows remote attackers to bypass security-constraint checks by leveraging a previous setUserPrincipal call and then placing /j_security_check at the end of a URI.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0164.NASL
    descriptionUpdated jbossweb packages that fix one security issue are now available for JBoss Enterprise Application Platform 6.0.1 for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. JBoss Web is the web container, based on Apache Tomcat, in JBoss Enterprise Application Platform. It provides a single deployment platform for the JavaServer Pages (JSP) and Java Servlet technologies. It was found that 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 id64077
    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/64077
    titleRHEL 5 / 6 : jbossweb (RHSA-2013:0164)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0164. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64077);
      script_version("1.21");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2012-3546");
      script_bugtraq_id(56812);
      script_xref(name:"RHSA", value:"2013:0164");
    
      script_name(english:"RHEL 5 / 6 : jbossweb (RHSA-2013:0164)");
      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 jbossweb packages that fix one security issue are now
    available for JBoss Enterprise Application Platform 6.0.1 for Red Hat
    Enterprise Linux 5 and 6.
    
    The Red Hat Security Response Team has rated this update as having
    important security impact. A Common Vulnerability Scoring System
    (CVSS) base score, which gives a detailed severity rating, is
    available from the CVE link in the References section.
    
    JBoss Web is the web container, based on Apache Tomcat, in JBoss
    Enterprise Application Platform. It provides a single deployment
    platform for the JavaServer Pages (JSP) and Java Servlet technologies.
    
    It was found that 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. A remote attacker with an
    authenticated session on an affected application could use this flaw
    to circumvent authorization controls, and thereby access resources not
    permitted by the roles associated with their authenticated session.
    (CVE-2012-3546)
    
    Warning: Before applying this update, back up your existing JBoss
    Enterprise Application Platform installation (including all
    applications and configuration files).
    
    Users of JBoss Enterprise Application Platform 6.0.1 on Red Hat
    Enterprise Linux 5 and 6 should upgrade to these updated packages,
    which correct this issue. The JBoss server process must be restarted
    for this update to take effect."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://tomcat.apache.org/security-6.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2013:0164"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3546"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected jbossweb and / or jbossweb-lib packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:ND/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      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-lib");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/12/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/01/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/24");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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 = pregmatch(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 (! preg(pattern:"^(5|6)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 5.x / 6.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:0164";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          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_check(release:"RHEL5", reference:"jbossweb-7.0.17-3.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-lib-7.0.17-3.Final_redhat_2.ep6.el5")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"jbossweb-7.0.17-3.Final_redhat_2.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossweb-lib-7.0.17-3.Final_redhat_2.ep6.el6")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          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, "jbossweb / jbossweb-lib");
      }
    }
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201412-29.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201412-29 (Apache Tomcat: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Tomcat. Please review the CVE identifiers referenced below for details. Impact : A remote attacker may be able to cause a Denial of Service condition as well as obtain sensitive information, bypass protection mechanisms and authentication restrictions. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id79982
    published2014-12-15
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79982
    titleGLSA-201412-29 : Apache Tomcat: Multiple vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201412-29.
    #
    # The advisory text is Copyright (C) 2001-2019 Gentoo Foundation, Inc.
    # and licensed under the Creative Commons - Attribution / Share Alike 
    # license. See http://creativecommons.org/licenses/by-sa/3.0/
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(79982);
      script_version("1.10");
      script_cvs_date("Date: 2019/10/16 10:34:21");
    
      script_cve_id("CVE-2012-2733", "CVE-2012-3544", "CVE-2012-3546", "CVE-2012-4431", "CVE-2012-4534", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887", "CVE-2013-2067", "CVE-2013-2071", "CVE-2013-4286", "CVE-2013-4322", "CVE-2013-4590", "CVE-2014-0033", "CVE-2014-0050", "CVE-2014-0075", "CVE-2014-0096", "CVE-2014-0099", "CVE-2014-0119");
      script_bugtraq_id(56402, 56403, 56812, 56813, 56814, 59797, 59798, 59799, 65400, 65767, 65768, 65769, 65773, 67667, 67668, 67669, 67671);
      script_xref(name:"GLSA", value:"201412-29");
    
      script_name(english:"GLSA-201412-29 : Apache Tomcat: Multiple vulnerabilities");
      script_summary(english:"Checks for updated package(s) in /var/db/pkg");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Gentoo host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote host is affected by the vulnerability described in GLSA-201412-29
    (Apache Tomcat: Multiple vulnerabilities)
    
        Multiple vulnerabilities have been discovered in Tomcat. Please review
          the CVE identifiers referenced below for details.
      
    Impact :
    
        A remote attacker may be able to cause a Denial of Service condition as
          well as obtain sensitive information, bypass protection mechanisms and
          authentication restrictions.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201412-29"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Tomcat 6.0.x users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=www-servers/tomcat-6.0.41'
        All Tomcat 7.0.x users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=www-servers/tomcat-7.0.56'"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/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:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:tomcat");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/16");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/12/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/12/15");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Gentoo Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("qpkg.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo");
    if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (qpkg_check(package:"www-servers/tomcat", unaffected:make_list("ge 7.0.56", "rge 6.0.41", "rge 6.0.42", "rge 6.0.43", "rge 6.0.44", "rge 6.0.45", "rge 6.0.46", "rge 6.0.47", "rge 6.0.48"), vulnerable:make_list("lt 7.0.56"))) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:qpkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = qpkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Apache Tomcat");
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0623.NASL
    descriptionUpdated tomcat6 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id65201
    published2013-03-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65201
    titleRHEL 6 : tomcat6 (RHSA-2013:0623)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0623. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65201);
      script_version("1.23");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2012-3546", "CVE-2012-4534", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887");
      script_bugtraq_id(56403, 56812, 56813);
      script_xref(name:"RHSA", value:"2013:0623");
    
      script_name(english:"RHEL 6 : tomcat6 (RHSA-2013:0623)");
      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 tomcat6 packages that fix multiple security issues 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.
    
    Apache Tomcat is a servlet container.
    
    It was found that 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. A remote attacker with an
    authenticated session on an affected application could use this flaw
    to circumvent authorization controls, and thereby access resources not
    permitted by the roles associated with their authenticated session.
    (CVE-2012-3546)
    
    A flaw was found in the way Tomcat handled sendfile operations when
    using the HTTP NIO (Non-Blocking I/O) connector and HTTPS. A remote
    attacker could use this flaw to cause a denial of service (infinite
    loop). The HTTP blocking IO (BIO) connector, which is not vulnerable
    to this issue, is used by default in Red Hat Enterprise Linux 6.
    (CVE-2012-4534)
    
    Multiple weaknesses were found in the Tomcat DIGEST authentication
    implementation, effectively reducing the security normally provided by
    DIGEST authentication. A remote attacker could use these flaws to
    perform replay attacks in some circumstances. (CVE-2012-5885,
    CVE-2012-5886, CVE-2012-5887)
    
    Users of Tomcat should upgrade to these updated packages, which
    correct these issues. Tomcat must be restarted for this update to take
    effect."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://tomcat.apache.org/security-6.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2013:0623"
      );
      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-2012-5885"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-4534"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-5886"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-5887"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:H/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:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-admin-webapps");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-docs-webapp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-el-2.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-jsp-2.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-servlet-2.5-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat6-webapps");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6.4");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/17");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/11");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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 = pregmatch(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 (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 6.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:0623";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          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_check(release:"RHEL6", reference:"tomcat6-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-admin-webapps-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-docs-webapp-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-el-2.1-api-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-javadoc-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-jsp-2.1-api-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-lib-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-servlet-2.5-api-6.0.24-52.el6_4")) flag++;
    
      if (rpm_check(release:"RHEL6", reference:"tomcat6-webapps-6.0.24-52.el6_4")) flag++;
    
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          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, "tomcat6 / tomcat6-admin-webapps / tomcat6-docs-webapp / etc");
      }
    }
    
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1685-1.NASL
    descriptionIt was discovered that Tomcat incorrectly performed certain security constraint checks in the FORM authenticator. A remote attacker could possibly use this flaw with a specially crafted URI to bypass security constraint checks. This issue only affected Ubuntu 10.04 LTS, Ubuntu 11.10 and Ubuntu 12.04 LTS. (CVE-2012-3546) It was discovered that Tomcat incorrectly handled requests that lack a session identifier. A remote attacker could possibly use this flaw to bypass the cross-site request forgery protection. (CVE-2012-4431) It was discovered that Tomcat incorrectly handled sendfile and HTTPS when the NIO connector is used. A remote attacker could use this flaw to cause Tomcat to stop responsing, resulting in a denial of service. This issue only affected Ubuntu 10.04 LTS, Ubuntu 11.10 and Ubuntu 12.04 LTS. (CVE-2012-4534). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id63535
    published2013-01-15
    reporterUbuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63535
    titleUbuntu 10.04 LTS / 11.10 / 12.04 LTS / 12.10 : tomcat6, tomcat7 vulnerabilities (USN-1685-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-1685-1. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63535);
      script_version("1.15");
      script_cvs_date("Date: 2019/09/19 12:54:28");
    
      script_cve_id("CVE-2012-3546", "CVE-2012-4431", "CVE-2012-4534");
      script_xref(name:"USN", value:"1685-1");
    
      script_name(english:"Ubuntu 10.04 LTS / 11.10 / 12.04 LTS / 12.10 : tomcat6, tomcat7 vulnerabilities (USN-1685-1)");
      script_summary(english:"Checks dpkg output for updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Ubuntu host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that Tomcat incorrectly performed certain security
    constraint checks in the FORM authenticator. A remote attacker could
    possibly use this flaw with a specially crafted URI to bypass security
    constraint checks. This issue only affected Ubuntu 10.04 LTS, Ubuntu
    11.10 and Ubuntu 12.04 LTS. (CVE-2012-3546)
    
    It was discovered that Tomcat incorrectly handled requests that lack a
    session identifier. A remote attacker could possibly use this flaw to
    bypass the cross-site request forgery protection. (CVE-2012-4431)
    
    It was discovered that Tomcat incorrectly handled sendfile and HTTPS
    when the NIO connector is used. A remote attacker could use this flaw
    to cause Tomcat to stop responsing, resulting in a denial of service.
    This issue only affected Ubuntu 10.04 LTS, Ubuntu 11.10 and Ubuntu
    12.04 LTS. (CVE-2012-4534).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Ubuntu security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/1685-1/"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected libtomcat6-java and / or libtomcat7-java packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:H/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:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libtomcat6-java");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libtomcat7-java");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:10.04:-:lts");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:11.10");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:12.04:-:lts");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:12.10");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/12/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/01/14");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/15");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(10\.04|11\.10|12\.04|12\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 10.04 / 11.10 / 12.04 / 12.10", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) 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$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"10.04", pkgname:"libtomcat6-java", pkgver:"6.0.24-2ubuntu1.12")) flag++;
    if (ubuntu_check(osver:"11.10", pkgname:"libtomcat6-java", pkgver:"6.0.32-5ubuntu1.4")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libtomcat6-java", pkgver:"6.0.35-1ubuntu3.2")) flag++;
    if (ubuntu_check(osver:"12.10", pkgname:"libtomcat7-java", pkgver:"7.0.30-0ubuntu1.1")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libtomcat6-java / libtomcat7-java");
    }
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-0640.NASL
    descriptionUpdated tomcat5 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id65530
    published2013-03-14
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65530
    titleCentOS 5 : tomcat5 (CESA-2013:0640)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0640 and 
    # CentOS Errata and Security Advisory 2013:0640 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65530);
      script_version("1.9");
      script_cvs_date("Date: 2020/01/06");
    
      script_cve_id("CVE-2012-3546", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887");
      script_xref(name:"RHSA", value:"2013:0640");
    
      script_name(english:"CentOS 5 : tomcat5 (CESA-2013:0640)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote CentOS host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated tomcat5 packages that fix multiple security issues 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.
    
    Apache Tomcat is a servlet container.
    
    It was found that 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. A remote attacker with an
    authenticated session on an affected application could use this flaw
    to circumvent authorization controls, and thereby access resources not
    permitted by the roles associated with their authenticated session.
    (CVE-2012-3546)
    
    Multiple weaknesses were found in the Tomcat DIGEST authentication
    implementation, effectively reducing the security normally provided by
    DIGEST authentication. A remote attacker could use these flaws to
    perform replay attacks in some circumstances. (CVE-2012-5885,
    CVE-2012-5886, CVE-2012-5887)
    
    Users of Tomcat should upgrade to these updated packages, which
    correct these issues. Tomcat must be restarted for this update to take
    effect."
      );
      # https://lists.centos.org/pipermail/centos-announce/2013-March/019645.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?16aaaae1"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected tomcat5 packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2012-5885");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-admin-webapps");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-common-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-jasper");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-jasper-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-jsp-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-jsp-2.0-api-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-server-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-servlet-2.4-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-servlet-2.4-api-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:tomcat5-webapps");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:5");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/17");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/12");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/14");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"CentOS Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/CentOS/release");
    if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
    os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
    os_ver = os_ver[1];
    if (! preg(pattern:"^5([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 5.x", "CentOS " + os_ver);
    
    if (!get_kb_item("Host/CentOS/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$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-admin-webapps-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-common-lib-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-jasper-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-jasper-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-jsp-2.0-api-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-server-lib-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-servlet-2.4-api-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"tomcat5-webapps-5.5.23-0jpp.38.el5_9")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "tomcat5 / tomcat5-admin-webapps / tomcat5-common-lib / etc");
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-0623.NASL
    descriptionFrom Red Hat Security Advisory 2013:0623 : Updated tomcat6 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id68786
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68786
    titleOracle Linux 6 : tomcat6 (ELSA-2013-0623)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2013:0623 and 
    # Oracle Linux Security Advisory ELSA-2013-0623 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(68786);
      script_version("1.11");
      script_cvs_date("Date: 2019/09/30 10:58:18");
    
      script_cve_id("CVE-2012-3546", "CVE-2012-4534", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887");
      script_bugtraq_id(56403, 56812, 56813);
      script_xref(name:"RHSA", value:"2013:0623");
    
      script_name(english:"Oracle Linux 6 : tomcat6 (ELSA-2013-0623)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Oracle Linux host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "From Red Hat Security Advisory 2013:0623 :
    
    Updated tomcat6 packages that fix multiple security issues 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.
    
    Apache Tomcat is a servlet container.
    
    It was found that 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. A remote attacker with an
    authenticated session on an affected application could use this flaw
    to circumvent authorization controls, and thereby access resources not
    permitted by the roles associated with their authenticated session.
    (CVE-2012-3546)
    
    A flaw was found in the way Tomcat handled sendfile operations when
    using the HTTP NIO (Non-Blocking I/O) connector and HTTPS. A remote
    attacker could use this flaw to cause a denial of service (infinite
    loop). The HTTP blocking IO (BIO) connector, which is not vulnerable
    to this issue, is used by default in Red Hat Enterprise Linux 6.
    (CVE-2012-4534)
    
    Multiple weaknesses were found in the Tomcat DIGEST authentication
    implementation, effectively reducing the security normally provided by
    DIGEST authentication. A remote attacker could use these flaws to
    perform replay attacks in some circumstances. (CVE-2012-5885,
    CVE-2012-5886, CVE-2012-5887)
    
    Users of Tomcat should upgrade to these updated packages, which
    correct these issues. Tomcat must be restarted for this update to take
    effect."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2013-March/003351.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected tomcat6 packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:H/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:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-admin-webapps");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-docs-webapp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-el-2.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-jsp-2.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-servlet-2.5-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:tomcat6-webapps");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/17");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/11");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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:"Oracle Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/OracleLinux", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/OracleLinux")) audit(AUDIT_OS_NOT, "Oracle Linux");
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || !pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux)", string:release)) audit(AUDIT_OS_NOT, "Oracle Linux");
    os_ver = pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux) .*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Oracle Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 6", "Oracle Linux " + 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$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Oracle Linux", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL6", reference:"tomcat6-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-admin-webapps-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-docs-webapp-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-el-2.1-api-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-javadoc-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-jsp-2.1-api-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-lib-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-servlet-2.5-api-6.0.24-52.el6_4")) flag++;
    if (rpm_check(release:"EL6", reference:"tomcat6-webapps-6.0.24-52.el6_4")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "tomcat6 / tomcat6-admin-webapps / tomcat6-docs-webapp / etc");
    }
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20130312_TOMCAT5_ON_SL5_X.NASL
    descriptionIt was found that 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-18
    modified2013-03-13
    plugin id65244
    published2013-03-13
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65244
    titleScientific Linux Security Update : tomcat5 on SL5.x i386/x86_64 (20130312)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65244);
      script_version("1.6");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2012-3546", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887");
    
      script_name(english:"Scientific Linux Security Update : tomcat5 on SL5.x i386/x86_64 (20130312)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Scientific Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was found that 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. A remote attacker with an
    authenticated session on an affected application could use this flaw
    to circumvent authorization controls, and thereby access resources not
    permitted by the roles associated with their authenticated session.
    (CVE-2012-3546)
    
    Multiple weaknesses were found in the Tomcat DIGEST authentication
    implementation, effectively reducing the security normally provided by
    DIGEST authentication. A remote attacker could use these flaws to
    perform replay attacks in some circumstances. (CVE-2012-5885,
    CVE-2012-5886, CVE-2012-5887)
    
    Tomcat must be restarted for this update to take effect."
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1303&L=scientific-linux-errata&T=0&P=4258
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?6d5a9fae"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-admin-webapps");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-common-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-jasper");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-jasper-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-jsp-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-jsp-2.0-api-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-server-lib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-servlet-2.4-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-servlet-2.4-api-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:tomcat5-webapps");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/17");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/12");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/13");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Scientific Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      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) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    os_ver = pregmatch(pattern: "Scientific Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Scientific Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^5([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Scientific Linux 5.x", "Scientific Linux " + 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 (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL5", reference:"tomcat5-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-admin-webapps-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-common-lib-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-debuginfo-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-jasper-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-jasper-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-jsp-2.0-api-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-server-lib-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-servlet-2.4-api-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.38.el5_9")) flag++;
    if (rpm_check(release:"SL5", reference:"tomcat5-webapps-5.5.23-0jpp.38.el5_9")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "tomcat5 / tomcat5-admin-webapps / tomcat5-common-lib / etc");
    }
    
  • 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 familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2725.NASL
    descriptionTwo security issues have been found in the Tomcat servlet and JSP engine : - CVE-2012-3544 The input filter for chunked transfer encodings could trigger high resource consumption through malformed CRLF sequences, resulting in denial of service. - CVE-2013-2067 The FormAuthenticator module was vulnerable to session fixation.
    last seen2020-03-17
    modified2013-07-19
    plugin id68971
    published2013-07-19
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68971
    titleDebian DSA-2725-1 : tomcat6 - several vulnerabilities
  • NASL familySuSE Local Security Checks
    NASL idSUSE_TOMCAT5-8397.NASL
    descriptionThis update of tomcat5 fixed the following security issues : - tomcat: cnonce tracking weakness. (CVE-2012-5885) - tomcat: stale nonce weakness. (CVE-2012-5887) - tomcat: authentication caching weakness. (CVE-2012-5886) - tomcat: affected by slowloris DoS. (CVE-2012-5568) - tomcat: Bypass of security constraints. (CVE-2012-3546)
    last seen2020-06-05
    modified2013-02-04
    plugin id64431
    published2013-02-04
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/64431
    titleSuSE 10 Security Update : tomcat5 (ZYPP Patch Number 8397)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0147.NASL
    descriptionUpdated jbossas packages that fix one security issue are now available for JBoss Enterprise Application Platform 4.3.0 CP10 for Red Hat Enterprise Linux 4 and 5. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. JBoss Web is the web container, based on Apache Tomcat, in JBoss Enterprise Application Platform. It provides a single deployment platform for the JavaServer Pages (JSP) and Java Servlet technologies. It was found that 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 id64075
    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/64075
    titleRHEL 5 : jbossas (RHSA-2013:0147)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0640.NASL
    descriptionUpdated tomcat5 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id65238
    published2013-03-13
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65238
    titleRHEL 5 : tomcat5 (RHSA-2013:0640)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2012-20151.NASL
    description - Updated to 7.0.33 - Resolves: rhbz 873620 need chkconfig for update-alternatives - Resolves: rhbz 883676,883691,883704,873707 fix several security issues - Resolves: rhbz 883806 refix logdir ownership - Resolves: rhbz 820119 Remove bundled apache-commons-dbcp Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2012-12-20
    plugin id63309
    published2012-12-20
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63309
    titleFedora 16 : tomcat-7.0.33-1.fc16 (2012-20151)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_TOMCAT6-130107.NASL
    descriptionThis update of tomcat6 fixes the following security issues : - denial of service. (CVE-2012-4534) - tomcat: HTTP NIO connector OOM DoS via a request with large headers. (CVE-2012-2733) - tomcat: cnonce tracking weakness. (CVE-2012-5885) - tomcat: authentication caching weakness. (CVE-2012-5886) - tomcat: stale nonce weakness. (CVE-2012-5887) - tomcat: affected by slowloris DoS. (CVE-2012-5568) - tomcat: Bypass of security constraints. (CVE-2012-3546) - tomcat: bypass of CSRF prevention filter. (CVE-2012-4431)
    last seen2020-06-05
    modified2013-02-04
    plugin id64430
    published2013-02-04
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64430
    titleSuSE 11.2 Security Update : tomcat6 (SAT Patch Number 7208)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-883.NASL
    description - fix bnc#793394 - bypass of security constraints (CVE-2012-3546) - tomcat-CVE-2012-3546.patch http://svn.apache.org/viewvc?view=revision&revision=1377 892 - fix bnc#793391 - bypass of CSRF prevention filter (CVE-2012-4431) - tomcat-CVE-2012-4431.patch http://svn.apache.org/viewvc?view=revision&revision=1393 088 - document how to protect against slowloris DoS (CVE-2012-5568/bnc#791679) in README.SUSE - fixes bnc#791423 - cnonce tracking weakness (CVE-2012-5885) bnc#791424 - authentication caching weakness (CVE-2012-5886) bnc#791426 - stale nonce weakness (CVE-2012-5887) - tomcat-dont-parse-user-name-twice.patch http://svn.apache.org/viewvc?view=revision&revision=1366 723 - tomcat-CVE-2009-2693-CVE-2009-2901-CVE-2009-2902.patch http://svn.apache.org/viewvc?view=revision&revision=1377 807 - fix bnc#789406: HTTP NIO connector OOM DoS via a request with large headers (CVE-2012-2733) - http://svn.apache.org/viewvc?view=revision&revision=1350301 - fix bnc#779538 - Tomcat7 default current workdir isn
    last seen2020-06-05
    modified2014-06-13
    plugin id74853
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/74853
    titleopenSUSE Security Update : tomcat (openSUSE-SU-2012:1701-1)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20130311_TOMCAT6_ON_SL6_X.NASL
    descriptionIt was found that 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-18
    modified2013-03-13
    plugin id65243
    published2013-03-13
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65243
    titleScientific Linux Security Update : tomcat6 on SL6.x (noarch) (20130311)
  • 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 familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_F599DFC43EC211E28AE1001A8056D0B5.NASL
    descriptionThe Apache Software Foundation reports : When using FORM authentication it was possible to bypass the security constraint checks in the FORM authenticator by appending
    last seen2020-06-01
    modified2020-06-02
    plugin id63160
    published2012-12-06
    reporterThis script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63160
    titleFreeBSD : tomcat -- bypass of security constraints (f599dfc4-3ec2-11e2-8ae1-001a8056d0b5)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0005.NASL
    descriptionUpdated tomcat6 packages that fix one security issue are now available for JBoss Enterprise Web Server 2.0.0 for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Apache Tomcat is a servlet container. It was found that 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 id76233
    published2014-06-26
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/76233
    titleRHEL 5 / 6 : JBoss Web Server (RHSA-2013:0005)
  • 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 familySolaris Local Security Checks
    NASL idSOLARIS11_TOMCAT_20140401.NASL
    descriptionThe remote Solaris system is missing necessary patches to address security updates : - java/org/apache/coyote/http11/InternalNioInputBuffer.jav a in the HTTP NIO connector in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.28 does not properly restrict the request-header size, which allows remote attackers to cause a denial of service (memory consumption) via a large amount of header data. (CVE-2012-2733) - org/apache/catalina/realm/RealmBase.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.30, when FORM authentication is used, allows remote attackers to bypass security-constraint checks by leveraging a previous setUserPrincipal call and then placing /j_security_check at the end of a URI. (CVE-2012-3546) - org/apache/catalina/filters/CsrfPreventionFilter.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.32 allows remote attackers to bypass the cross-site request forgery (CSRF) protection mechanism via a request that lacks a session identifier. (CVE-2012-4431) - org/apache/tomcat/util/net/NioEndpoint.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.28, when the NIO connector is used in conjunction with sendfile and HTTPS, allows remote attackers to cause a denial of service (infinite loop) by terminating the connection during the reading of a response. (CVE-2012-4534) - The replay-countermeasure functionality in the HTTP Digest Access Authentication implementation in Apache Tomcat 5.5.x before 5.5.36, 6.x before 6.0.36, and 7.x before 7.0.30 tracks cnonce (aka client nonce) values instead of nonce (aka server nonce) and nc (aka nonce-count) values, which makes it easier for remote attackers to bypass intended access restrictions by sniffing the network for valid requests, a different vulnerability than CVE-2011-1184. (CVE-2012-5885) - The HTTP Digest Access Authentication implementation in Apache Tomcat 5.5.x before 5.5.36, 6.x before 6.0.36, and 7.x before 7.0.30 caches information about the authenticated user within the session state, which makes it easier for remote attackers to bypass authentication via vectors related to the session ID. (CVE-2012-5886) - The HTTP Digest Access Authentication implementation in Apache Tomcat 5.5.x before 5.5.36, 6.x before 6.0.36, and 7.x before 7.0.30 does not properly check for stale nonce values in conjunction with enforcement of proper credentials, which makes it easier for remote attackers to bypass intended access restrictions by sniffing the network for valid requests. (CVE-2012-5887)
    last seen2020-06-01
    modified2020-06-02
    plugin id80791
    published2015-01-19
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80791
    titleOracle Solaris Third-Party Patch Update : tomcat (multiple_vulnerabilities_in_apache_tomcat3)
  • 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 familyWeb Servers
    NASL idTOMCAT_6_0_36.NASL
    descriptionAccording to its self-reported version number, the instance of Apache Tomcat 6.0 listening on the remote host is prior to Tomcat 6.0.36. It is, therefore, affected by multiple vulnerabilities : - A flaw exists within the parseHeaders() function that allows for a crafted header to cause a remote denial of service. (CVE-2012-2733) - An error exists related to FORM authentication that allows a security bypass if
    last seen2020-03-18
    modified2012-11-21
    plugin id62987
    published2012-11-21
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/62987
    titleApache Tomcat 6.0.x < 6.0.36 Multiple Vulnerabilities
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-0640.NASL
    descriptionFrom Red Hat Security Advisory 2013:0640 : Updated tomcat5 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id68790
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68790
    titleOracle Linux 5 : tomcat5 (ELSA-2013-0640)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-884.NASL
    description - fix bnc#793394 - bypass of security constraints (CVE-2012-3546) - apache-tomcat-CVE-2012-3546.patch http://svn.apache.org/viewvc?view=revision&revision=1381 035 - fix bnc#793391 - bypass of CSRF prevention filter (CVE-2012-4431) - apache-tomcat-CVE-2012-4431.patch http://svn.apache.org/viewvc?view=revision&revision=1394 456 - document how to protect against slowloris DoS (CVE-2012-5568/bnc#791679) in README.SUSE - fixes bnc#791423 - cnonce tracking weakness (CVE-2012-5885) bnc#791424 - authentication caching weakness (CVE-2012-5886) bnc#791426 - stale nonce weakness (CVE-2012-5887) - apache-tomcat-CVE-2009-2693-CVE-2009-2901-CVE-2009-2902. patch http://svn.apache.org/viewvc?view=revision&revision=1380 829 - fix bnc#789406 - HTTP NIO connector OOM DoS via a request with large headers (CVE-2012-2733) - http://svn.apache.org/viewvc?view=revision&revision=1356208
    last seen2020-06-05
    modified2014-06-13
    plugin id74854
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/74854
    titleopenSUSE Security Update : tomcat6 (openSUSE-SU-2012:1700-1)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0158.NASL
    descriptionUpdated tomcat6 packages that fix one security issue are now available for JBoss Enterprise Web Server 1.0.2 for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Apache Tomcat is a servlet container. It was found that 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 id78944
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78944
    titleRHEL 5 / 6 : JBoss Web Server (RHSA-2013:0158)
  • NASL familyWeb Servers
    NASL idTOMCAT_7_0_30.NASL
    descriptionAccording to its self-reported version number, the instance of Apache Tomcat 7.0 listening on the remote host is prior to 7.0.30. It is, therefore, affected by the following vulnerabilities : - An error related to chunked transfer encoding and extensions allows limited denial of service attacks. (CVE-2012-3544) - An error exists related to FORM authentication that allows security bypass if
    last seen2020-03-18
    modified2012-11-21
    plugin id62988
    published2012-11-21
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/62988
    titleApache Tomcat 7.0.x < 7.0.30 Multiple Vulnerabilities
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-0623.NASL
    descriptionUpdated tomcat6 packages that fix multiple security issues 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. Apache Tomcat is a servlet container. It was found that 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 id65225
    published2013-03-13
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65225
    titleCentOS 6 : tomcat6 (CESA-2013:0623)
  • 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)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0641.NASL
    descriptionUpdated tomcat5 packages that fix one security issue are now available for JBoss Enterprise Web Server 1.0.2 for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Apache Tomcat is a servlet container. It was found that 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 id78953
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78953
    titleRHEL 5 / 6 : JBoss Web Server (RHSA-2013:0641)

Oval

accepted2015-04-20T04:01:07.424-04:00
classvulnerability
contributors
  • nameGanesh Manal
    organizationHewlett-Packard
  • nameSushant Kumar Singh
    organizationHewlett-Packard
  • namePrashant Kumar
    organizationHewlett-Packard
  • nameMike Cokus
    organizationThe MITRE Corporation
descriptionorg/apache/catalina/realm/RealmBase.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.30, when FORM authentication is used, allows remote attackers to bypass security-constraint checks by leveraging a previous setUserPrincipal call and then placing /j_security_check at the end of a URI.
familyunix
idoval:org.mitre.oval:def:19305
statusaccepted
submitted2013-11-22T11:43:28.000-05:00
titleHP-UX Running Apache, Remote Denial of Service (DoS), Execution of Arbitrary Code and other vulnerabilities
version50

Redhat

advisories
  • rhsa
    idRHSA-2013:0004
  • rhsa
    idRHSA-2013:0005
  • rhsa
    idRHSA-2013:0146
  • rhsa
    idRHSA-2013:0147
  • rhsa
    idRHSA-2013:0151
  • rhsa
    idRHSA-2013:0157
  • rhsa
    idRHSA-2013:0158
  • rhsa
    idRHSA-2013:0162
  • rhsa
    idRHSA-2013:0163
  • rhsa
    idRHSA-2013:0164
  • 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
  • rhsa
    idRHSA-2013:0221
  • rhsa
    idRHSA-2013:0235
  • rhsa
    idRHSA-2013:0623
  • rhsa
    idRHSA-2013:0640
  • rhsa
    idRHSA-2013:0641
  • rhsa
    idRHSA-2013:0642
rpms
  • tomcat6-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-admin-webapps-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-admin-webapps-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-docs-webapp-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-docs-webapp-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-el-1.0-api-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-el-1.0-api-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-javadoc-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-javadoc-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-jsp-2.1-api-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-jsp-2.1-api-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-lib-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-lib-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-log4j-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-log4j-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-servlet-2.5-api-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-servlet-2.5-api-0:6.0.35-6_patch_02.ep6.el5
  • tomcat6-webapps-0:6.0.35-25_patch_01.ep6.el6
  • tomcat6-webapps-0:6.0.35-6_patch_02.ep6.el5
  • jbossas-0:4.3.0-11.GA_CP10_patch_02.1.ep1.el4
  • jbossas-0:4.3.0-11.GA_CP10_patch_02.2.ep1.el5
  • jbossas-client-0:4.3.0-11.GA_CP10_patch_02.1.ep1.el4
  • jbossas-client-0:4.3.0-11.GA_CP10_patch_02.2.ep1.el5
  • tomcat6-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-admin-webapps-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-admin-webapps-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-docs-webapp-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-docs-webapp-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-el-1.0-api-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-el-1.0-api-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-javadoc-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-javadoc-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-jsp-2.1-api-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-jsp-2.1-api-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-lib-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-lib-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-log4j-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-log4j-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-servlet-2.5-api-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-servlet-2.5-api-0:6.0.32-31_patch_08.ep5.el6
  • tomcat6-webapps-0:6.0.32-28_patch_08.ep5.el5
  • tomcat6-webapps-0:6.0.32-31_patch_08.ep5.el6
  • jbossweb-0:7.0.17-3.Final_redhat_2.ep6.el5
  • jbossweb-0:7.0.17-3.Final_redhat_2.ep6.el6
  • jbossweb-lib-0:7.0.17-3.Final_redhat_2.ep6.el5
  • jbossweb-lib-0:7.0.17-3.Final_redhat_2.ep6.el6
  • 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
  • tomcat6-0:6.0.24-52.el6_4
  • tomcat6-admin-webapps-0:6.0.24-52.el6_4
  • tomcat6-docs-webapp-0:6.0.24-52.el6_4
  • tomcat6-el-2.1-api-0:6.0.24-52.el6_4
  • tomcat6-javadoc-0:6.0.24-52.el6_4
  • tomcat6-jsp-2.1-api-0:6.0.24-52.el6_4
  • tomcat6-lib-0:6.0.24-52.el6_4
  • tomcat6-servlet-2.5-api-0:6.0.24-52.el6_4
  • tomcat6-webapps-0:6.0.24-52.el6_4
  • tomcat5-0:5.5.23-0jpp.38.el5_9
  • tomcat5-admin-webapps-0:5.5.23-0jpp.38.el5_9
  • tomcat5-common-lib-0:5.5.23-0jpp.38.el5_9
  • tomcat5-debuginfo-0:5.5.23-0jpp.38.el5_9
  • tomcat5-jasper-0:5.5.23-0jpp.38.el5_9
  • tomcat5-jasper-javadoc-0:5.5.23-0jpp.38.el5_9
  • tomcat5-jsp-2.0-api-0:5.5.23-0jpp.38.el5_9
  • tomcat5-jsp-2.0-api-javadoc-0:5.5.23-0jpp.38.el5_9
  • tomcat5-server-lib-0:5.5.23-0jpp.38.el5_9
  • tomcat5-servlet-2.4-api-0:5.5.23-0jpp.38.el5_9
  • tomcat5-servlet-2.4-api-javadoc-0:5.5.23-0jpp.38.el5_9
  • tomcat5-webapps-0:5.5.23-0jpp.38.el5_9
  • tomcat5-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-admin-webapps-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-admin-webapps-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-common-lib-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-common-lib-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-jasper-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-jasper-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-jasper-eclipse-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-jasper-eclipse-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-jasper-javadoc-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-jasper-javadoc-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-jsp-2.0-api-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-jsp-2.0-api-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-jsp-2.0-api-javadoc-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-jsp-2.0-api-javadoc-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-parent-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-parent-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-server-lib-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-server-lib-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-servlet-2.4-api-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-servlet-2.4-api-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-servlet-2.4-api-javadoc-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-servlet-2.4-api-javadoc-0:5.5.33-34_patch_08.ep5.el6
  • tomcat5-webapps-0:5.5.33-31_patch_08.ep5.el5
  • tomcat5-webapps-0:5.5.33-34_patch_08.ep5.el6

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 56812 CVE(CAN) ID: CVE-2012-3546 Apache Tomcat是一个流行的开放源码的JSP应用服务器程序。 Tomcat v7.0.30、6.0.36之前版本在FORM身份验证的实现上存在安全漏洞。在使用FORM验证时,若其他组件(如Single-Sign-On)在调用FormAuthenticator#authenticate()之前调用了request.setUserPrincipal(),则攻击者可以通过在URL结尾添加&quot;/j_security_check&quot;以绕过FORM验证 0 Apache Group Tomcat 7.0.0 - 7.0.29 Apache Group Tomcat 6.0.0 - 6.0.35 厂商补丁: Apache Group ------------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载7.0.30和6.0.36或更高版本。 参考链接: http://tomcat.apache.org/security.html http://tomcat.apache.org/security-7.html http://tomcat.apache.org/security-6.html
idSSV:60498
last seen2017-11-19
modified2012-12-07
published2012-12-07
reporterRoot
titleApache Tomcat FORM身份验证安全绕过漏洞

The Hacker News

idTHN:109F3CE2A5819B3E1345F63EBB346D6C
last seen2017-01-08
modified2012-12-05
published2012-12-05
reporterMohit Kumar
sourcehttp://thehackernews.com/2012/12/apache-tomcat-multiple-critical.html
titleApache Tomcat Multiple Critical Vulnerabilities

References