Vulnerabilities > CVE-2008-1285 - Cross-site Scripting vulnerability in SUN JSF

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
sun
CWE-79
nessus

Summary

Cross-site scripting (XSS) vulnerability in Sun Java Server Faces (JSF) 1.2 before 1.2_08 allows remote attackers to inject arbitrary web script or HTML via unknown vectors.

Vulnerable Configurations

Part Description Count
Application
Sun
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Embedding Scripts in Non-Script Elements
    This attack is a form of Cross-Site Scripting (XSS) where malicious scripts are embedded in elements that are not expected to host scripts such as image tags (<img>), comments in XML documents (< !-CDATA->), etc. These tags may not be subject to the same input validation, output validation, and other content filtering and checking routines, so this can create an opportunity for an attacker to tunnel through the application's elements and launch a XSS attack through other elements. As with all remote attacks, it is important to differentiate the ability to launch an attack (such as probing an internal network for unpatched servers) and the ability of the remote attacker to collect and interpret the output of said attack.
  • Embedding Scripts within Scripts
    An attack of this type exploits a programs' vulnerabilities that are brought on by allowing remote hosts to execute scripts. The attacker leverages this capability to execute scripts to execute his/her own script by embedding it within other scripts that the target software is likely to execute. The attacker must have the ability to inject script into script that is likely to be executed. If this is done, then the attacker can potentially launch a variety of probes and attacks against the web server's local environment, in many cases the so-called DMZ, back end resources the web server can communicate with, and other hosts. With the proliferation of intermediaries, such as Web App Firewalls, network devices, and even printers having JVMs and Web servers, there are many locales where an attacker can inject malicious scripts. Since this attack pattern defines scripts within scripts, there are likely privileges to execute said attack on the host. Of course, these attacks are not solely limited to the server side, client side scripts like Ajax and client side JavaScript can contain malicious scripts as well. In general all that is required is for there to be sufficient privileges to execute a script, but not protected against writing.
  • Cross-Site Scripting in Error Pages
    An attacker distributes a link (or possibly some other query structure) with a request to a third party web server that is malformed and also contains a block of exploit code in order to have the exploit become live code in the resulting error page. When the third party web server receives the crafted request and notes the error it then creates an error message that echoes the malformed message, including the exploit. Doing this converts the exploit portion of the message into to valid language elements that are executed by the viewing browser. When a victim executes the query provided by the attacker the infected error message error message is returned including the exploit code which then runs in the victim's browser. XSS can result in execution of code as well as data leakage (e.g. session cookies can be sent to the attacker). This type of attack is especially dangerous since the exploit appears to come from the third party web server, who the victim may trust and hence be more vulnerable to deception.
  • Cross-Site Scripting Using Alternate Syntax
    The attacker uses alternate forms of keywords or commands that result in the same action as the primary form but which may not be caught by filters. For example, many keywords are processed in a case insensitive manner. If the site's web filtering algorithm does not convert all tags into a consistent case before the comparison with forbidden keywords it is possible to bypass filters (e.g., incomplete black lists) by using an alternate case structure. For example, the "script" tag using the alternate forms of "Script" or "ScRiPt" may bypass filters where "script" is the only form tested. Other variants using different syntax representations are also possible as well as using pollution meta-characters or entities that are eventually ignored by the rendering engine. The attack can result in the execution of otherwise prohibited functionality.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2008-0827.NASL
    descriptionUpdated JBoss Enterprise Application Platform (JBoss EAP) packages that resolve several security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. JBoss EAP is a middleware platform for Java 2 Platform, Enterprise Edition (J2EE) applications. JBoss Seam is a framework for building Java Internet applications by integrating the use of Asynchronous JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management (BPM) technologies. This release of JBoss EAP for Red Hat Enterprise Linux 5 contains the JBoss Application Server and JBoss Seam. This release serves as a replacement for JBoss EAP 4.2.0.GA, and fixes the following security issues : These updated JBoss Enterprise Application Platform (JBoss EAP) packages resolve the following security issues : The JavaServer Faces (JSF) component was vulnerable to multiple cross-site scripting (XSS) vulnerabilities. An attacker could use these flaws to inject arbitrary web script or HTML. (CVE-2008-1285) Unauthenticated users were able to access the status servlet, which could allow remote attackers to acquire details about deployed web contexts. (CVE-2008-3273) These updated packages include bug fixes and enhancements in addition to the security fixes listed here. For the full list, refer to the JBoss EAP 4.2.0.CP03 release notes, linked to in the
    last seen2020-06-01
    modified2020-06-02
    plugin id63862
    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/63862
    titleRHEL 5 : JBoss EAP (RHSA-2008:0827)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0827. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63862);
      script_version("1.17");
      script_cvs_date("Date: 2019/10/25 13:36:13");
    
      script_cve_id("CVE-2008-1285", "CVE-2008-3273");
      script_bugtraq_id(30540);
      script_xref(name:"RHSA", value:"2008:0827");
    
      script_name(english:"RHEL 5 : JBoss EAP (RHSA-2008:0827)");
      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 (JBoss EAP) packages
    that resolve several security issues are now available for Red Hat
    Enterprise Linux 5.
    
    This update has been rated as having moderate security impact by the
    Red Hat Security Response Team.
    
    JBoss EAP is a middleware platform for Java 2 Platform, Enterprise
    Edition (J2EE) applications. JBoss Seam is a framework for building
    Java Internet applications by integrating the use of Asynchronous
    JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence
    (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management
    (BPM) technologies.
    
    This release of JBoss EAP for Red Hat Enterprise Linux 5 contains the
    JBoss Application Server and JBoss Seam. This release serves as a
    replacement for JBoss EAP 4.2.0.GA, and fixes the following security
    issues :
    
    These updated JBoss Enterprise Application Platform (JBoss EAP)
    packages resolve the following security issues :
    
    The JavaServer Faces (JSF) component was vulnerable to multiple
    cross-site scripting (XSS) vulnerabilities. An attacker could use
    these flaws to inject arbitrary web script or HTML. (CVE-2008-1285)
    
    Unauthenticated users were able to access the status servlet, which
    could allow remote attackers to acquire details about deployed web
    contexts. (CVE-2008-3273)
    
    These updated packages include bug fixes and enhancements in addition
    to the security fixes listed here. For the full list, refer to the
    JBoss EAP 4.2.0.CP03 release notes, linked to in the 'References'
    section of this advisory.
    
    Warning: before applying this update, please back up the JBoss EAP
    'server/<configuration>/deploy/' directory, as well as any customized
    configuration files.
    
    Users of JBoss Enterprise Application Platform (JBoss EAP) should
    upgrade to these updated packages, which contain backported patches to
    correct these issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-1285"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-3273"
      );
      # http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?13c46bfa"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2008:0827"
      );
      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:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_cwe_id(79, 264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:asm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cglib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jaf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-javamail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jsf");
      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:jboss-cache");
      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-seam");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-docs");
      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:jbossts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-jboss42");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcommon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jfreechart");
      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: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:"cpe:/o:redhat:enterprise_linux:5");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/03/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/08/05");
      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([^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-2008:0827";
      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_exists(release:"RHEL5", rpm:"jbossas-4"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL5", reference:"asm-1.5.3-1jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cglib-2.1.3-2jpp.ep1.6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jaf-1.1.0-0jpp.ep1.11.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-javamail-1.4.0-0jpp.ep1.9.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jsf-1.2_08-0jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-3.2.1-1.patch02.1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-javadoc-3.2.1-1.patch02.1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-3.2.1-1jpp.ep1.7.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-javadoc-3.2.1-1jpp.ep1.7.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-javadoc-3.2.4-1.SP1_CP03.0jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cache-1.4.1-4.SP9.1jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remoting-2.2.2-3.SP7.0jpp.ep1.3.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam-1.2.1-1.ep1.6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam-docs-1.2.1-1.ep1.6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-4.2.0-4.GA_CP03.ep1.8.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossts-4.2.3-1.SP5_CP01.1jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-jboss42-1.2.1-0jpp.ep1.4.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jcommon-1.0.12-1jpp.ep1.3.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jfreechart-1.0.9-1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jgroups-2.4.2-1.GA_CP01.0jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rh-eap-docs-4.2.0-3.GA_CP03.ep1.5.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rh-eap-docs-examples-4.2.0-3.GA_CP03.ep1.5.el5")) 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, "asm / cglib / glassfish-jaf / glassfish-javamail / glassfish-jsf / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2008-0826.NASL
    descriptionUpdated JBoss Enterprise Application Platform (JBoss EAP) packages that fix various security issues are now available for Red Hat Enterprise Linux 4. This update has been rated as having moderate security impact by the Red Hat Security Response Team. JBoss EAP is a middleware platform for Java 2 Platform, Enterprise Edition (J2EE) applications. This release of JBoss EAP for Red Hat Enterprise Linux 4 contains the JBoss Application Server and JBoss Seam. This release serves as a replacement for JBoss EAP 4.3.0.GA, and fixes the following security issues : The JavaServer Faces (JSF) component was vulnerable to multiple cross-site scripting (XSS) vulnerabilities. An attacker could use these flaws to inject arbitrary web script or HTML. (CVE-2008-1285) Unauthenticated users were able to access the status servlet, which could allow remote attackers to acquire details about deployed web contexts. (CVE-2008-3273) These updated packages include bug fixes and enhancements which are not listed here. For a full list, refer to the JBoss EAP 4.3.0.CP01 release notes, linked to in the
    last seen2020-06-01
    modified2020-06-02
    plugin id63861
    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/63861
    titleRHEL 4 : JBoss EAP (RHSA-2008:0826)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0826. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63861);
      script_version("1.17");
      script_cvs_date("Date: 2019/10/25 13:36:13");
    
      script_cve_id("CVE-2008-1285", "CVE-2008-3273");
      script_bugtraq_id(30540);
      script_xref(name:"RHSA", value:"2008:0826");
    
      script_name(english:"RHEL 4 : JBoss EAP (RHSA-2008:0826)");
      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 (JBoss EAP) packages
    that fix various security issues are now available for Red Hat
    Enterprise Linux 4.
    
    This update has been rated as having moderate security impact by the
    Red Hat Security Response Team.
    
    JBoss EAP is a middleware platform for Java 2 Platform, Enterprise
    Edition (J2EE) applications.
    
    This release of JBoss EAP for Red Hat Enterprise Linux 4 contains the
    JBoss Application Server and JBoss Seam. This release serves as a
    replacement for JBoss EAP 4.3.0.GA, and fixes the following security
    issues :
    
    The JavaServer Faces (JSF) component was vulnerable to multiple
    cross-site scripting (XSS) vulnerabilities. An attacker could use
    these flaws to inject arbitrary web script or HTML. (CVE-2008-1285)
    
    Unauthenticated users were able to access the status servlet, which
    could allow remote attackers to acquire details about deployed web
    contexts. (CVE-2008-3273)
    
    These updated packages include bug fixes and enhancements which are
    not listed here. For a full list, refer to the JBoss EAP 4.3.0.CP01
    release notes, linked to in the 'References' section of this advisory.
    
    Warning: before applying this update, please back up the JBoss EAP
    'server/[configuration]/deploy/' directory, and any customized
    configuration files.
    
    Please note: some of the packages contained in this errata were
    available via the Red Hat Network prior to the release of this
    advisory.
    
    All users of JBoss EAP on Red Hat Enterprise Linux 4 are advised to
    upgrade to these updated packages, which resolve these issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-1285"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-3273"
      );
      # http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?13c46bfa"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2008:0826"
      );
      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:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_cwe_id(79, 264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:asm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cglib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:concurrent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jaf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-javamail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jsf");
      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:jboss-aop");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cache");
      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-remoting");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-docs");
      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:jbossts");
      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-native42");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossxb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcommon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jfreechart");
      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:rh-eap-docs");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:4");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/03/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/08/05");
      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:"^4([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 4.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-2008:0826";
      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_exists(release:"RHEL4", rpm:"jbossas-4"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL4", reference:"asm-1.5.3-1jpp.ep1.2.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"cglib-2.1.3-2jpp.ep1.6.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"concurrent-1.3.4-7jpp.ep1.6.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-jaf-1.1.0-0jpp.ep1.11.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-javamail-1.4.0-0jpp.ep1.9.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-jsf-1.2_08-0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-annotations-3.2.1-1.patch02.1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-annotations-javadoc-3.2.1-1.patch02.1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-entitymanager-3.2.1-1jpp.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-entitymanager-javadoc-3.2.1-1jpp.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-javadoc-3.2.4-1.SP1_CP03.0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-aop-1.5.5-1.CP01.0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-cache-1.4.1-4.SP9.1jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-messaging-1.4.0-1.SP3_CP02.0jpp.ep1.6.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-remoting-2.2.2-3.SP7.0jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-seam-1.2.1-3.JBPAPP_4_3_0_GA.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-seam-docs-1.2.1-3.JBPAPP_4_3_0_GA.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossas-4.3.0-2.GA_CP01.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossts-4.2.3-1.SP5_CP01.1jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossws-2.0.1-2.SP2_CP01.0jpp.ep1.2.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossws-native42-2.0.1-2.SP2_CP01.0jpp.ep1.2.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossxb-1.0.0-2.SP1.0jpp.ep1.2.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jcommon-1.0.12-1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jfreechart-1.0.9-1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jgroups-2.4.2-1.GA_CP01.0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"rh-eap-docs-4.3.0-2.GA_CP01.ep1.4.el4")) 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, "asm / cglib / concurrent / glassfish-jaf / glassfish-javamail / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2008-0828.NASL
    descriptionUpdated JBoss Enterprise Application Platform (JBoss EAP) packages that fix various security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. JBoss EAP is a middleware platform for Java 2 Platform, Enterprise Edition (J2EE) applications. This release of JBoss EAP for Red Hat Enterprise Linux 5 contains the JBoss Application Server and JBoss Seam. This release serves as a replacement to JBoss EAP 4.3.0.GA, and fixes the following security issues : The JavaServer Faces (JSF) component was vulnerable to multiple cross-site scripting (XSS) vulnerabilities. An attacker could use these flaws to inject arbitrary web script or HTML. (CVE-2008-1285) Unauthenticated users were able to access the status servlet, which could allow remote attackers to acquire details about deployed web contexts. (CVE-2008-3273) These updated packages include bug fixes and enhancements which are not listed here. For a full list, refer to the JBoss EAP 4.3.0.CP01 release notes, linked to in the
    last seen2020-06-01
    modified2020-06-02
    plugin id63863
    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/63863
    titleRHEL 5 : JBoss EAP (RHSA-2008:0828)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0828. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63863);
      script_version("1.17");
      script_cvs_date("Date: 2019/10/25 13:36:13");
    
      script_cve_id("CVE-2008-1285", "CVE-2008-3273");
      script_bugtraq_id(30540);
      script_xref(name:"RHSA", value:"2008:0828");
    
      script_name(english:"RHEL 5 : JBoss EAP (RHSA-2008:0828)");
      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 (JBoss EAP) packages
    that fix various security issues are now available for Red Hat
    Enterprise Linux 5.
    
    This update has been rated as having moderate security impact by the
    Red Hat Security Response Team.
    
    JBoss EAP is a middleware platform for Java 2 Platform, Enterprise
    Edition (J2EE) applications.
    
    This release of JBoss EAP for Red Hat Enterprise Linux 5 contains the
    JBoss Application Server and JBoss Seam. This release serves as a
    replacement to JBoss EAP 4.3.0.GA, and fixes the following security
    issues :
    
    The JavaServer Faces (JSF) component was vulnerable to multiple
    cross-site scripting (XSS) vulnerabilities. An attacker could use
    these flaws to inject arbitrary web script or HTML. (CVE-2008-1285)
    
    Unauthenticated users were able to access the status servlet, which
    could allow remote attackers to acquire details about deployed web
    contexts. (CVE-2008-3273)
    
    These updated packages include bug fixes and enhancements which are
    not listed here. For a full list, refer to the JBoss EAP 4.3.0.CP01
    release notes, linked to in the 'References' section of this advisory.
    
    Warning: before applying this update, please back up the JBoss EAP
    'server/[configuration]/deploy/' directory, and any customized
    configuration files.
    
    All users of JBoss EAP on Red Hat Enterprise Linux 5 are advised to
    upgrade to these updated packages, which resolve these issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-1285"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-3273"
      );
      # http://redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp01/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?9bdf7206"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2008:0828"
      );
      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:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_cwe_id(79, 264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:asm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cglib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:concurrent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jaf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-javamail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jsf");
      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:jboss-aop");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-cache");
      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-remoting");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-docs");
      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:jbossts");
      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-native42");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossxb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcommon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jfreechart");
      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:rh-eap-docs");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/03/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/08/05");
      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([^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-2008:0828";
      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_exists(release:"RHEL5", rpm:"jbossas-4"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL5", reference:"asm-1.5.3-1jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cglib-2.1.3-2jpp.ep1.6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"concurrent-1.3.4-8jpp.ep1.6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jaf-1.1.0-0jpp.ep1.11.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-javamail-1.4.0-0jpp.ep1.9.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jsf-1.2_08-0jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-3.2.1-1.patch02.1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-annotations-javadoc-3.2.1-1.patch02.1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-3.2.1-1jpp.ep1.7.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-entitymanager-javadoc-3.2.1-1jpp.ep1.7.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-javadoc-3.2.4-1.SP1_CP03.0jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-aop-1.5.5-1.CP01.0jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-cache-1.4.1-4.SP9.1jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-messaging-1.4.0-1.SP3_CP02.0jpp.ep1.6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remoting-2.2.2-3.SP7.0jpp.ep1.3.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam-1.2.1-3.JBPAPP_4_3_0_GA.ep1.5.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam-docs-1.2.1-3.JBPAPP_4_3_0_GA.ep1.5.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-4.3.0-2.GA_CP01.ep1.6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossts-4.2.3-1.SP5_CP01.1jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-2.0.1-2.SP2_CP01.0jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-native42-2.0.1-2.SP2_CP01.0jpp.ep1.2.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossxb-1.0.0-2.SP1.0jpp.ep1.2.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jcommon-1.0.12-1jpp.ep1.3.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jfreechart-1.0.9-1jpp.ep1.3.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jgroups-2.4.2-1.GA_CP01.0jpp.ep1.1.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rh-eap-docs-4.3.0-2.GA_CP01.ep1.4.el5")) 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, "asm / cglib / concurrent / glassfish-jaf / glassfish-javamail / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2008-0825.NASL
    descriptionUpdated JBoss Enterprise Application Platform (JBoss EAP) packages that resolve several security issues are now available for Red Hat Enterprise Linux 4. This update has been rated as having moderate security impact by the Red Hat Security Response Team. JBoss EAP is a middleware platform for Java 2 Platform, Enterprise Edition (J2EE) applications. JBoss Seam is a framework for building Java Internet applications by integrating the use of Asynchronous JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management (BPM) technologies. This release of JBoss EAP for Red Hat Enterprise Linux 4 contains the JBoss Application Server and JBoss Seam. This release serves as a replacement for JBoss EAP 4.2.0.GA, and fixes the following security issues : These updated JBoss Enterprise Application Platform (JBoss EAP) packages resolve the following security issues : The JavaServer Faces (JSF) component was vulnerable to multiple cross-site scripting (XSS) vulnerabilities. An attacker could use these flaws to inject arbitrary web script or HTML. (CVE-2008-1285) Unauthenticated users were able to access the status servlet, which could allow remote attackers to acquire details about deployed web contexts. (CVE-2008-3273) These updated packages include bug fixes and enhancements in addition to the security fixes listed here. For the full list, refer to the JBoss EAP 4.2.0.CP03 release notes, linked to in the
    last seen2020-06-01
    modified2020-06-02
    plugin id63860
    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/63860
    titleRHEL 4 : JBoss EAP (RHSA-2008:0825)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0825. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63860);
      script_version("1.17");
      script_cvs_date("Date: 2019/10/25 13:36:13");
    
      script_cve_id("CVE-2008-1285", "CVE-2008-3273");
      script_bugtraq_id(30540);
      script_xref(name:"RHSA", value:"2008:0825");
    
      script_name(english:"RHEL 4 : JBoss EAP (RHSA-2008:0825)");
      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 (JBoss EAP) packages
    that resolve several security issues are now available for Red Hat
    Enterprise Linux 4.
    
    This update has been rated as having moderate security impact by the
    Red Hat Security Response Team.
    
    JBoss EAP is a middleware platform for Java 2 Platform, Enterprise
    Edition (J2EE) applications. JBoss Seam is a framework for building
    Java Internet applications by integrating the use of Asynchronous
    JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence
    (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management
    (BPM) technologies.
    
    This release of JBoss EAP for Red Hat Enterprise Linux 4 contains the
    JBoss Application Server and JBoss Seam. This release serves as a
    replacement for JBoss EAP 4.2.0.GA, and fixes the following security
    issues :
    
    These updated JBoss Enterprise Application Platform (JBoss EAP)
    packages resolve the following security issues :
    
    The JavaServer Faces (JSF) component was vulnerable to multiple
    cross-site scripting (XSS) vulnerabilities. An attacker could use
    these flaws to inject arbitrary web script or HTML. (CVE-2008-1285)
    
    Unauthenticated users were able to access the status servlet, which
    could allow remote attackers to acquire details about deployed web
    contexts. (CVE-2008-3273)
    
    These updated packages include bug fixes and enhancements in addition
    to the security fixes listed here. For the full list, refer to the
    JBoss EAP 4.2.0.CP03 release notes, linked to in the 'References'
    section of this advisory.
    
    Warning: before applying this update, please back up the JBoss EAP
    'server/<configuration>/deploy/' directory, as well as any customized
    configuration files.
    
    Please note: some of the packages contained in this errata were
    available via the Red Hat Network prior to the release of this
    advisory.
    
    Users of JBoss Enterprise Application Platform (JBoss EAP) should
    upgrade to these updated packages, which contain backported patches to
    correct these issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-1285"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-3273"
      );
      # http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?13c46bfa"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2008:0825"
      );
      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:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_cwe_id(79, 264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:asm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cglib");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jaf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-javamail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:glassfish-jsf");
      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:jboss-cache");
      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-seam");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-docs");
      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:jbossts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-jboss42");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcommon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jfreechart");
      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: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:"cpe:/o:redhat:enterprise_linux:4");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/03/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/08/05");
      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:"^4([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 4.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-2008:0825";
      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_exists(release:"RHEL4", rpm:"jbossas-4"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL4", reference:"asm-1.5.3-1jpp.ep1.2.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"cglib-2.1.3-2jpp.ep1.6.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-jaf-1.1.0-0jpp.ep1.11.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-javamail-1.4.0-0jpp.ep1.9.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"glassfish-jsf-1.2_08-0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-annotations-3.2.1-1.patch02.1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-annotations-javadoc-3.2.1-1.patch02.1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-entitymanager-3.2.1-1jpp.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-entitymanager-javadoc-3.2.1-1jpp.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"hibernate3-javadoc-3.2.4-1.SP1_CP03.0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-cache-1.4.1-4.SP9.1jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-remoting-2.2.2-3.SP7.0jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-seam-1.2.1-1.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jboss-seam-docs-1.2.1-1.ep1.7.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossas-4.2.0-3.GA_CP03.ep1.9.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossts-4.2.3-1.SP5_CP01.1jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jbossws-jboss42-1.2.1-0jpp.ep1.4.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jcommon-1.0.12-1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jfreechart-1.0.9-1jpp.ep1.3.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"jgroups-2.4.2-1.GA_CP01.0jpp.ep1.1.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"rh-eap-docs-4.2.0-3.GA_CP03.ep1.5.el4")) flag++;
      if (rpm_check(release:"RHEL4", reference:"rh-eap-docs-examples-4.2.0-3.GA_CP03.ep1.5.el4")) 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, "asm / cglib / glassfish-jaf / glassfish-javamail / glassfish-jsf / etc");
      }
    }
    

Redhat

advisories
  • rhsa
    idRHSA-2008:0825
  • rhsa
    idRHSA-2008:0826
  • rhsa
    idRHSA-2008:0827
  • rhsa
    idRHSA-2008:0828
rpms
  • asm-0:1.5.3-1jpp.ep1.2.el4
  • cglib-0:2.1.3-2jpp.ep1.6.el4
  • glassfish-jaf-0:1.1.0-0jpp.ep1.11.el4
  • glassfish-javamail-0:1.4.0-0jpp.ep1.9.el4
  • glassfish-jsf-0:1.2_08-0jpp.ep1.1.el4
  • hibernate3-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el4
  • hibernate3-annotations-0:3.2.1-1.patch02.1jpp.ep1.3.el4
  • hibernate3-annotations-javadoc-0:3.2.1-1.patch02.1jpp.ep1.3.el4
  • hibernate3-entitymanager-0:3.2.1-1jpp.ep1.7.el4
  • hibernate3-entitymanager-javadoc-0:3.2.1-1jpp.ep1.7.el4
  • hibernate3-javadoc-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el4
  • jboss-cache-0:1.4.1-4.SP9.1jpp.ep1.1.el4
  • jboss-remoting-0:2.2.2-3.SP7.0jpp.ep1.3.el4
  • jboss-seam-0:1.2.1-1.ep1.7.el4
  • jboss-seam-docs-0:1.2.1-1.ep1.7.el4
  • jbossas-0:4.2.0-3.GA_CP03.ep1.9.el4
  • jbossts-1:4.2.3-1.SP5_CP01.1jpp.ep1.1.el4
  • jbossws-jboss42-0:1.2.1-0jpp.ep1.4.el4
  • jcommon-0:1.0.12-1jpp.ep1.3.el4
  • jfreechart-0:1.0.9-1jpp.ep1.3.el4
  • jgroups-1:2.4.2-1.GA_CP01.0jpp.ep1.1.el4
  • rh-eap-docs-0:4.2.0-3.GA_CP03.ep1.5.el4
  • rh-eap-docs-examples-0:4.2.0-3.GA_CP03.ep1.5.el4
  • asm-0:1.5.3-1jpp.ep1.2.el4
  • cglib-0:2.1.3-2jpp.ep1.6.el4
  • concurrent-0:1.3.4-7jpp.ep1.6.el4
  • glassfish-jaf-0:1.1.0-0jpp.ep1.11.el4
  • glassfish-javamail-0:1.4.0-0jpp.ep1.9.el4
  • glassfish-jsf-0:1.2_08-0jpp.ep1.1.el4
  • hibernate3-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el4
  • hibernate3-annotations-0:3.2.1-1.patch02.1jpp.ep1.3.el4
  • hibernate3-annotations-javadoc-0:3.2.1-1.patch02.1jpp.ep1.3.el4
  • hibernate3-entitymanager-0:3.2.1-1jpp.ep1.7.el4
  • hibernate3-entitymanager-javadoc-0:3.2.1-1jpp.ep1.7.el4
  • hibernate3-javadoc-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el4
  • jboss-aop-0:1.5.5-1.CP01.0jpp.ep1.1.el4
  • jboss-cache-0:1.4.1-4.SP9.1jpp.ep1.1.el4
  • jboss-messaging-0:1.4.0-1.SP3_CP02.0jpp.ep1.6.el4
  • jboss-remoting-0:2.2.2-3.SP7.0jpp.ep1.3.el4
  • jboss-seam-0:1.2.1-3.JBPAPP_4_3_0_GA.ep1.7.el4
  • jboss-seam-docs-0:1.2.1-3.JBPAPP_4_3_0_GA.ep1.7.el4
  • jbossas-0:4.3.0-2.GA_CP01.ep1.7.el4
  • jbossts-1:4.2.3-1.SP5_CP01.1jpp.ep1.1.el4
  • jbossws-0:2.0.1-2.SP2_CP01.0jpp.ep1.2.el4
  • jbossxb-0:1.0.0-2.SP1.0jpp.ep1.2.el4
  • jcommon-0:1.0.12-1jpp.ep1.3.el4
  • jfreechart-0:1.0.9-1jpp.ep1.3.el4
  • jgroups-1:2.4.2-1.GA_CP01.0jpp.ep1.1.el4
  • rh-eap-docs-0:4.3.0-2.GA_CP01.ep1.4.el4
  • rh-eap-docs-examples-0:4.3.0-2.GA_CP01.ep1.4.el4
  • asm-0:1.5.3-1jpp.ep1.2.el5
  • cglib-0:2.1.3-2jpp.ep1.6.el5
  • glassfish-jaf-0:1.1.0-0jpp.ep1.11.el5.1
  • glassfish-javamail-0:1.4.0-0jpp.ep1.9.el5
  • glassfish-jsf-0:1.2_08-0jpp.ep1.2.el5
  • hibernate3-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el5
  • hibernate3-annotations-0:3.2.1-1.patch02.1jpp.ep1.3.el5.1
  • hibernate3-annotations-javadoc-0:3.2.1-1.patch02.1jpp.ep1.3.el5.1
  • hibernate3-entitymanager-0:3.2.1-1jpp.ep1.7.el5
  • hibernate3-entitymanager-javadoc-0:3.2.1-1jpp.ep1.7.el5
  • hibernate3-javadoc-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el5
  • jboss-cache-0:1.4.1-4.SP9.1jpp.ep1.1.el5
  • jboss-remoting-0:2.2.2-3.SP7.0jpp.ep1.3.el5
  • jboss-seam-0:1.2.1-1.ep1.6.el5
  • jboss-seam-docs-0:1.2.1-1.ep1.6.el5
  • jbossas-0:4.2.0-4.GA_CP03.ep1.8.el5.1
  • jbossts-1:4.2.3-1.SP5_CP01.1jpp.ep1.1.el5
  • jbossws-jboss42-0:1.2.1-0jpp.ep1.4.el5.1
  • jcommon-0:1.0.12-1jpp.ep1.3.el5
  • jfreechart-0:1.0.9-1jpp.ep1.3.el5.1
  • jgroups-1:2.4.2-1.GA_CP01.0jpp.ep1.1.el5
  • rh-eap-docs-0:4.2.0-3.GA_CP03.ep1.5.el5
  • rh-eap-docs-examples-0:4.2.0-3.GA_CP03.ep1.5.el5
  • asm-0:1.5.3-1jpp.ep1.2.el5
  • cglib-0:2.1.3-2jpp.ep1.6.el5
  • concurrent-0:1.3.4-8jpp.ep1.6.el5.1
  • glassfish-jaf-0:1.1.0-0jpp.ep1.11.el5.1
  • glassfish-javamail-0:1.4.0-0jpp.ep1.9.el5
  • glassfish-jsf-0:1.2_08-0jpp.ep1.2.el5
  • hibernate3-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el5
  • hibernate3-annotations-0:3.2.1-1.patch02.1jpp.ep1.3.el5.1
  • hibernate3-annotations-javadoc-0:3.2.1-1.patch02.1jpp.ep1.3.el5.1
  • hibernate3-entitymanager-0:3.2.1-1jpp.ep1.7.el5
  • hibernate3-entitymanager-javadoc-0:3.2.1-1jpp.ep1.7.el5
  • hibernate3-javadoc-1:3.2.4-1.SP1_CP03.0jpp.ep1.1.el5
  • jboss-aop-0:1.5.5-1.CP01.0jpp.ep1.1.el5
  • jboss-cache-0:1.4.1-4.SP9.1jpp.ep1.1.el5
  • jboss-messaging-0:1.4.0-1.SP3_CP02.0jpp.ep1.6.el5
  • jboss-remoting-0:2.2.2-3.SP7.0jpp.ep1.3.el5
  • jboss-seam-0:1.2.1-3.JBPAPP_4_3_0_GA.ep1.5.el5.1
  • jboss-seam-docs-0:1.2.1-3.JBPAPP_4_3_0_GA.ep1.5.el5.1
  • jbossas-0:4.3.0-2.GA_CP01.ep1.6.el5.1
  • jbossts-1:4.2.3-1.SP5_CP01.1jpp.ep1.1.el5
  • jbossws-0:2.0.1-2.SP2_CP01.0jpp.ep1.2.el5
  • jbossxb-0:1.0.0-2.SP1.0jpp.ep1.2.el5.1
  • jcommon-0:1.0.12-1jpp.ep1.3.el5
  • jfreechart-0:1.0.9-1jpp.ep1.3.el5.1
  • jgroups-1:2.4.2-1.GA_CP01.0jpp.ep1.1.el5
  • rh-eap-docs-0:4.3.0-2.GA_CP01.ep1.4.el5

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 30540 CVE ID:CVE-2008-3273 CVE-2008-1285 CNCVE ID:CNCVE-20083273 CNCVE-20081285 JBoss Enterprise Application Platform是一款企业级应用平台。 JBoss Enterprise Application Platform存在信息泄漏问题,远程攻击者可以利用漏洞获得配置的WEB上下文,或进行跨站脚本攻击。 -JavaServer Faces (JSF)组件存在多个跨站脚本攻击,可导致注入任意WEB脚本或HTML。 -未验证用户可以访问状态servlet,允许攻击者获得配置的WEB上下文。 RedHat JBoss Enterprise Application Platform 4.3 EL5 RedHat JBoss Enterprise Application Platform 4.3 EL4 RedHat JBoss Enterprise Application Platform 4.3 RedHat JBoss Enterprise Application Platform 4.2 EL5 RedHat JBoss Enterprise Application Platform 4.2 EL4 RedHat JBoss Enterprise Application Platform 4.2 升级到最新版本的程序: <a href=http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.2.0.cp03/html-single/readme/index.html target=_blank>http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.2.0.cp03/html-single/readme/index.html</a> <a href=http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp01/html-single/readme/index.html target=_blank>http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp01/html-single/readme/index.html</a>
idSSV:3796
last seen2017-11-19
modified2008-08-06
published2008-08-06
reporterRoot
titleJBoss Enterprise Application Platform信息泄漏漏洞

References