Vulnerabilities > CVE-2008-0455 - Cross-site Scripting vulnerability in multiple products

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
apache
redhat
CWE-79
nessus
exploit available

Summary

Cross-site scripting (XSS) vulnerability in the mod_negotiation module in the Apache HTTP Server 2.2.6 and earlier in the 2.2.x series, 2.0.61 and earlier in the 2.0.x series, and 1.3.39 and earlier in the 1.3.x series allows remote authenticated users to inject arbitrary web script or HTML by uploading a file with a name containing XSS sequences and a file extension, which leads to injection within a (1) "406 Not Acceptable" or (2) "300 Multiple Choices" HTTP response when the extension is omitted in a request for the file.

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.

Exploit-Db

descriptionApache 2.2.6 'mod_negotiation' HTML Injection and HTTP Response Splitting Vulnerability. CVE-2008-0455. Remote exploit for linux platform
idEDB-ID:31052
last seen2016-02-03
modified2008-01-22
published2008-01-22
reporterStefano Di Paola
sourcehttps://www.exploit-db.com/download/31052/
titleApache <= 2.2.6 - 'mod_negotiation' HTML Injection and HTTP Response Splitting Vulnerability

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1591.NASL
    descriptionUpdated JBoss Enterprise Application Platform 6.0.1 packages that fix multiple security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release serves as a replacement for JBoss Enterprise Application Platform 6.0.0, and includes bug fixes and enhancements. Refer to the 6.0.1 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/knowledge/docs/ This update removes unused signed JARs; unused SHA1 checksums from JAR MANIFEST.MF files to reduce the Server memory footprint; adds MANIFEST.MF to JAR files where it was previously missing; and removes redundant Javadoc files from the main packages. (BZ#853551) Security fixes : 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. (CVE-2012-2379) When using role-based authorization to configure EJB access, JACC permissions should be used to determine access; however, due to a flaw the configured authorization modules (JACC, XACML, etc.) were not called, and the JACC permissions were not used to determine access to an EJB. (CVE-2012-4550) A flaw in the way Apache CXF enforced child policies of WS-SecurityPolicy 1.1 on the client side could, in certain cases, lead to a client failing to sign or encrypt certain elements as directed by the security policy, leading to information disclosure and insecure information transmission. (CVE-2012-2378) A flaw was found in the way IronJacamar authenticated credentials and returned a valid datasource connection when configured to
    last seen2020-06-01
    modified2020-06-02
    plugin id64071
    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/64071
    titleRHEL 5 : JBoss EAP (RHSA-2012:1591)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2012:1591. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64071);
      script_version("1.29");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-2378", "CVE-2012-2379", "CVE-2012-2672", "CVE-2012-2687", "CVE-2012-3428", "CVE-2012-3451", "CVE-2012-4549", "CVE-2012-4550");
      script_bugtraq_id(27409, 53877, 53880, 53901, 55131, 55628, 56981, 56990, 56992);
      script_xref(name:"RHSA", value:"2012:1591");
    
      script_name(english:"RHEL 5 : JBoss EAP (RHSA-2012:1591)");
      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 6.0.1 packages that fix
    multiple security issues, various bugs, and add enhancements are now
    available for Red Hat Enterprise Linux 5.
    
    The Red Hat Security Response Team has rated this update as having
    important security impact. Common Vulnerability Scoring System (CVSS)
    base scores, which give detailed severity ratings, are available for
    each vulnerability from the CVE links in the References section.
    
    JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    This release serves as a replacement for JBoss Enterprise Application
    Platform 6.0.0, and includes bug fixes and enhancements. Refer to the
    6.0.1 Release Notes for information on the most significant of these
    changes, available shortly from
    https://access.redhat.com/knowledge/docs/
    
    This update removes unused signed JARs; unused SHA1 checksums from JAR
    MANIFEST.MF files to reduce the Server memory footprint; adds
    MANIFEST.MF to JAR files where it was previously missing; and removes
    redundant Javadoc files from the main packages. (BZ#853551)
    
    Security fixes :
    
    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. (CVE-2012-2379)
    
    When using role-based authorization to configure EJB access, JACC
    permissions should be used to determine access; however, due to a flaw
    the configured authorization modules (JACC, XACML, etc.) were not
    called, and the JACC permissions were not used to determine access to
    an EJB. (CVE-2012-4550)
    
    A flaw in the way Apache CXF enforced child policies of
    WS-SecurityPolicy 1.1 on the client side could, in certain cases, lead
    to a client failing to sign or encrypt certain elements as directed by
    the security policy, leading to information disclosure and insecure
    information transmission. (CVE-2012-2378)
    
    A flaw was found in the way IronJacamar authenticated credentials and
    returned a valid datasource connection when configured to
    'allow-multiple-users'. A remote attacker, provided the correct
    subject, could obtain a datasource connection that might belong to a
    privileged user. (CVE-2012-3428)
    
    It was found that Apache CXF was vulnerable to SOAPAction spoofing
    attacks under certain conditions. Note that WS-Policy validation is
    performed against the operation being invoked, and an attack must pass
    validation to be successful. (CVE-2012-3451)
    
    When there are no allowed roles for an EJB method invocation, the
    invocation should be denied for all users. It was found that the
    processInvocation() method in
    org.jboss.as.ejb3.security.AuthorizationInterceptor incorrectly
    authorizes all method invocations to proceed when the list of allowed
    roles is empty. (CVE-2012-4549)
    
    It was found that in Mojarra, the FacesContext that is made available
    during application startup is held in a ThreadLocal. The reference is
    not properly cleaned up in all cases. As a result, if a JavaServer
    Faces (JSF) WAR calls FacesContext.getCurrentInstance() during
    application startup, another WAR can get access to the leftover
    context and thus get access to the other WAR's resources. A local
    attacker could use this flaw to access another WAR's resources using a
    crafted, deployed application. (CVE-2012-2672)
    
    An input sanitization flaw was found in the mod_negotiation Apache
    HTTP Server module. A remote attacker able to upload or create files
    with arbitrary names in a directory that has the MultiViews options
    enabled, could use this flaw to conduct cross-site scripting attacks
    against users visiting the site. (CVE-2008-0455, CVE-2012-2687)
    
    Red Hat would like to thank the Apache CXF project for reporting
    CVE-2012-2379, CVE-2012-2378, and CVE-2012-3451. The CVE-2012-4550
    issue was discovered by Josef Cacek of the Red Hat JBoss EAP Quality
    Engineering team; CVE-2012-3428 and CVE-2012-4549 were discovered by
    Arun Neelicattu of the Red Hat Security Response Team; and
    CVE-2012-2672 was discovered by Marek Schmidt and Stan Silvert of Red
    Hat.
    
    Warning: Before applying this update, back up your existing JBoss
    Enterprise Application Platform installation and deployed
    applications. Refer to the Solution section for further details."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-0455"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-2378"
      );
      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-2672"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-2687"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3428"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-3451"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-4549"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-4550"
      );
      # 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-2012:1591"
      );
      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: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_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:antlr-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-beanutils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-cli");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-codec-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-collections");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-collections-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-configuration");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-daemon-jsvc-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-io-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-lang");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-lang-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-pool-eap6");
      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:apache-cxf-xjc-utils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-mime4j");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:atinject");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cal10n");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-core-asl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-jaxrs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-mapper-asl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-xc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-boolean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-dv");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-ts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:dom4j");
      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-jaxb");
      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:gnu-getopt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:guava");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:h2database");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate-beanvalidation-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate-jpa-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-commons-annotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-entitymanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-envers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-infinispan");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-validator");
      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:httpcomponents-httpclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpcomponents-httpcore");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpserver");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-cachestore-jdbc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-cachestore-remote");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-client-hotrod");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ironjacamar");
      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:jandex");
      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:javassist-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxbintros");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxen");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxws-jboss-httpserver-httpspi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-deployment");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-framework-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-metadata");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-repository");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-resolver");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-spi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-vfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-annotations-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-cli");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-client-all");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-clustering");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-cmp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-connector");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-console");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-controller-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-deployment-repository");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-deployment-scanner");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-domain-http");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-domain-management");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ee");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ee-deployment");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ejb3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-embedded");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-host-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jacorb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jaxr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jaxrs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jdr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jmx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jpa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jsf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jsr77");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-logging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-mail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-management-client-content");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-messaging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-modcluster");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-naming");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-osgi-configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-osgi-service");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-platform-mbean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-pojo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-process-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-protocol");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-remoting");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-sar");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-security");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-server");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-threads");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-transactions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-web");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-webservices");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-weld");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-xts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-classfilewriter");
      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-connector-api_1.6_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-dmr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb-api_3.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb-client");
      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-el-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-iiop-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-interceptors-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-invocation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-j2eemgmt-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jacc-api_1.4_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jad-api_1.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaspi-api_1.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxb-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxr-api_1.0_spec");
      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-jaxrs-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxws-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jms-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jsf-api_2.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jsp-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jstl-api_1.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-logging");
      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-marshalling");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-ear");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-ejb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-web");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-modules");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-msc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-osgi-logging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remote-naming");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remoting3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remoting3-jmx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-rmi-api_1.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-saaj-api_1.3_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-sasl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-int");
      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-xacml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-servlet-api_2.5_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-servlet-api_3.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-specs-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-stdio");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-threads");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-transaction-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-transaction-spi");
      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:jboss-weld-1.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-xnio-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-bundles");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-domain");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-hornetq-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-javadocs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-jbossweb-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-modules-eap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-product-eap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-standalone");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-welcome-content-eap");
      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:jbossweb");
      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:jbossws-api");
      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-common-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-cxf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-native");
      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:jbossxb2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcip-annotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jdom-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jettison");
      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:jline-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:joda-time");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jtype");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:juddi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jul-to-slf4j-stub");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jython-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:log4j-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:log4j-jboss-logmanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster");
      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-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_jk-ap22");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_ssl");
      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:objectweb-asm-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.apache.felix.configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.apache.felix.log");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.osgi.core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.osgi.enterprise");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketbox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketbox-commons");
      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:relaxngDatatype");
      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:rngom");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:scannotation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:shrinkwrap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:slf4j");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:slf4j-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:slf4j-jboss-logmanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:snakeyaml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:staxmapper");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:stilts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-codemodel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-istack-commons");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-saaj-1.3-impl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-txw2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-ws-metadata-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-xsom");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:velocity-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:weld-cdi-1.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:weld-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:woodstox-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:woodstox-stax2-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-commons-XmlSchema");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-commons-neethi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-scout");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:wsdl4j-eap6");
      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:xalan-j2-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xerces-j2-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-resolver-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-security");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xom");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/12/18");
      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-2012:1591";
      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-core-"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL5", reference:"antlr-eap6-2.7.7-15_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-beanutils-1.8.3-10.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-cli-1.2-7.5.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-codec-eap6-1.4-14.redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-collections-3.2.1-10.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-collections-eap6-3.2.1-13.redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-configuration-1.6-7.2.redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"apache-commons-daemon-jsvc-eap6-1.0.10-3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"apache-commons-daemon-jsvc-eap6-1.0.10-3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-io-eap6-2.1-6.redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-lang-2.6-3.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-lang-eap6-2.6-5redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-commons-pool-eap6-1.5.6-8.redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-cxf-2.4.9-4.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-cxf-xjc-utils-2.4.0-11.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"apache-mime4j-0.6-7.redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"atinject-1-8.2_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cal10n-0.7.3-8.redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"codehaus-jackson-1.9.2-6_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"codehaus-jackson-core-asl-1.9.2-6_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"codehaus-jackson-jaxrs-1.9.2-6_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"codehaus-jackson-mapper-asl-1.9.2-6_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"codehaus-jackson-xc-1.9.2-6_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cxf-xjc-boolean-2.4.0-11.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cxf-xjc-dv-2.4.0-11.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"cxf-xjc-ts-2.4.0-11.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"dom4j-1.6.1-14_redhat_3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jaf-1.1.1-16.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-javamail-1.4.4-16.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jaxb-2.2.5-10_redhat_3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"glassfish-jsf-2.1.13-1_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"gnu-getopt-1.0.13-1.2_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"guava-11.0.2-0.5.redhat_2.ep6.el5.6")) flag++;
      if (rpm_check(release:"RHEL5", reference:"h2database-1.3.168-2_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate-beanvalidation-api-1.0.0-4.7.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate-jpa-2.0-api-1.0.1-5.Final_redhat_2.1.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate3-commons-annotations-4.0.1-5.Final_redhat_2.1.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-4.1.6-3.5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-core-4.1.6-3.5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-entitymanager-4.1.6-3.5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-envers-4.1.6-3.5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-infinispan-4.1.6-3.5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hibernate4-validator-4.2.0-7.Final_redhat_2.1.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"hornetq-2.2.23-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"hornetq-native-2.2.21-1.1.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"hornetq-native-2.2.21-1.1.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"httpcomponents-httpclient-4.1.3-4_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"httpcomponents-httpcore-4.1.4-4_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"httpd-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"httpd-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"httpd-devel-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"httpd-devel-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"httpd-tools-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"httpd-tools-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"httpserver-1.0.1-3.Final_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-5.1.8-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-cachestore-jdbc-5.1.8-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-cachestore-remote-5.1.8-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-client-hotrod-5.1.8-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-core-5.1.8-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"ironjacamar-1.0.13-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jacorb-jboss-2.3.2-3.redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jandex-1.0.3-7.Final_redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"javassist-3.15.0-5.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"javassist-eap6-3.15.0-5.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jaxbintros-1.0.2-11.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jaxen-1.1.3-8.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jaxws-jboss-httpserver-httpspi-1.0.1-3.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-deployment-1.1.0-2.Final_redhat_3.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-framework-core-1.3.1-3.CR1_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-metadata-2.1.0-2.Final_redhat_3.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-repository-1.2.0-2.Final_redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-resolver-2.1.0-2.Final_redhat_3.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-spi-3.1.0-3.Final_redhat_3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbosgi-vfs-1.1.0-2.Final_redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-annotations-api_1.1_spec-1.0.1-3.2.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-appclient-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-cli-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-client-all-7.1.3-4.1.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-clustering-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-cmp-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-configadmin-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-connector-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-console-1.4.2-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-controller-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-controller-client-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-deployment-repository-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-deployment-scanner-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-domain-http-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-domain-management-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ee-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ee-deployment-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ejb3-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-embedded-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-host-controller-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jacorb-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jaxr-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jaxrs-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jdr-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jmx-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jpa-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jsf-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jsr77-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-logging-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-mail-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-management-client-content-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-messaging-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-modcluster-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-naming-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-network-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-osgi-configadmin-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-osgi-service-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-platform-mbean-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-pojo-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-process-controller-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-protocol-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-remoting-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-sar-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-security-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-server-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-threads-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-transactions-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-web-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-webservices-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-weld-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-xts-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-classfilewriter-1.0.3-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-common-beans-1.0.0-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-common-core-2.2.17-10.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-connector-api_1.6_spec-1.0.1-3.3.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-dmr-1.1.1-8.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb-api_3.1_spec-1.0.2-10.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb-client-1.0.11-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-ejb3-ext-api-2.0.0-9.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-el-api_2.2_spec-1.0.2-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-iiop-client-1.0.0-4.Final_redhat_2.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-interceptors-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-invocation-1.1.1-5.Final_redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-j2eemgmt-api_1.1_spec-1.0.1-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jacc-api_1.4_spec-1.0.2-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jad-api_1.2_spec-1.0.1-6.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaspi-api_1.0_spec-1.0.1-6.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxb-api_2.2_spec-1.0.4-3.Final_redhat_2.1.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxr-api_1.0_spec-1.0.2-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxrpc-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxrs-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jaxws-api_2.2_spec-2.0.1-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jms-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jsf-api_2.1_spec-2.0.7-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jsp-api_2.2_spec-1.0.1-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-jstl-api_1.2_spec-1.0.3-3.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-logging-3.1.2-3.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-logmanager-1.3.2-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-marshalling-1.3.15-2.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-appclient-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-common-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-ear-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-ejb-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-metadata-web-7.0.4-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-modules-1.1.3-2.GA_redhat_1.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-msc-1.0.2-3.GA_redhat_2.2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-osgi-logging-1.0.0-5._redhat_2.1.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remote-naming-1.0.4-2.Final_redhat_1.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remoting3-3.2.14-1.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-remoting3-jmx-1.0.4-2.Final_redhat_1.ep6.el5.7")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-rmi-api_1.0_spec-1.0.4-9.2.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-saaj-api_1.3_spec-1.0.2-4_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-sasl-1.0.3-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-seam-int-6.0.0-8.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-security-negotiation-2.2.1-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-security-xacml-2.0.8-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-servlet-api_2.5_spec-1.0.1-9.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-servlet-api_3.0_spec-1.0.1-11.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-specs-parent-1.0.0-5.Beta2_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-stdio-1.0.1-7.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-threads-2.0.0-7.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-transaction-api_1.1_spec-1.0.1-5.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-transaction-spi-7.0.0-0.10.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-vfs2-3.1.0-4.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-weld-1.1-api-1.1-6.Final_redhat_2.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-xnio-base-3.0.7-1.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-appclient-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-bundles-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-core-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-domain-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"jbossas-hornetq-native-2.2.21-1.1.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"jbossas-hornetq-native-2.2.21-1.1.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-javadocs-7.1.3-4.Final_redhat_3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"jbossas-jbossweb-native-1.1.24-1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"jbossas-jbossweb-native-1.1.24-1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-modules-eap-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-product-eap-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-standalone-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-welcome-content-eap-7.1.3-4.Final_redhat_4.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossts-4.16.6-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-7.0.17-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-lib-7.0.17-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-api-1.0.0-3.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-common-2.0.4-5.GA_redhat_3.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-common-tools-1.0.2-1.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-cxf-4.0.6-2.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-native-4.0.6-1.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-spi-2.0.4-3.1.GA_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossxb2-2.0.3-13.GA_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jcip-annotations-1.0-2.2.3_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jdom-eap6-1.1.2-4.GA_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jettison-1.3.1-7_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jgroups-3.0.14-2.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jline-eap6-0.9.94-10.GA_redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"joda-time-1.6.2-5.redhat_3.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jtype-0.1.1-9_redhat_2.3.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"juddi-3.1.3-3_redhat_2.1.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jul-to-slf4j-stub-1.0.0-4.Final_redhat_2.1.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jython-eap6-2.5.2-5.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"log4j-eap6-1.2.16-11.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"log4j-jboss-logmanager-1.0.1-3.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-1.2.3-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"mod_cluster-demo-1.2.3-1.Final_redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"mod_cluster-native-1.2.3-3.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"mod_cluster-native-1.2.3-3.Final.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"mod_jk-ap22-1.2.36-5.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"mod_jk-ap22-1.2.36-5.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"mod_ssl-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"mod_ssl-2.2.22-14.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"netty-3.2.6-2_redhat_2.2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"objectweb-asm-eap6-3.3.1-5_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"org.apache.felix.configadmin-1.2.8-4_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"org.apache.felix.log-1.0.0-5.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"org.osgi.core-4.2.0-4.redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"org.osgi.enterprise-4.2.0-4.redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketbox-4.0.14-2.Final_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketbox-commons-1.0.0-0.8.final_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"picketlink-federation-2.1.3.1-3.redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"relaxngDatatype-2011.1-0.1_redhat_3.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"resteasy-2.3.4-4.Final_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"rngom-201103-0.5.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"scannotation-1.0.2-8.redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"shrinkwrap-1.0.0-16.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"slf4j-1.6.1-23.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"slf4j-eap6-1.6.1-23.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"slf4j-jboss-logmanager-1.0.0-7.GA_redhat_2.3.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"snakeyaml-1.8-8.redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"staxmapper-1.1.0-6.Final_redhat_2.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"stilts-0.1.26-6.GA.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-codemodel-2.6-3_redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-istack-commons-2.6.1-9_redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-saaj-1.3-impl-1.3.16-9.redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-txw2-20110809-6_redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-ws-metadata-2.0-api-1.0.MR1-12_MR1_redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"sun-xsom-20110809-5_redhat_3.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"tomcat-native-1.1.24-1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"tomcat-native-1.1.24-1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"velocity-eap6-1.6.3-7.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"weld-cdi-1.0-api-1.0-6.SP4_redhat_2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"weld-core-1.1.10-2.Final_redhat_1.ep6.el5.1")) flag++;
      if (rpm_check(release:"RHEL5", reference:"woodstox-core-4.1.1-1.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"woodstox-stax2-api-3.1.1-1.redhat_2.ep6.el5.4")) flag++;
      if (rpm_check(release:"RHEL5", reference:"ws-commons-XmlSchema-2.0.2-7.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"ws-commons-neethi-3.0.2-5.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"ws-scout-1.2.6-3.redhat_2.2.ep6.el5.5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"wsdl4j-eap6-1.6.2-11.redhat_2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"wss4j-1.6.7-1.redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xalan-j2-eap6-2.7.1-6.12.redhat_3.ep6.el5.2")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xerces-j2-eap6-2.9.1-13_redhat_3.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-commons-resolver-eap6-1.2-10.redhat_2.ep6.el5.3")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xml-security-1.5.2-2.redhat_1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"xom-1.2.7-1._redhat_3.1.ep6.el5.6")) 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, "antlr-eap6 / apache-commons-beanutils / apache-commons-cli / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1592.NASL
    descriptionUpdated JBoss Enterprise Application Platform 6.0.1 packages that fix multiple security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. This release serves as a replacement for JBoss Enterprise Application Platform 6.0.0, and includes bug fixes and enhancements. Refer to the 6.0.1 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/knowledge/docs/ This update removes unused signed JARs; unused SHA1 checksums from JAR MANIFEST.MF files to reduce the Server memory footprint; adds MANIFEST.MF to JAR files where it was previously missing; and removes redundant Javadoc files from the main packages. (BZ#830291) Security fixes : 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. (CVE-2012-2379) When using role-based authorization to configure EJB access, JACC permissions should be used to determine access; however, due to a flaw the configured authorization modules (JACC, XACML, etc.) were not called, and the JACC permissions were not used to determine access to an EJB. (CVE-2012-4550) A flaw in the way Apache CXF enforced child policies of WS-SecurityPolicy 1.1 on the client side could, in certain cases, lead to a client failing to sign or encrypt certain elements as directed by the security policy, leading to information disclosure and insecure information transmission. (CVE-2012-2378) A flaw was found in the way IronJacamar authenticated credentials and returned a valid datasource connection when configured to
    last seen2020-06-01
    modified2020-06-02
    plugin id64072
    published2013-01-24
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/64072
    titleRHEL 6 : JBoss EAP (RHSA-2012:1592)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2012:1592. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    if (NASL_LEVEL < 3000) exit(0);
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64072);
      script_version("1.18");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-2378", "CVE-2012-2379", "CVE-2012-2672", "CVE-2012-2687", "CVE-2012-3428", "CVE-2012-3451", "CVE-2012-4549", "CVE-2012-4550");
      script_bugtraq_id(27409, 53877, 53880, 53901, 55131, 55628, 56981, 56990, 56992);
      script_xref(name:"RHSA", value:"2012:1592");
    
      script_name(english:"RHEL 6 : JBoss EAP (RHSA-2012:1592)");
      script_summary(english:"Checks 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 6.0.1 packages that fix
    multiple security issues, various bugs, and add enhancements are now
    available for Red Hat Enterprise Linux 6.
    
    The Red Hat Security Response Team has rated this update as having
    important security impact. Common Vulnerability Scoring System (CVSS)
    base scores, which give detailed severity ratings, are available for
    each vulnerability from the CVE links in the References section.
    
    JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    This release serves as a replacement for JBoss Enterprise Application
    Platform 6.0.0, and includes bug fixes and enhancements. Refer to the
    6.0.1 Release Notes for information on the most significant of these
    changes, available shortly from
    https://access.redhat.com/knowledge/docs/
    
    This update removes unused signed JARs; unused SHA1 checksums from JAR
    MANIFEST.MF files to reduce the Server memory footprint; adds
    MANIFEST.MF to JAR files where it was previously missing; and removes
    redundant Javadoc files from the main packages. (BZ#830291)
    
    Security fixes :
    
    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. (CVE-2012-2379)
    
    When using role-based authorization to configure EJB access, JACC
    permissions should be used to determine access; however, due to a flaw
    the configured authorization modules (JACC, XACML, etc.) were not
    called, and the JACC permissions were not used to determine access to
    an EJB. (CVE-2012-4550)
    
    A flaw in the way Apache CXF enforced child policies of
    WS-SecurityPolicy 1.1 on the client side could, in certain cases, lead
    to a client failing to sign or encrypt certain elements as directed by
    the security policy, leading to information disclosure and insecure
    information transmission. (CVE-2012-2378)
    
    A flaw was found in the way IronJacamar authenticated credentials and
    returned a valid datasource connection when configured to
    'allow-multiple-users'. A remote attacker, provided the correct
    subject, could obtain a datasource connection that might belong to a
    privileged user. (CVE-2012-3428)
    
    It was found that Apache CXF was vulnerable to SOAPAction spoofing
    attacks under certain conditions. Note that WS-Policy validation is
    performed against the operation being invoked, and an attack must pass
    validation to be successful. (CVE-2012-3451)
    
    When there are no allowed roles for an EJB method invocation, the
    invocation should be denied for all users. It was found that the
    processInvocation() method in
    org.jboss.as.ejb3.security.AuthorizationInterceptor incorrectly
    authorizes all method invocations to proceed when the list of allowed
    roles is empty. (CVE-2012-4549)
    
    It was found that in Mojarra, the FacesContext that is made available
    during application startup is held in a ThreadLocal. The reference is
    not properly cleaned up in all cases. As a result, if a JavaServer
    Faces (JSF) WAR calls FacesContext.getCurrentInstance() during
    application startup, another WAR can get access to the leftover
    context and thus get access to the other WAR's resources. A local
    attacker could use this flaw to access another WAR's resources using a
    crafted, deployed application. (CVE-2012-2672)
    
    An input sanitization flaw was found in the mod_negotiation Apache
    HTTP Server module. A remote attacker able to upload or create files
    with arbitrary names in a directory that has the MultiViews options
    enabled, could use this flaw to conduct cross-site scripting attacks
    against users visiting the site. (CVE-2008-0455, CVE-2012-2687)
    
    Red Hat would like to thank the Apache CXF project for reporting
    CVE-2012-2379, CVE-2012-2378, and CVE-2012-3451. The CVE-2012-4550
    issue was discovered by Josef Cacek of the Red Hat JBoss EAP Quality
    Engineering team; CVE-2012-3428 and CVE-2012-4549 were discovered by
    Arun Neelicattu of the Red Hat Security Response Team; and
    CVE-2012-2672 was discovered by Marek Schmidt and Stan Silvert of Red
    Hat.
    
    Warning: Before applying this update, back up your existing JBoss
    Enterprise Application Platform installation and deployed
    applications. Refer to the Solution section for further details."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2008-0455.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-2378.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-2379.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-2672.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-2687.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-3428.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-3451.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-4549.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.redhat.com/security/data/cve/CVE-2012-4550.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/knowledge/docs/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://rhn.redhat.com/errata/RHSA-2012-1592.html"
      );
      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: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_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:antlr-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-beanutils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-cli");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-codec-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-collections-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-configuration");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-daemon-jsvc-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-io-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-lang-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-commons-pool-eap6");
      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:apache-cxf-xjc-utils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:apache-mime4j");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:atinject");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cal10n");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-core-asl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-jaxrs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-mapper-asl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:codehaus-jackson-xc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-boolean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-dv");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:cxf-xjc-ts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:dom4j");
      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-jaxb");
      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:glassfish-jsf12");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:gnu-getopt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:guava");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:h2database");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate-beanvalidation-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate-jpa-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate3-commons-annotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-entitymanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-envers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-infinispan");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:hibernate4-validator");
      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:httpcomponents-httpclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpcomponents-httpcore");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpserver");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-cachestore-jdbc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-cachestore-remote");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-client-hotrod");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:infinispan-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ironjacamar");
      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:jandex");
      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:javassist-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxbintros");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxen");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jaxws-jboss-httpserver-httpspi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-deployment");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-framework-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-metadata");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-repository");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-resolver");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-spi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbosgi-vfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-annotations-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-cli");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-client-all");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-clustering");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-cmp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-connector");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-console");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-controller-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-deployment-repository");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-deployment-scanner");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-domain-http");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-domain-management");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ee");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ee-deployment");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-ejb3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-embedded");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-host-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jacorb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jaxr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jaxrs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jdr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jmx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jpa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jsf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-jsr77");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-logging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-mail");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-management-client-content");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-messaging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-modcluster");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-naming");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-osgi-configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-osgi-service");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-platform-mbean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-pojo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-process-controller");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-protocol");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-remoting");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-sar");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-security");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-server");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-threads");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-transactions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-web");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-webservices");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-weld");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-as-xts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-classfilewriter");
      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-connector-api_1.6_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-dmr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb-api_3.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ejb-client");
      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-el-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-iiop-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-interceptors-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-invocation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-j2eemgmt-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jacc-api_1.4_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jad-api_1.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaspi-api_1.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxb-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxr-api_1.0_spec");
      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-jaxrs-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jaxws-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jms-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jsf-api_2.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jsp-api_2.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-jstl-api_1.2_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-logging");
      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-marshalling");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-ear");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-ejb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-metadata-web");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-modules");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-msc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-osgi-logging");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remote-naming");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remoting3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-remoting3-jmx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-rmi-api_1.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-saaj-api_1.3_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-sasl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-seam-int");
      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-xacml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-servlet-api_2.5_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-servlet-api_3.0_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-specs-parent");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-stdio");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-threads");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-transaction-api_1.1_spec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-transaction-spi");
      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:jboss-weld-1.1-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-xnio-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-appclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-bundles");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-domain");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-hornetq-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-javadocs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-jbossweb-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-modules-eap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-product-eap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-standalone");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossas-welcome-content-eap");
      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:jbossweb");
      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:jbossws-api");
      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-common-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-cxf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jbossws-native");
      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:jbossxb2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jcip-annotations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jdom-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jettison");
      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:jline-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:joda-time");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jtype");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:juddi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jul-to-slf4j-stub");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jython-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:log4j-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:log4j-jboss-logmanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_cluster");
      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-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_jk-ap22");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_ssl");
      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:objectweb-asm-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.apache.felix.configadmin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.apache.felix.log");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.osgi.core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:org.osgi.enterprise");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketbox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:picketbox-commons");
      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:relaxngDatatype");
      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:rngom");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:scannotation");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:shrinkwrap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:slf4j-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:slf4j-jboss-logmanager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:snakeyaml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:staxmapper");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:stilts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-codemodel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-istack-commons");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-saaj-1.3-impl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-txw2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-ws-metadata-2.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sun-xsom");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:tomcat-native");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:velocity-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:weld-cdi-1.0-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:weld-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:woodstox-core");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:woodstox-stax2-api");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-commons-XmlSchema");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-commons-neethi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ws-scout");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:wsdl4j-eap6");
      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:xalan-j2-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xerces-j2-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-commons-resolver-eap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xml-security");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:xom");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/12/18");
      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 Tenable Network Security, Inc.");
      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");
    
      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/RedHat/release");
    if (isnull(release) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat");
    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);
    
    if (!rpm_exists(release:"RHEL6", rpm:"jbossas-core-")) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
    flag = 0;
    if (rpm_check(release:"RHEL6", reference:"antlr-eap6-2.7.7-15_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-beanutils-1.8.3-10.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-cli-1.2-7.5.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-codec-eap6-1.4-14.redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-collections-eap6-3.2.1-13.redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-configuration-1.6-7.2.redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"apache-commons-daemon-jsvc-eap6-1.0.10-3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"apache-commons-daemon-jsvc-eap6-1.0.10-3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-io-eap6-2.1-6.redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-lang-eap6-2.6-5redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-commons-pool-eap6-1.5.6-8.redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-cxf-2.4.9-4.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-cxf-xjc-utils-2.4.0-11.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"apache-mime4j-0.6-7.redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"atinject-1-8.2_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"cal10n-0.7.3-8.redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"codehaus-jackson-1.9.2-6_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"codehaus-jackson-core-asl-1.9.2-6_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"codehaus-jackson-jaxrs-1.9.2-6_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"codehaus-jackson-mapper-asl-1.9.2-6_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"codehaus-jackson-xc-1.9.2-6_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"cxf-xjc-boolean-2.4.0-11.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"cxf-xjc-dv-2.4.0-11.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"cxf-xjc-ts-2.4.0-11.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"dom4j-1.6.1-14_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"glassfish-jaf-1.1.1-14.redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"glassfish-javamail-1.4.4-16.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"glassfish-jaxb-2.2.5-10_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"glassfish-jsf-2.1.13-1_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"glassfish-jsf12-1.2_15-8_b01_redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"gnu-getopt-1.0.13-1.2_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"guava-11.0.2-0.5.redhat_2.ep6.el6.6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"h2database-1.3.168-2_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate-beanvalidation-api-1.0.0-4.7.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate-jpa-2.0-api-1.0.1-5.Final_redhat_2.1.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate3-commons-annotations-4.0.1-5.Final_redhat_2.1.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-4.1.6-7.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-core-4.1.6-7.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-entitymanager-4.1.6-7.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-envers-4.1.6-7.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-infinispan-4.1.6-7.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hibernate4-validator-4.2.0-7.Final_redhat_2.1.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"hornetq-2.2.23-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"hornetq-native-2.2.21-1.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"hornetq-native-2.2.21-1.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"httpcomponents-httpclient-4.1.3-4_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"httpcomponents-httpcore-4.1.4-4_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"httpd-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"httpd-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"httpd-devel-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"httpd-devel-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"httpd-tools-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"httpd-tools-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"httpserver-1.0.1-3.Final_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"infinispan-5.1.8-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"infinispan-cachestore-jdbc-5.1.8-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"infinispan-cachestore-remote-5.1.8-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"infinispan-client-hotrod-5.1.8-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"infinispan-core-5.1.8-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"ironjacamar-1.0.13-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jacorb-jboss-2.3.2-3.redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jandex-1.0.3-7.Final_redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"javassist-3.15.0-5.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"javassist-eap6-3.15.0-5.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jaxbintros-1.0.2-11.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jaxen-1.1.3-8.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jaxws-jboss-httpserver-httpspi-1.0.1-3.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-deployment-1.1.0-2.Final_redhat_3.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-framework-core-1.3.1-3.CR1_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-metadata-2.1.0-2.Final_redhat_3.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-repository-1.2.0-1.Final_redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-resolver-2.1.0-2.Final_redhat_3.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-spi-3.1.0-3.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbosgi-vfs-1.1.0-1.Final_redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-annotations-api_1.1_spec-1.0.1-3.2.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-appclient-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-cli-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-client-all-7.1.3-4.1.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-clustering-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-cmp-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-configadmin-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-connector-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-console-1.4.2-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-controller-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-controller-client-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-deployment-repository-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-deployment-scanner-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-domain-http-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-domain-management-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-ee-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-ee-deployment-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-ejb3-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-embedded-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-host-controller-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jacorb-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jaxr-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jaxrs-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jdr-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jmx-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jpa-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jsf-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-jsr77-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-logging-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-mail-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-management-client-content-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-messaging-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-modcluster-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-naming-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-network-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-osgi-configadmin-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-osgi-service-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-platform-mbean-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-pojo-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-process-controller-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-protocol-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-remoting-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-sar-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-security-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-server-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-threads-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-transactions-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-web-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-webservices-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-weld-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-as-xts-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-classfilewriter-1.0.3-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-common-beans-1.0.0-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-common-core-2.2.17-10.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-connector-api_1.6_spec-1.0.1-3.3.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-dmr-1.1.1-8.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-ejb-api_3.1_spec-1.0.2-10.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-ejb-client-1.0.11-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-ejb3-ext-api-2.0.0-9.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-el-api_2.2_spec-1.0.2-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-iiop-client-1.0.0-4.Final_redhat_2.1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-interceptors-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-invocation-1.1.1-5.Final_redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-j2eemgmt-api_1.1_spec-1.0.1-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jacc-api_1.4_spec-1.0.2-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jad-api_1.2_spec-1.0.1-6.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaspi-api_1.0_spec-1.0.1-6.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaxb-api_2.2_spec-1.0.4-3.Final_redhat_2.1.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaxr-api_1.0_spec-1.0.2-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaxrpc-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaxrs-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jaxws-api_2.2_spec-2.0.1-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jms-api_1.1_spec-1.0.1-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jsf-api_2.1_spec-2.0.7-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jsp-api_2.2_spec-1.0.1-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-jstl-api_1.2_spec-1.0.3-3.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-logging-3.1.2-3.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-logmanager-1.3.2-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-marshalling-1.3.15-2.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-appclient-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-common-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-ear-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-ejb-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-metadata-web-7.0.4-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-modules-1.1.3-2.GA_redhat_1.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-msc-1.0.2-3.GA_redhat_2.2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-osgi-logging-1.0.0-4._redhat_2.1.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-remote-naming-1.0.4-2.Final_redhat_1.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-remoting3-3.2.14-1.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-remoting3-jmx-1.0.4-2.Final_redhat_1.ep6.el6.7")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-rmi-api_1.0_spec-1.0.4-9.2.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-saaj-api_1.3_spec-1.0.2-4_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-sasl-1.0.3-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-seam-int-6.0.0-8.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-security-negotiation-2.2.1-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-security-xacml-2.0.8-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-servlet-api_2.5_spec-1.0.1-9.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-servlet-api_3.0_spec-1.0.1-11.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-specs-parent-1.0.0-5.Beta2_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-stdio-1.0.1-7.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-threads-2.0.0-7.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-transaction-api_1.1_spec-1.0.1-5.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-transaction-spi-7.0.0-0.10.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-vfs2-3.1.0-4.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-weld-1.1-api-1.1-6.Final_redhat_2.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jboss-xnio-base-3.0.7-1.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-appclient-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-bundles-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-core-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-domain-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"jbossas-hornetq-native-2.2.21-1.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"jbossas-hornetq-native-2.2.21-1.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-javadocs-7.1.3-4.Final_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"jbossas-jbossweb-native-1.1.24-1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"jbossas-jbossweb-native-1.1.24-1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-modules-eap-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-product-eap-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-standalone-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossas-welcome-content-eap-7.1.3-4.Final_redhat_4.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossts-4.16.6-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossweb-7.0.17-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossweb-lib-7.0.17-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-api-1.0.0-3.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-common-2.0.4-5.GA_redhat_3.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-common-tools-1.0.2-1.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-cxf-4.0.6-2.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-native-4.0.6-1.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossws-spi-2.0.4-3.1.GA_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jbossxb2-2.0.3-13.GA_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jcip-annotations-1.0-2.2.3_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jdom-eap6-1.1.2-4.GA_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jettison-1.3.1-7_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jgroups-3.0.14-2.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jline-eap6-0.9.94-10.GA_redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"joda-time-1.6.2-5.redhat_3.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jtype-0.1.1-9_redhat_2.3.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"juddi-3.1.3-2_redhat_2.1.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jul-to-slf4j-stub-1.0.0-4.Final_redhat_2.1.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"jython-eap6-2.5.2-5.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"log4j-eap6-1.2.16-11.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"log4j-jboss-logmanager-1.0.1-3.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"mod_cluster-1.2.3-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"mod_cluster-demo-1.2.3-1.Final_redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"mod_cluster-native-1.2.3-3.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"mod_cluster-native-1.2.3-3.Final.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"mod_jk-ap22-1.2.36-5.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"mod_jk-ap22-1.2.36-5.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"mod_ssl-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"mod_ssl-2.2.22-14.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"netty-3.2.6-2_redhat_2.2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"objectweb-asm-eap6-3.3.1-5_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"org.apache.felix.configadmin-1.2.8-4_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"org.apache.felix.log-1.0.0-5.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"org.osgi.core-4.2.0-4.redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"org.osgi.enterprise-4.2.0-4.redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"picketbox-4.0.14-2.Final_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"picketbox-commons-1.0.0-0.8.final_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"picketlink-federation-2.1.3.1-3.redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"relaxngDatatype-2011.1-0.1_redhat_3.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"resteasy-2.3.4-4.Final_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"rngom-201103-0.5.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"scannotation-1.0.2-8.redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"shrinkwrap-1.0.0-16.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"slf4j-eap6-1.6.1-23.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"slf4j-jboss-logmanager-1.0.0-7.GA_redhat_2.3.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"snakeyaml-1.8-8.redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"staxmapper-1.1.0-6.Final_redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"stilts-0.1.26-6.GA.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-codemodel-2.6-3_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-istack-commons-2.6.1-9_redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-saaj-1.3-impl-1.3.16-8.redhat_2.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-txw2-20110809-5_redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-ws-metadata-2.0-api-1.0.MR1-12_MR1_redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"sun-xsom-20110809-5_redhat_3.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"i386", reference:"tomcat-native-1.1.24-1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"tomcat-native-1.1.24-1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"velocity-eap6-1.6.3-7.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"weld-cdi-1.0-api-1.0-6.SP4_redhat_2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"weld-core-1.1.10-2.Final_redhat_1.ep6.el6.1")) flag++;
    if (rpm_check(release:"RHEL6", reference:"woodstox-core-4.1.1-1.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"woodstox-stax2-api-3.1.1-1.redhat_2.ep6.el6.4")) flag++;
    if (rpm_check(release:"RHEL6", reference:"ws-commons-XmlSchema-2.0.2-7.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"ws-commons-neethi-3.0.2-5.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"ws-scout-1.2.6-3.redhat_2.2.ep6.el6.5")) flag++;
    if (rpm_check(release:"RHEL6", reference:"wsdl4j-eap6-1.6.2-11.redhat_2.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"wss4j-1.6.7-1.redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"xalan-j2-eap6-2.7.1-6.12.redhat_3.ep6.el6.2")) flag++;
    if (rpm_check(release:"RHEL6", reference:"xerces-j2-eap6-2.9.1-13_redhat_3.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"xml-commons-resolver-eap6-1.2-10.redhat_2.ep6.el6.3")) flag++;
    if (rpm_check(release:"RHEL6", reference:"xml-security-1.5.2-2.redhat_1.ep6.el6")) flag++;
    if (rpm_check(release:"RHEL6", reference:"xom-1.2.7-1._redhat_3.1.ep6.el6.6")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-1661.NASL
    descriptionThis update contains the 2.2.23 release of the Apache HTTP Server. http://www.eu.apache.org/dist/httpd/CHANGES_2.2.23 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
    modified2013-02-13
    plugin id64595
    published2013-02-13
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64595
    titleFedora 17 : httpd-2.2.23-1.fc17 (2013-1661)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2013-1661.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64595);
      script_version("1.13");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-0883", "CVE-2012-2687");
      script_bugtraq_id(27409, 55131);
      script_xref(name:"FEDORA", value:"2013-1661");
    
      script_name(english:"Fedora 17 : httpd-2.2.23-1.fc17 (2013-1661)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update contains the 2.2.23 release of the Apache HTTP Server.
    
    http://www.eu.apache.org/dist/httpd/CHANGES_2.2.23
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.eu.apache.org/dist/httpd/CHANGES_2.2.23"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=813559"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=850794"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-February/098616.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?f84d1172"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected httpd package.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:M/Au:N/C:C/I:C/A:C");
      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_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:httpd");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:17");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/01");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/13");
      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:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "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);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^17([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 17.x", "Fedora " + 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, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC17", reference:"httpd-2.2.23-1.fc17")) 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, "httpd");
    }
    
  • NASL familyF5 Networks Local Security Checks
    NASL idF5_BIGIP_SOL17201.NASL
    descriptionCross-site scripting (XSS) vulnerability in the mod_negotiation module in the Apache HTTP Server 2.2.6 and earlier in the 2.2.x series, 2.0.61 and earlier in the 2.0.x series, and 1.3.39 and earlier in the 1.3.x series allows remote authenticated users to inject arbitrary web script or HTML by uploading a file with a name containing XSS sequences and a file extension, which leads to injection within a (1)
    last seen2020-06-01
    modified2020-06-02
    plugin id85708
    published2015-09-01
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/85708
    titleF5 Networks BIG-IP : Apache HTTP server vulnerability (SOL17201)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from F5 Networks BIG-IP Solution SOL17201.
    #
    # The text description of this plugin is (C) F5 Networks.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(85708);
      script_version("2.5");
      script_cvs_date("Date: 2019/01/04 10:03:40");
    
      script_cve_id("CVE-2008-0455");
      script_bugtraq_id(27409);
    
      script_name(english:"F5 Networks BIG-IP : Apache HTTP server vulnerability (SOL17201)");
      script_summary(english:"Checks the BIG-IP version.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote device is missing a vendor-supplied security patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Cross-site scripting (XSS) vulnerability in the mod_negotiation module
    in the Apache HTTP Server 2.2.6 and earlier in the 2.2.x series,
    2.0.61 and earlier in the 2.0.x series, and 1.3.39 and earlier in the
    1.3.x series allows remote authenticated users to inject arbitrary web
    script or HTML by uploading a file with a name containing XSS
    sequences and a file extension, which leads to injection within a (1)
    '406 Not Acceptable' or (2) '300 Multiple Choices' HTTP response when
    the extension is omitted in a request for the file."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://support.f5.com/csp/article/K17201"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade to one of the non-vulnerable versions listed in the F5
    Solution SOL17201."
      );
      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:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_cwe_id(79);
    
      script_set_attribute(attribute:"potential_vulnerability", value:"true");
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_access_policy_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_advanced_firewall_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_acceleration_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_security_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_visibility_and_reporting");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_global_traffic_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_link_controller");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_local_traffic_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_policy_enforcement_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_wan_optimization_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_webaccelerator");
      script_set_attribute(attribute:"cpe", value:"cpe:/h:f5:big-ip");
      script_set_attribute(attribute:"cpe", value:"cpe:/h:f5:big-ip_protocol_security_manager");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2015/08/31");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/09/01");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"F5 Networks Local Security Checks");
    
      script_dependencies("f5_bigip_detect.nbin");
      script_require_keys("Host/local_checks_enabled", "Host/BIG-IP/hotfix", "Host/BIG-IP/modules", "Host/BIG-IP/version", "Settings/ParanoidReport");
    
      exit(0);
    }
    
    
    include("f5_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    version = get_kb_item("Host/BIG-IP/version");
    if ( ! version ) audit(AUDIT_OS_NOT, "F5 Networks BIG-IP");
    if ( isnull(get_kb_item("Host/BIG-IP/hotfix")) ) audit(AUDIT_KB_MISSING, "Host/BIG-IP/hotfix");
    if ( ! get_kb_item("Host/BIG-IP/modules") ) audit(AUDIT_KB_MISSING, "Host/BIG-IP/modules");
    
    sol = "SOL17201";
    vmatrix = make_array();
    
    if (report_paranoia < 2) audit(AUDIT_PARANOID);
    
    # AFM
    vmatrix["AFM"] = make_array();
    vmatrix["AFM"]["affected"  ] = make_list("11.3.0-11.4.1");
    vmatrix["AFM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # AM
    vmatrix["AM"] = make_array();
    vmatrix["AM"]["affected"  ] = make_list("11.4.0-11.4.1");
    vmatrix["AM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # APM
    vmatrix["APM"] = make_array();
    vmatrix["APM"]["affected"  ] = make_list("11.0.0-11.4.1","10.1.0-10.2.4");
    vmatrix["APM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # ASM
    vmatrix["ASM"] = make_array();
    vmatrix["ASM"]["affected"  ] = make_list("11.0.0-11.4.1","10.1.0-10.2.4");
    vmatrix["ASM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # AVR
    vmatrix["AVR"] = make_array();
    vmatrix["AVR"]["affected"  ] = make_list("11.0.0-11.4.1");
    vmatrix["AVR"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # GTM
    vmatrix["GTM"] = make_array();
    vmatrix["GTM"]["affected"  ] = make_list("11.0.0-11.4.1","10.1.0-10.2.4");
    vmatrix["GTM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # LC
    vmatrix["LC"] = make_array();
    vmatrix["LC"]["affected"  ] = make_list("11.0.0-11.4.1","10.1.0-10.2.4");
    vmatrix["LC"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # LTM
    vmatrix["LTM"] = make_array();
    vmatrix["LTM"]["affected"  ] = make_list("11.0.0-11.4.1","10.1.0-10.2.4");
    vmatrix["LTM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    # PEM
    vmatrix["PEM"] = make_array();
    vmatrix["PEM"]["affected"  ] = make_list("11.3.0-11.4.1");
    vmatrix["PEM"]["unaffected"] = make_list("11.5.0-11.6.0");
    
    
    if (bigip_is_affected(vmatrix:vmatrix, sol:sol))
    {
      set_kb_item(name:'www/0/XSS', value:TRUE);
      if (report_verbosity > 0) security_warning(port:0, extra:bigip_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = bigip_get_tested_modules();
      audit_extra = "For BIG-IP module(s) " + tested + ",";
      if (tested) audit(AUDIT_INST_VER_NOT_VULN, audit_extra, version);
      else audit(AUDIT_HOST_NOT, "running any of the affected modules");
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-0512.NASL
    descriptionFrom Red Hat Security Advisory 2013:0512 : Updated httpd packages that fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. An input sanitization flaw was found in the mod_negotiation Apache HTTP Server module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use this flaw to conduct cross-site scripting attacks against users visiting the site. (CVE-2008-0455, CVE-2012-2687) It was discovered that mod_proxy_ajp, when used in configurations with mod_proxy in load balancer mode, would mark a back-end server as failed when request processing timed out, even when a previous AJP (Apache JServ Protocol) CPing request was responded to by the back-end. A remote attacker able to make a back-end use an excessive amount of time to process a request could cause mod_proxy to not send requests to back-end AJP servers for the retry timeout period or until all back-end servers were marked as failed. (CVE-2012-4557) These updated httpd packages include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All users of httpd are advised to upgrade to these updated packages, which contain backported patches to correct these issues and add these enhancements. After installing the updated packages, the httpd daemon will be restarted automatically.
    last seen2020-06-01
    modified2020-06-02
    plugin id68750
    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/68750
    titleOracle Linux 6 : httpd (ELSA-2013-0512)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2013:0512 and 
    # Oracle Linux Security Advisory ELSA-2013-0512 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(68750);
      script_version("1.7");
      script_cvs_date("Date: 2019/09/30 10:58:18");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-2687", "CVE-2012-4557");
      script_bugtraq_id(27409, 50322, 50494, 50802, 51407, 51706, 55131, 56753);
      script_xref(name:"RHSA", value:"2013:0512");
    
      script_name(english:"Oracle Linux 6 : httpd (ELSA-2013-0512)");
      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:0512 :
    
    Updated httpd packages that fix two security issues, several bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    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.
    
    The httpd packages contain the Apache HTTP Server (httpd), which is
    the namesake project of The Apache Software Foundation.
    
    An input sanitization flaw was found in the mod_negotiation Apache
    HTTP Server module. A remote attacker able to upload or create files
    with arbitrary names in a directory that has the MultiViews options
    enabled, could use this flaw to conduct cross-site scripting attacks
    against users visiting the site. (CVE-2008-0455, CVE-2012-2687)
    
    It was discovered that mod_proxy_ajp, when used in configurations with
    mod_proxy in load balancer mode, would mark a back-end server as
    failed when request processing timed out, even when a previous AJP
    (Apache JServ Protocol) CPing request was responded to by the
    back-end. A remote attacker able to make a back-end use an excessive
    amount of time to process a request could cause mod_proxy to not send
    requests to back-end AJP servers for the retry timeout period or until
    all back-end servers were marked as failed. (CVE-2012-4557)
    
    These updated httpd packages include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All users of httpd are advised to upgrade to these updated packages,
    which contain backported patches to correct these issues and add these
    enhancements. After installing the updated packages, the httpd daemon
    will be restarted automatically."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2013-February/003287.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected httpd packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/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_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:httpd-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:httpd-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:mod_ssl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/01/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/25");
      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:"httpd-2.2.15-26.0.1.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"httpd-devel-2.2.15-26.0.1.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"httpd-manual-2.2.15-26.0.1.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"httpd-tools-2.2.15-26.0.1.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"mod_ssl-2.2.15-26.0.1.el6")) 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, "httpd / httpd-devel / httpd-manual / httpd-tools / mod_ssl");
    }
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20130108_HTTPD_ON_SL5_X.NASL
    descriptionInput sanitization flaws were found in the mod_negotiation module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use these flaws to conduct cross-site scripting and HTTP response splitting attacks against users visiting the site. (CVE-2008-0455, CVE-2008-0456, CVE-2012-2687) Bug fixes : - Previously, no check was made to see if the /etc/pki/tls/private/localhost.key file was a valid key prior to running the
    last seen2020-03-18
    modified2013-01-17
    plugin id63597
    published2013-01-17
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63597
    titleScientific Linux Security Update : httpd on SL5.x i386/x86_64 (20130108)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(63597);
      script_version("1.10");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2008-0455", "CVE-2008-0456", "CVE-2012-2687");
    
      script_name(english:"Scientific Linux Security Update : httpd on SL5.x i386/x86_64 (20130108)");
      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:
    "Input sanitization flaws were found in the mod_negotiation module. A
    remote attacker able to upload or create files with arbitrary names in
    a directory that has the MultiViews options enabled, could use these
    flaws to conduct cross-site scripting and HTTP response splitting
    attacks against users visiting the site. (CVE-2008-0455,
    CVE-2008-0456, CVE-2012-2687)
    
    Bug fixes :
    
      - Previously, no check was made to see if the
        /etc/pki/tls/private/localhost.key file was a valid key
        prior to running the '%post' script for the 'mod_ssl'
        package. Consequently, when
        /etc/pki/tls/certs/localhost.crt did not exist and
        'localhost.key' was present but invalid, upgrading the
        Apache HTTP Server daemon (httpd) with mod_ssl failed.
        The '%post' script has been fixed to test for an
        existing SSL key. As a result, upgrading httpd with
        mod_ssl now proceeds as expected.
    
      - The 'mod_ssl' module did not support operation under
        FIPS mode. Consequently, when operating Scientific Linux
        5 with FIPS mode enabled, httpd failed to start. An
        upstream patch has been applied to disable non-FIPS
        functionality if operating under FIPS mode and httpd now
        starts as expected.
    
      - Prior to this update, httpd exit status codes were not
        Linux Standard Base (LSB) compliant. When the command
        'service httpd reload' was run and httpd failed, the
        exit status code returned was '0' and not in the range 1
        to 6 as expected. A patch has been applied to the init
        script and httpd now returns '1' as an exit status code.
    
      - Chunked Transfer Coding is described in RFC 2616.
        Previously, the Apache server did not correctly handle a
        chunked encoded POST request with a 'chunk- size' or
        'chunk-extension' value of 32 bytes or more.
        Consequently, when such a POST request was made the
        server did not respond. An upstream patch has been
        applied and the problem no longer occurs.
    
      - Due to a regression, when mod_cache received a
        non-cacheable 304 response, the headers were served
        incorrectly. Consequently, compressed data could be
        returned to the client without the cached headers to
        indicate the data was compressed. An upstream patch has
        been applied to merge response and cached headers before
        data from the cache is served to the client. As a
        result, cached data is now correctly interpreted by the
        client.
    
      - In a proxy configuration, certain response-line strings
        were not handled correctly. If a response-line without a
        'description' string was received from the origin
        server, for a non-standard status code, such as the
        '450' status code, a '500 Internal Server Error' would
        be returned to the client. This bug has been fixed so
        that the original response line is returned to the
        client.
    
    Enhancements :
    
      - The configuration directive 'LDAPReferrals' is now
        supported in addition to the previously introduced
        'LDAPChaseReferrals'.
    
      - The AJP support module for 'mod_proxy', 'mod_proxy_ajp',
        now supports the 'ProxyErrorOverride' directive.
        Consequently, it is now possible to configure customized
        error pages for web applications running on a backend
        server accessed via AJP.
    
      - The '%posttrans' scriptlet which automatically restarts
        the httpd service after a package upgrade can now be
        disabled. If the file /etc/sysconfig/httpd-
        disable-posttrans exists, the scriptlet will not restart
        the daemon.
    
      - The output of 'httpd -S' now includes configured alias
        names for each virtual host.
    
      - New certificate variable names are now exposed by
        'mod_ssl' using the '_DN_userID' suffix, such as
        'SSL_CLIENT_S_DN_userID', which use the commonly used
        object identifier (OID) definition of 'userID', OID
        0.9.2342.19200300.100.1.1."
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1301&L=scientific-linux-errata&T=0&P=2201
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?3fe6daa3"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_cwe_id(79, 94);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:httpd-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:httpd-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:mod_ssl");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/01/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/01/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/17");
      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:"httpd-2.2.3-74.el5")) flag++;
    if (rpm_check(release:"SL5", reference:"httpd-debuginfo-2.2.3-74.el5")) flag++;
    if (rpm_check(release:"SL5", reference:"httpd-devel-2.2.3-74.el5")) flag++;
    if (rpm_check(release:"SL5", reference:"httpd-manual-2.2.3-74.el5")) flag++;
    if (rpm_check(release:"SL5", reference:"mod_ssl-2.2.3-74.el5")) 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, "httpd / httpd-debuginfo / httpd-devel / httpd-manual / mod_ssl");
    }
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-0512.NASL
    descriptionUpdated httpd packages that fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. An input sanitization flaw was found in the mod_negotiation Apache HTTP Server module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use this flaw to conduct cross-site scripting attacks against users visiting the site. (CVE-2008-0455, CVE-2012-2687) It was discovered that mod_proxy_ajp, when used in configurations with mod_proxy in load balancer mode, would mark a back-end server as failed when request processing timed out, even when a previous AJP (Apache JServ Protocol) CPing request was responded to by the back-end. A remote attacker able to make a back-end use an excessive amount of time to process a request could cause mod_proxy to not send requests to back-end AJP servers for the retry timeout period or until all back-end servers were marked as failed. (CVE-2012-4557) These updated httpd packages include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All users of httpd are advised to upgrade to these updated packages, which contain backported patches to correct these issues and add these enhancements. After installing the updated packages, the httpd daemon will be restarted automatically.
    last seen2020-06-01
    modified2020-06-02
    plugin id65145
    published2013-03-10
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65145
    titleCentOS 6 : httpd (CESA-2013:0512)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0512 and 
    # CentOS Errata and Security Advisory 2013:0512 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65145);
      script_version("1.11");
      script_cvs_date("Date: 2020/01/06");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-2687", "CVE-2012-4557");
      script_bugtraq_id(27409, 55131, 56753);
      script_xref(name:"RHSA", value:"2013:0512");
    
      script_name(english:"CentOS 6 : httpd (CESA-2013:0512)");
      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 httpd packages that fix two security issues, several bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    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.
    
    The httpd packages contain the Apache HTTP Server (httpd), which is
    the namesake project of The Apache Software Foundation.
    
    An input sanitization flaw was found in the mod_negotiation Apache
    HTTP Server module. A remote attacker able to upload or create files
    with arbitrary names in a directory that has the MultiViews options
    enabled, could use this flaw to conduct cross-site scripting attacks
    against users visiting the site. (CVE-2008-0455, CVE-2012-2687)
    
    It was discovered that mod_proxy_ajp, when used in configurations with
    mod_proxy in load balancer mode, would mark a back-end server as
    failed when request processing timed out, even when a previous AJP
    (Apache JServ Protocol) CPing request was responded to by the
    back-end. A remote attacker able to make a back-end use an excessive
    amount of time to process a request could cause mod_proxy to not send
    requests to back-end AJP servers for the retry timeout period or until
    all back-end servers were marked as failed. (CVE-2012-4557)
    
    These updated httpd packages include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All users of httpd are advised to upgrade to these updated packages,
    which contain backported patches to correct these issues and add these
    enhancements. After installing the updated packages, the httpd daemon
    will be restarted automatically."
      );
      # https://lists.centos.org/pipermail/centos-announce/2013-March/019341.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?d0af05ff"
      );
      # https://lists.centos.org/pipermail/centos-cr-announce/2013-February/000530.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?bf0fdbb9"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected httpd packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2012-4557");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:httpd-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:httpd-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:mod_ssl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/01/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/10");
      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:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 6.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-6", reference:"httpd-2.2.15-26.el6.centos")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"httpd-devel-2.2.15-26.el6.centos")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"httpd-manual-2.2.15-26.el6.centos")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"httpd-tools-2.2.15-26.el6.centos")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"mod_ssl-2.2.15-26.el6.centos")) flag++;
    
    
    if (flag)
    {
      cr_plugin_caveat = '\n' +
        'NOTE: The security advisory associated with this vulnerability has a\n' +
        'fixed package version that may only be available in the continuous\n' +
        'release (CR) repository for CentOS, until it is present in the next\n' +
        'point release of CentOS.\n\n' +
    
        'If an equal or higher package level does not exist in the baseline\n' +
        'repository for your major version of CentOS, then updates from the CR\n' +
        'repository will need to be applied in order to address the\n' +
        'vulnerability.\n';
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get() + cr_plugin_caveat
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "httpd / httpd-devel / httpd-manual / httpd-tools / mod_ssl");
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0512.NASL
    descriptionUpdated httpd packages that fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. An input sanitization flaw was found in the mod_negotiation Apache HTTP Server module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use this flaw to conduct cross-site scripting attacks against users visiting the site. (CVE-2008-0455, CVE-2012-2687) It was discovered that mod_proxy_ajp, when used in configurations with mod_proxy in load balancer mode, would mark a back-end server as failed when request processing timed out, even when a previous AJP (Apache JServ Protocol) CPing request was responded to by the back-end. A remote attacker able to make a back-end use an excessive amount of time to process a request could cause mod_proxy to not send requests to back-end AJP servers for the retry timeout period or until all back-end servers were marked as failed. (CVE-2012-4557) These updated httpd packages include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All users of httpd are advised to upgrade to these updated packages, which contain backported patches to correct these issues and add these enhancements. After installing the updated packages, the httpd daemon will be restarted automatically.
    last seen2020-06-01
    modified2020-06-02
    plugin id64761
    published2013-02-21
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64761
    titleRHEL 6 : httpd (RHSA-2013:0512)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0512. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64761);
      script_version("1.18");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2008-0455", "CVE-2012-2687", "CVE-2012-4557");
      script_bugtraq_id(27409, 55131, 56753);
      script_xref(name:"RHSA", value:"2013:0512");
    
      script_name(english:"RHEL 6 : httpd (RHSA-2013:0512)");
      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 httpd packages that fix two security issues, several bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    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.
    
    The httpd packages contain the Apache HTTP Server (httpd), which is
    the namesake project of The Apache Software Foundation.
    
    An input sanitization flaw was found in the mod_negotiation Apache
    HTTP Server module. A remote attacker able to upload or create files
    with arbitrary names in a directory that has the MultiViews options
    enabled, could use this flaw to conduct cross-site scripting attacks
    against users visiting the site. (CVE-2008-0455, CVE-2012-2687)
    
    It was discovered that mod_proxy_ajp, when used in configurations with
    mod_proxy in load balancer mode, would mark a back-end server as
    failed when request processing timed out, even when a previous AJP
    (Apache JServ Protocol) CPing request was responded to by the
    back-end. A remote attacker able to make a back-end use an excessive
    amount of time to process a request could cause mod_proxy to not send
    requests to back-end AJP servers for the retry timeout period or until
    all back-end servers were marked as failed. (CVE-2012-4557)
    
    These updated httpd packages include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All users of httpd are advised to upgrade to these updated packages,
    which contain backported patches to correct these issues and add these
    enhancements. After installing the updated packages, the httpd daemon
    will be restarted automatically."
      );
      # https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b5caa05f"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2013:0512"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-4557"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-0455"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2012-2687"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/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_cwe_id(79);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:httpd-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:mod_ssl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/01/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/21");
      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:0512";
      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", cpu:"i686", reference:"httpd-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"httpd-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"httpd-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"httpd-debuginfo-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"httpd-devel-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"httpd-manual-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"httpd-tools-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"httpd-tools-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"httpd-tools-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"mod_ssl-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"mod_ssl-2.2.15-26.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"mod_ssl-2.2.15-26.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, "httpd / httpd-debuginfo / httpd-devel / httpd-manual / httpd-tools / etc");
      }
    }
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-200803-19.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-200803-19 (Apache: Multiple vulnerabilities) Adrian Pastor and Amir Azam (ProCheckUp) reported that the HTTP Method specifier header is not properly sanitized when the HTTP return code is
    last seen2020-06-01
    modified2020-06-02
    plugin id31445
    published2008-03-13
    reporterThis script is Copyright (C) 2008-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/31445
    titleGLSA-200803-19 : Apache: Multiple vulnerabilities
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-0130.NASL
    descriptionFrom Red Hat Security Advisory 2013:0130 : Updated httpd packages that fix multiple security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. Input sanitization flaws were found in the mod_negotiation module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use these flaws to conduct cross-site scripting and HTTP response splitting attacks against users visiting the site. (CVE-2008-0455, CVE-2008-0456, CVE-2012-2687) Bug fixes : * Previously, no check was made to see if the /etc/pki/tls/private/localhost.key file was a valid key prior to running the
    last seen2020-06-01
    modified2020-06-02
    plugin id68701
    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/68701
    titleOracle Linux 5 : httpd (ELSA-2013-0130)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0130.NASL
    descriptionUpdated httpd packages that fix multiple security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. Input sanitization flaws were found in the mod_negotiation module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use these flaws to conduct cross-site scripting and HTTP response splitting attacks against users visiting the site. (CVE-2008-0455, CVE-2008-0456, CVE-2012-2687) Bug fixes : * Previously, no check was made to see if the /etc/pki/tls/private/localhost.key file was a valid key prior to running the
    last seen2020-06-01
    modified2020-06-02
    plugin id63411
    published2013-01-08
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63411
    titleRHEL 5 : httpd (RHSA-2013:0130)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-0130.NASL
    descriptionUpdated httpd packages that fix multiple security issues, various bugs, and add enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having low 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. The httpd packages contain the Apache HTTP Server (httpd), which is the namesake project of The Apache Software Foundation. Input sanitization flaws were found in the mod_negotiation module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use these flaws to conduct cross-site scripting and HTTP response splitting attacks against users visiting the site. (CVE-2008-0455, CVE-2008-0456, CVE-2012-2687) Bug fixes : * Previously, no check was made to see if the /etc/pki/tls/private/localhost.key file was a valid key prior to running the
    last seen2020-06-01
    modified2020-06-02
    plugin id63575
    published2013-01-17
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63575
    titleCentOS 5 : httpd (CESA-2013:0130)
  • NASL familyWeb Servers
    NASL idAPACHE_MOD_NEGOTIATION_XSS.NASL
    descriptionAccording to its banner, the version of Apache running on the remote host does not properly escape filenames in 406 responses. A remote attacker can exploit this to inject arbitrary HTTP headers or conduct cross-site scripting attacks by uploading a file with a specially crafted name. Note that the remote web server may not actually be affected by these vulnerabilities as Nessus has relied solely on the version number in the server
    last seen2020-06-01
    modified2020-06-02
    plugin id17692
    published2011-11-18
    reporterThis script is Copyright (C) 2011-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/17692
    titleApache mod_negotiation Multi-Line Filename Upload Vulnerabilities
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20130221_HTTPD_ON_SL6_X.NASL
    descriptionAn input sanitization flaw was found in the mod_negotiation Apache HTTP Server module. A remote attacker able to upload or create files with arbitrary names in a directory that has the MultiViews options enabled, could use this flaw to conduct cross-site scripting attacks against users visiting the site. (CVE-2008-0455, CVE-2012-2687) It was discovered that mod_proxy_ajp, when used in configurations with mod_proxy in load balancer mode, would mark a back-end server as failed when request processing timed out, even when a previous AJP (Apache JServ Protocol) CPing request was responded to by the back-end. A remote attacker able to make a back-end use an excessive amount of time to process a request could cause mod_proxy to not send requests to back-end AJP servers for the retry timeout period or until all back-end servers were marked as failed. (CVE-2012-4557) After installing the updated packages, the httpd daemon will be restarted automatically.
    last seen2020-03-18
    modified2013-03-01
    plugin id64952
    published2013-03-01
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64952
    titleScientific Linux Security Update : httpd on SL6.x i386/x86_64 (20130221)

Redhat

advisories
  • rhsa
    idRHSA-2012:1591
  • rhsa
    idRHSA-2012:1592
  • rhsa
    idRHSA-2012:1594
  • rhsa
    idRHSA-2013:0130
rpms
  • antlr-eap6-0:2.7.7-15_redhat_2.ep6.el5
  • apache-commons-beanutils-0:1.8.3-10.redhat_2.ep6.el5
  • apache-commons-cli-0:1.2-7.5.redhat_2.ep6.el5.4
  • apache-commons-codec-eap6-0:1.4-14.redhat_2.ep6.el5.1
  • apache-commons-collections-0:3.2.1-10.redhat_2.ep6.el5
  • apache-commons-collections-eap6-0:3.2.1-13.redhat_2.ep6.el5.1
  • apache-commons-configuration-0:1.6-7.2.redhat_2.ep6.el5.5
  • apache-commons-daemon-jsvc-eap6-1:1.0.10-3.ep6.el5
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.10-3.ep6.el5
  • apache-commons-io-eap6-0:2.1-6.redhat_2.ep6.el5.1
  • apache-commons-lang-0:2.6-3.redhat_2.ep6.el5
  • apache-commons-lang-eap6-0:2.6-5redhat_2.ep6.el5.1
  • apache-commons-pool-eap6-0:1.5.6-8.redhat_2.ep6.el5.1
  • apache-cxf-0:2.4.9-4.redhat_2.ep6.el5
  • apache-cxf-xjc-utils-0:2.4.0-11.redhat_2.ep6.el5.4
  • apache-mime4j-0:0.6-7.redhat_2.ep6.el5.5
  • atinject-0:1-8.2_redhat_2.ep6.el5.5
  • cal10n-0:0.7.3-8.redhat_2.ep6.el5.5
  • codehaus-jackson-0:1.9.2-6_redhat_2.ep6.el5.5
  • codehaus-jackson-core-asl-0:1.9.2-6_redhat_2.ep6.el5.5
  • codehaus-jackson-jaxrs-0:1.9.2-6_redhat_2.ep6.el5.5
  • codehaus-jackson-mapper-asl-0:1.9.2-6_redhat_2.ep6.el5.5
  • codehaus-jackson-xc-0:1.9.2-6_redhat_2.ep6.el5.5
  • cxf-xjc-boolean-0:2.4.0-11.redhat_2.ep6.el5.4
  • cxf-xjc-dv-0:2.4.0-11.redhat_2.ep6.el5.4
  • cxf-xjc-ts-0:2.4.0-11.redhat_2.ep6.el5.4
  • dom4j-0:1.6.1-14_redhat_3.ep6.el5
  • glassfish-jaf-0:1.1.1-16.redhat_2.ep6.el5
  • glassfish-javamail-0:1.4.4-16.redhat_2.ep6.el5
  • glassfish-jaxb-0:2.2.5-10_redhat_3.ep6.el5
  • glassfish-jsf-0:2.1.13-1_redhat_1.ep6.el5
  • glassfish-jsf12-0:1.2_15-9_b01_redhat_2.ep6.el5
  • gnu-getopt-0:1.0.13-1.2_redhat_2.ep6.el5.5
  • guava-0:11.0.2-0.5.redhat_2.ep6.el5.6
  • h2database-0:1.3.168-2_redhat_1.ep6.el5
  • hibernate-beanvalidation-api-0:1.0.0-4.7.GA_redhat_2.ep6.el5.3
  • hibernate-jpa-2.0-api-0:1.0.1-5.Final_redhat_2.1.ep6.el5.4
  • hibernate3-commons-annotations-0:4.0.1-5.Final_redhat_2.1.ep6.el5.3
  • hibernate4-0:4.1.6-3.5.Final_redhat_2.ep6.el5
  • hibernate4-core-0:4.1.6-3.5.Final_redhat_2.ep6.el5
  • hibernate4-entitymanager-0:4.1.6-3.5.Final_redhat_2.ep6.el5
  • hibernate4-envers-0:4.1.6-3.5.Final_redhat_2.ep6.el5
  • hibernate4-infinispan-0:4.1.6-3.5.Final_redhat_2.ep6.el5
  • hibernate4-validator-0:4.2.0-7.Final_redhat_2.1.ep6.el5.4
  • hornetq-0:2.2.23-1.Final_redhat_1.ep6.el5
  • hornetq-native-0:2.2.21-1.1.Final.ep6.el5
  • hornetq-native-debuginfo-0:2.2.21-1.1.Final.ep6.el5
  • httpcomponents-httpclient-0:4.1.3-4_redhat_2.ep6.el5
  • httpcomponents-httpcore-0:4.1.4-4_redhat_2.ep6.el5
  • httpd-0:2.2.22-14.ep6.el5
  • httpd-debuginfo-0:2.2.22-14.ep6.el5
  • httpd-devel-0:2.2.22-14.ep6.el5
  • httpd-tools-0:2.2.22-14.ep6.el5
  • httpserver-0:1.0.1-3.Final_redhat_2.ep6.el5.3
  • infinispan-0:5.1.8-1.Final_redhat_1.ep6.el5
  • infinispan-cachestore-jdbc-0:5.1.8-1.Final_redhat_1.ep6.el5
  • infinispan-cachestore-remote-0:5.1.8-1.Final_redhat_1.ep6.el5
  • infinispan-client-hotrod-0:5.1.8-1.Final_redhat_1.ep6.el5
  • infinispan-core-0:5.1.8-1.Final_redhat_1.ep6.el5
  • ironjacamar-0:1.0.13-1.Final_redhat_1.ep6.el5
  • jacorb-jboss-0:2.3.2-3.redhat_2.ep6.el5.3
  • jandex-0:1.0.3-7.Final_redhat_2.ep6.el5.2
  • javassist-0:3.15.0-5.GA_redhat_2.ep6.el5.3
  • javassist-eap6-0:3.15.0-5.GA_redhat_2.ep6.el5.3
  • jaxbintros-0:1.0.2-11.GA_redhat_2.ep6.el5.3
  • jaxen-0:1.1.3-8.redhat_2.ep6.el5.4
  • jaxws-jboss-httpserver-httpspi-0:1.0.1-3.GA_redhat_2.ep6.el5.3
  • jbosgi-deployment-0:1.1.0-2.Final_redhat_3.ep6.el5.3
  • jbosgi-framework-core-0:1.3.1-3.CR1_redhat_1.ep6.el5
  • jbosgi-metadata-0:2.1.0-2.Final_redhat_3.ep6.el5.3
  • jbosgi-repository-0:1.2.0-2.Final_redhat_2.ep6.el5.2
  • jbosgi-resolver-0:2.1.0-2.Final_redhat_3.ep6.el5.3
  • jbosgi-spi-0:3.1.0-3.Final_redhat_3.ep6.el5
  • jbosgi-vfs-0:1.1.0-2.Final_redhat_2.ep6.el5.2
  • jboss-annotations-api_1.1_spec-0:1.0.1-3.2.Final_redhat_2.ep6.el5
  • jboss-as-appclient-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-cli-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-client-all-0:7.1.3-4.1.Final_redhat_4.ep6.el5
  • jboss-as-clustering-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-cmp-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-configadmin-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-connector-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-console-0:1.4.2-1.Final_redhat_1.ep6.el5
  • jboss-as-controller-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-controller-client-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-deployment-repository-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-deployment-scanner-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-domain-http-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-domain-management-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-ee-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-ee-deployment-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-ejb3-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-embedded-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-host-controller-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jacorb-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jaxr-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jaxrs-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jdr-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jmx-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jpa-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jsf-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-jsr77-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-logging-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-mail-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-management-client-content-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-messaging-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-modcluster-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-naming-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-network-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-osgi-configadmin-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-osgi-service-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-platform-mbean-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-pojo-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-process-controller-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-protocol-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-remoting-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-sar-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-security-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-server-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-threads-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-transactions-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-web-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-webservices-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-weld-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-as-xts-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jboss-classfilewriter-0:1.0.3-2.Final_redhat_1.ep6.el5
  • jboss-common-beans-0:1.0.0-5.Final_redhat_2.ep6.el5
  • jboss-common-core-1:2.2.17-10.GA_redhat_2.ep6.el5
  • jboss-connector-api_1.6_spec-0:1.0.1-3.3.Final_redhat_2.ep6.el5
  • jboss-dmr-0:1.1.1-8.Final_redhat_2.ep6.el5
  • jboss-ejb-api_3.1_spec-0:1.0.2-10.Final_redhat_2.ep6.el5
  • jboss-ejb-client-0:1.0.11-2.Final_redhat_1.ep6.el5
  • jboss-ejb3-ext-api-0:2.0.0-9.redhat_2.ep6.el5
  • jboss-el-api_2.2_spec-0:1.0.2-2.Final_redhat_1.ep6.el5
  • jboss-iiop-client-0:1.0.0-4.Final_redhat_2.1.ep6.el5
  • jboss-interceptors-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el5
  • jboss-invocation-0:1.1.1-5.Final_redhat_2.ep6.el5.4
  • jboss-j2eemgmt-api_1.1_spec-0:1.0.1-5.Final_redhat_2.ep6.el5
  • jboss-jacc-api_1.4_spec-0:1.0.2-5.Final_redhat_2.ep6.el5
  • jboss-jad-api_1.2_spec-0:1.0.1-6.Final_redhat_2.ep6.el5
  • jboss-jaspi-api_1.0_spec-0:1.0.1-6.Final_redhat_2.ep6.el5
  • jboss-jaxb-api_2.2_spec-0:1.0.4-3.Final_redhat_2.1.ep6.el5.1
  • jboss-jaxr-api_1.0_spec-0:1.0.2-4.Final_redhat_2.ep6.el5
  • jboss-jaxrpc-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el5
  • jboss-jaxrs-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el5
  • jboss-jaxws-api_2.2_spec-0:2.0.1-5.Final_redhat_2.ep6.el5
  • jboss-jms-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el5
  • jboss-jsf-api_2.1_spec-0:2.0.7-1.Final_redhat_1.ep6.el5
  • jboss-jsp-api_2.2_spec-0:1.0.1-5.Final_redhat_2.ep6.el5
  • jboss-jstl-api_1.2_spec-0:1.0.3-3.Final_redhat_2.ep6.el5
  • jboss-logging-0:3.1.2-3.GA_redhat_1.ep6.el5
  • jboss-logmanager-0:1.3.2-2.Final_redhat_1.ep6.el5
  • jboss-marshalling-0:1.3.15-2.GA_redhat_1.ep6.el5
  • jboss-metadata-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-metadata-appclient-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-metadata-common-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-metadata-ear-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-metadata-ejb-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-metadata-web-0:7.0.4-2.Final_redhat_1.ep6.el5
  • jboss-modules-0:1.1.3-2.GA_redhat_1.ep6.el5.1
  • jboss-msc-0:1.0.2-3.GA_redhat_2.2.ep6.el5
  • jboss-osgi-logging-0:1.0.0-5._redhat_2.1.ep6.el5.2
  • jboss-remote-naming-0:1.0.4-2.Final_redhat_1.ep6.el5.1
  • jboss-remoting3-0:3.2.14-1.GA_redhat_1.ep6.el5
  • jboss-remoting3-jmx-0:1.0.4-2.Final_redhat_1.ep6.el5.7
  • jboss-rmi-api_1.0_spec-0:1.0.4-9.2.Final_redhat_2.ep6.el5
  • jboss-saaj-api_1.3_spec-0:1.0.2-4_redhat_2.ep6.el5
  • jboss-sasl-0:1.0.3-2.Final_redhat_1.ep6.el5
  • jboss-seam-int-0:6.0.0-8.GA_redhat_2.ep6.el5
  • jboss-security-negotiation-0:2.2.1-2.Final_redhat_1.ep6.el5
  • jboss-security-xacml-0:2.0.8-5.Final_redhat_2.ep6.el5
  • jboss-servlet-api_2.5_spec-0:1.0.1-9.Final_redhat_2.ep6.el5
  • jboss-servlet-api_3.0_spec-0:1.0.1-11.Final_redhat_2.ep6.el5
  • jboss-specs-parent-0:1.0.0-5.Beta2_redhat_2.ep6.el5
  • jboss-stdio-0:1.0.1-7.GA_redhat_2.ep6.el5
  • jboss-threads-0:2.0.0-7.GA_redhat_2.ep6.el5
  • jboss-transaction-api_1.1_spec-0:1.0.1-5.Final_redhat_2.ep6.el5
  • jboss-transaction-spi-0:7.0.0-0.10.Final_redhat_2.ep6.el5
  • jboss-vfs2-0:3.1.0-4.Final_redhat_2.ep6.el5
  • jboss-weld-1.1-api-0:1.1-6.Final_redhat_2.ep6.el5.1
  • jboss-xnio-base-0:3.0.7-1.GA_redhat_1.ep6.el5
  • jbossas-appclient-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-bundles-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-core-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-domain-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-hornetq-native-0:2.2.21-1.1.Final.ep6.el5
  • jbossas-javadocs-0:7.1.3-4.Final_redhat_3.ep6.el5
  • jbossas-jbossweb-native-0:1.1.24-1.1.ep6.el5
  • jbossas-modules-eap-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-product-eap-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossas-standalone-0:7.1.3-4.Final_redhat_4.ep6.el5
  • jbossts-1:4.16.6-1.Final_redhat_1.ep6.el5
  • jbossweb-0:7.0.17-1.Final_redhat_1.ep6.el5
  • jbossweb-lib-0:7.0.17-1.Final_redhat_1.ep6.el5
  • jbossws-api-0:1.0.0-3.GA_redhat_2.ep6.el5.3
  • jbossws-common-0:2.0.4-5.GA_redhat_3.ep6.el5.5
  • jbossws-common-tools-0:1.0.2-1.GA_redhat_1.ep6.el5
  • jbossws-cxf-0:4.0.6-2.GA_redhat_2.ep6.el5
  • jbossws-native-0:4.0.6-1.GA_redhat_1.ep6.el5
  • jbossws-spi-0:2.0.4-3.1.GA_redhat_1.ep6.el5
  • jbossxb2-0:2.0.3-13.GA_redhat_2.ep6.el5.3
  • jcip-annotations-0:1.0-2.2.3_redhat_2.ep6.el5.5
  • jdom-eap6-0:1.1.2-4.GA_redhat_2.ep6.el5
  • jettison-0:1.3.1-7_redhat_2.ep6.el5
  • jgroups-1:3.0.14-2.Final_redhat_1.ep6.el5
  • jline-eap6-0:0.9.94-10.GA_redhat_2.ep6.el5.4
  • joda-time-0:1.6.2-5.redhat_3.ep6.el5.4
  • jtype-0:0.1.1-9_redhat_2.3.ep6.el5.4
  • juddi-0:3.1.3-3_redhat_2.1.ep6.el5.3
  • jul-to-slf4j-stub-0:1.0.0-4.Final_redhat_2.1.ep6.el5.2
  • jython-eap6-0:2.5.2-5.redhat_2.ep6.el5.4
  • log4j-eap6-0:1.2.16-11.redhat_2.ep6.el5.4
  • log4j-jboss-logmanager-0:1.0.1-3.Final_redhat_2.ep6.el5
  • mod_cluster-0:1.2.3-1.Final_redhat_1.ep6.el5
  • mod_cluster-demo-0:1.2.3-1.Final_redhat_1.ep6.el5
  • mod_cluster-native-0:1.2.3-3.Final.ep6.el5
  • mod_cluster-native-debuginfo-0:1.2.3-3.Final.ep6.el5
  • mod_jk-ap22-0:1.2.36-5.1.ep6.el5
  • mod_jk-debuginfo-0:1.2.36-5.1.ep6.el5
  • mod_ssl-1:2.2.22-14.ep6.el5
  • netty-0:3.2.6-2_redhat_2.2.ep6.el5.4
  • objectweb-asm-eap6-0:3.3.1-5_redhat_2.ep6.el5.3
  • org.apache.felix.configadmin-0:1.2.8-4_redhat_2.ep6.el5
  • org.apache.felix.log-0:1.0.0-5.redhat_2.ep6.el5
  • org.osgi.core-0:4.2.0-4.redhat_2.ep6.el5.3
  • org.osgi.enterprise-0:4.2.0-4.redhat_2.ep6.el5.3
  • picketbox-0:4.0.14-2.Final_redhat_2.ep6.el5
  • picketbox-commons-0:1.0.0-0.8.final_redhat_2.ep6.el5.3
  • picketlink-federation-0:2.1.3.1-3.redhat_1.ep6.el5
  • relaxngDatatype-0:2011.1-0.1_redhat_3.ep6.el5.4
  • resteasy-0:2.3.4-4.Final_redhat_2.ep6.el5.3
  • rngom-0:201103-0.5.redhat_2.ep6.el5.4
  • scannotation-0:1.0.2-8.redhat_2.ep6.el5.2
  • shrinkwrap-0:1.0.0-16.redhat_2.ep6.el5
  • slf4j-0:1.6.1-23.redhat_2.ep6.el5
  • slf4j-eap6-0:1.6.1-23.redhat_2.ep6.el5
  • slf4j-jboss-logmanager-0:1.0.0-7.GA_redhat_2.3.ep6.el5.2
  • snakeyaml-0:1.8-8.redhat_2.ep6.el5.2
  • staxmapper-0:1.1.0-6.Final_redhat_2.ep6.el5.2
  • stilts-0:0.1.26-6.GA.redhat_2.ep6.el5.4
  • sun-codemodel-0:2.6-3_redhat_2.ep6.el5.3
  • sun-istack-commons-1:2.6.1-9_redhat_2.ep6.el5
  • sun-saaj-1.3-impl-0:1.3.16-9.redhat_2.ep6.el5.3
  • sun-txw2-0:20110809-6_redhat_2.ep6.el5.4
  • sun-ws-metadata-2.0-api-0:1.0.MR1-12_MR1_redhat_2.ep6.el5.4
  • sun-xsom-0:20110809-5_redhat_3.ep6.el5.3
  • tomcat-native-0:1.1.24-1.1.ep6.el5
  • tomcat-native-debuginfo-0:1.1.24-1.1.ep6.el5
  • velocity-eap6-0:1.6.3-7.redhat_2.ep6.el5.4
  • weld-cdi-1.0-api-0:1.0-6.SP4_redhat_2.ep6.el5.5
  • weld-core-0:1.1.10-2.Final_redhat_1.ep6.el5.1
  • woodstox-core-0:4.1.1-1.redhat_2.ep6.el5.4
  • woodstox-stax2-api-0:3.1.1-1.redhat_2.ep6.el5.4
  • ws-commons-XmlSchema-0:2.0.2-7.redhat_2.ep6.el5
  • ws-commons-neethi-0:3.0.2-5.redhat_2.ep6.el5
  • ws-scout-0:1.2.6-3.redhat_2.2.ep6.el5.5
  • wsdl4j-eap6-0:1.6.2-11.redhat_2.ep6.el5
  • wss4j-0:1.6.7-1.redhat_1.ep6.el5
  • xalan-j2-eap6-0:2.7.1-6.12.redhat_3.ep6.el5.2
  • xerces-j2-eap6-0:2.9.1-13_redhat_3.ep6.el5
  • xml-commons-resolver-eap6-0:1.2-10.redhat_2.ep6.el5.3
  • xml-security-0:1.5.2-2.redhat_1.ep6.el5
  • xom-0:1.2.7-1._redhat_3.1.ep6.el5.6
  • antlr-eap6-0:2.7.7-15_redhat_2.ep6.el6
  • apache-commons-beanutils-0:1.8.3-10.redhat_2.ep6.el6
  • apache-commons-cli-0:1.2-7.5.redhat_2.ep6.el6.4
  • apache-commons-codec-eap6-0:1.4-14.redhat_2.ep6.el6.1
  • apache-commons-collections-eap6-0:3.2.1-13.redhat_2.ep6.el6.1
  • apache-commons-configuration-0:1.6-7.2.redhat_2.ep6.el6.5
  • apache-commons-daemon-jsvc-eap6-1:1.0.10-3.ep6.el6
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.10-3.ep6.el6
  • apache-commons-io-eap6-0:2.1-6.redhat_2.ep6.el6.1
  • apache-commons-lang-eap6-0:2.6-5redhat_2.ep6.el6.1
  • apache-commons-pool-eap6-0:1.5.6-8.redhat_2.ep6.el6.1
  • apache-cxf-0:2.4.9-4.redhat_2.ep6.el6
  • apache-cxf-xjc-utils-0:2.4.0-11.redhat_2.ep6.el6.4
  • apache-mime4j-0:0.6-7.redhat_2.ep6.el6.5
  • atinject-0:1-8.2_redhat_2.ep6.el6.5
  • cal10n-0:0.7.3-8.redhat_2.ep6.el6.5
  • codehaus-jackson-0:1.9.2-6_redhat_2.ep6.el6.5
  • codehaus-jackson-core-asl-0:1.9.2-6_redhat_2.ep6.el6.5
  • codehaus-jackson-jaxrs-0:1.9.2-6_redhat_2.ep6.el6.5
  • codehaus-jackson-mapper-asl-0:1.9.2-6_redhat_2.ep6.el6.5
  • codehaus-jackson-xc-0:1.9.2-6_redhat_2.ep6.el6.5
  • cxf-xjc-boolean-0:2.4.0-11.redhat_2.ep6.el6.4
  • cxf-xjc-dv-0:2.4.0-11.redhat_2.ep6.el6.4
  • cxf-xjc-ts-0:2.4.0-11.redhat_2.ep6.el6.4
  • dom4j-0:1.6.1-14_redhat_3.ep6.el6
  • glassfish-jaf-0:1.1.1-14.redhat_2.ep6.el6.3
  • glassfish-javamail-0:1.4.4-16.redhat_2.ep6.el6
  • glassfish-jaxb-0:2.2.5-10_redhat_3.ep6.el6
  • glassfish-jsf-0:2.1.13-1_redhat_1.ep6.el6
  • glassfish-jsf12-0:1.2_15-8_b01_redhat_2.ep6.el6.4
  • gnu-getopt-0:1.0.13-1.2_redhat_2.ep6.el6.5
  • guava-0:11.0.2-0.5.redhat_2.ep6.el6.6
  • h2database-0:1.3.168-2_redhat_1.ep6.el6
  • hibernate-beanvalidation-api-0:1.0.0-4.7.GA_redhat_2.ep6.el6.3
  • hibernate-jpa-2.0-api-0:1.0.1-5.Final_redhat_2.1.ep6.el6.4
  • hibernate3-commons-annotations-0:4.0.1-5.Final_redhat_2.1.ep6.el6.3
  • hibernate4-0:4.1.6-7.Final_redhat_3.ep6.el6
  • hibernate4-core-0:4.1.6-7.Final_redhat_3.ep6.el6
  • hibernate4-entitymanager-0:4.1.6-7.Final_redhat_3.ep6.el6
  • hibernate4-envers-0:4.1.6-7.Final_redhat_3.ep6.el6
  • hibernate4-infinispan-0:4.1.6-7.Final_redhat_3.ep6.el6
  • hibernate4-validator-0:4.2.0-7.Final_redhat_2.1.ep6.el6.4
  • hornetq-0:2.2.23-1.Final_redhat_1.ep6.el6
  • hornetq-native-0:2.2.21-1.Final.ep6.el6
  • hornetq-native-debuginfo-0:2.2.21-1.Final.ep6.el6
  • httpcomponents-httpclient-0:4.1.3-4_redhat_2.ep6.el6
  • httpcomponents-httpcore-0:4.1.4-4_redhat_2.ep6.el6
  • httpd-0:2.2.22-14.ep6.el6
  • httpd-debuginfo-0:2.2.22-14.ep6.el6
  • httpd-devel-0:2.2.22-14.ep6.el6
  • httpd-tools-0:2.2.22-14.ep6.el6
  • httpserver-0:1.0.1-3.Final_redhat_2.ep6.el6.3
  • infinispan-0:5.1.8-1.Final_redhat_1.ep6.el6
  • infinispan-cachestore-jdbc-0:5.1.8-1.Final_redhat_1.ep6.el6
  • infinispan-cachestore-remote-0:5.1.8-1.Final_redhat_1.ep6.el6
  • infinispan-client-hotrod-0:5.1.8-1.Final_redhat_1.ep6.el6
  • infinispan-core-0:5.1.8-1.Final_redhat_1.ep6.el6
  • ironjacamar-0:1.0.13-1.Final_redhat_1.ep6.el6
  • jacorb-jboss-0:2.3.2-3.redhat_2.ep6.el6.3
  • jandex-0:1.0.3-7.Final_redhat_2.ep6.el6.2
  • javassist-0:3.15.0-5.GA_redhat_2.ep6.el6.3
  • javassist-eap6-0:3.15.0-5.GA_redhat_2.ep6.el6.3
  • jaxbintros-0:1.0.2-11.GA_redhat_2.ep6.el6.3
  • jaxen-0:1.1.3-8.redhat_2.ep6.el6.4
  • jaxws-jboss-httpserver-httpspi-0:1.0.1-3.GA_redhat_2.ep6.el6.3
  • jbosgi-deployment-0:1.1.0-2.Final_redhat_3.ep6.el6.3
  • jbosgi-framework-core-0:1.3.1-3.CR1_redhat_1.ep6.el6
  • jbosgi-metadata-0:2.1.0-2.Final_redhat_3.ep6.el6.3
  • jbosgi-repository-0:1.2.0-1.Final_redhat_2.ep6.el6.2
  • jbosgi-resolver-0:2.1.0-2.Final_redhat_3.ep6.el6.3
  • jbosgi-spi-0:3.1.0-3.Final_redhat_3.ep6.el6
  • jbosgi-vfs-0:1.1.0-1.Final_redhat_2.ep6.el6.2
  • jboss-annotations-api_1.1_spec-0:1.0.1-3.2.Final_redhat_2.ep6.el6
  • jboss-as-appclient-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-cli-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-client-all-0:7.1.3-4.1.Final_redhat_4.ep6.el6
  • jboss-as-clustering-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-cmp-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-configadmin-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-connector-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-console-0:1.4.2-1.Final_redhat_1.ep6.el6
  • jboss-as-controller-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-controller-client-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-deployment-repository-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-deployment-scanner-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-domain-http-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-domain-management-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-ee-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-ee-deployment-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-ejb3-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-embedded-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-host-controller-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jacorb-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jaxr-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jaxrs-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jdr-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jmx-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jpa-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jsf-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-jsr77-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-logging-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-mail-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-management-client-content-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-messaging-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-modcluster-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-naming-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-network-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-osgi-configadmin-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-osgi-service-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-platform-mbean-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-pojo-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-process-controller-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-protocol-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-remoting-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-sar-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-security-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-server-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-threads-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-transactions-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-web-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-webservices-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-weld-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-as-xts-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jboss-classfilewriter-0:1.0.3-2.Final_redhat_1.ep6.el6
  • jboss-common-beans-0:1.0.0-5.Final_redhat_2.ep6.el6
  • jboss-common-core-1:2.2.17-10.GA_redhat_2.ep6.el6
  • jboss-connector-api_1.6_spec-0:1.0.1-3.3.Final_redhat_2.ep6.el6
  • jboss-dmr-0:1.1.1-8.Final_redhat_2.ep6.el6
  • jboss-ejb-api_3.1_spec-0:1.0.2-10.Final_redhat_2.ep6.el6
  • jboss-ejb-client-0:1.0.11-2.Final_redhat_1.ep6.el6
  • jboss-ejb3-ext-api-0:2.0.0-9.redhat_2.ep6.el6
  • jboss-el-api_2.2_spec-0:1.0.2-2.Final_redhat_1.ep6.el6
  • jboss-iiop-client-0:1.0.0-4.Final_redhat_2.1.ep6.el6
  • jboss-interceptors-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el6
  • jboss-invocation-0:1.1.1-5.Final_redhat_2.ep6.el6.4
  • jboss-j2eemgmt-api_1.1_spec-0:1.0.1-5.Final_redhat_2.ep6.el6
  • jboss-jacc-api_1.4_spec-0:1.0.2-5.Final_redhat_2.ep6.el6
  • jboss-jad-api_1.2_spec-0:1.0.1-6.Final_redhat_2.ep6.el6
  • jboss-jaspi-api_1.0_spec-0:1.0.1-6.Final_redhat_2.ep6.el6
  • jboss-jaxb-api_2.2_spec-0:1.0.4-3.Final_redhat_2.1.ep6.el6.1
  • jboss-jaxr-api_1.0_spec-0:1.0.2-4.Final_redhat_2.ep6.el6
  • jboss-jaxrpc-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el6
  • jboss-jaxrs-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el6
  • jboss-jaxws-api_2.2_spec-0:2.0.1-5.Final_redhat_2.ep6.el6
  • jboss-jms-api_1.1_spec-0:1.0.1-4.Final_redhat_2.ep6.el6
  • jboss-jsf-api_2.1_spec-0:2.0.7-1.Final_redhat_1.ep6.el6
  • jboss-jsp-api_2.2_spec-0:1.0.1-5.Final_redhat_2.ep6.el6
  • jboss-jstl-api_1.2_spec-0:1.0.3-3.Final_redhat_2.ep6.el6
  • jboss-logging-0:3.1.2-3.GA_redhat_1.ep6.el6
  • jboss-logmanager-0:1.3.2-2.Final_redhat_1.ep6.el6
  • jboss-marshalling-0:1.3.15-2.GA_redhat_1.ep6.el6
  • jboss-metadata-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-metadata-appclient-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-metadata-common-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-metadata-ear-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-metadata-ejb-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-metadata-web-0:7.0.4-2.Final_redhat_1.ep6.el6
  • jboss-modules-0:1.1.3-2.GA_redhat_1.ep6.el6.1
  • jboss-msc-0:1.0.2-3.GA_redhat_2.2.ep6.el6
  • jboss-osgi-logging-0:1.0.0-4._redhat_2.1.ep6.el6.2
  • jboss-remote-naming-0:1.0.4-2.Final_redhat_1.ep6.el6.1
  • jboss-remoting3-0:3.2.14-1.GA_redhat_1.ep6.el6
  • jboss-remoting3-jmx-0:1.0.4-2.Final_redhat_1.ep6.el6.7
  • jboss-rmi-api_1.0_spec-0:1.0.4-9.2.Final_redhat_2.ep6.el6
  • jboss-saaj-api_1.3_spec-0:1.0.2-4_redhat_2.ep6.el6
  • jboss-sasl-0:1.0.3-2.Final_redhat_1.ep6.el6
  • jboss-seam-int-0:6.0.0-8.GA_redhat_2.ep6.el6
  • jboss-security-negotiation-0:2.2.1-2.Final_redhat_1.ep6.el6
  • jboss-security-xacml-0:2.0.8-5.Final_redhat_2.ep6.el6
  • jboss-servlet-api_2.5_spec-0:1.0.1-9.Final_redhat_2.ep6.el6
  • jboss-servlet-api_3.0_spec-0:1.0.1-11.Final_redhat_2.ep6.el6
  • jboss-specs-parent-0:1.0.0-5.Beta2_redhat_2.ep6.el6
  • jboss-stdio-0:1.0.1-7.GA_redhat_2.ep6.el6
  • jboss-threads-0:2.0.0-7.GA_redhat_2.ep6.el6
  • jboss-transaction-api_1.1_spec-0:1.0.1-5.Final_redhat_2.ep6.el6
  • jboss-transaction-spi-0:7.0.0-0.10.Final_redhat_2.ep6.el6
  • jboss-vfs2-0:3.1.0-4.Final_redhat_2.ep6.el6
  • jboss-weld-1.1-api-0:1.1-6.Final_redhat_2.ep6.el6.1
  • jboss-xnio-base-0:3.0.7-1.GA_redhat_1.ep6.el6
  • jbossas-appclient-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-bundles-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-core-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-domain-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-hornetq-native-0:2.2.21-1.Final.ep6.el6
  • jbossas-javadocs-0:7.1.3-4.Final_redhat_3.ep6.el6
  • jbossas-jbossweb-native-0:1.1.24-1.ep6.el6
  • jbossas-modules-eap-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-product-eap-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-standalone-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossas-welcome-content-eap-0:7.1.3-4.Final_redhat_4.ep6.el6
  • jbossts-1:4.16.6-1.Final_redhat_1.ep6.el6
  • jbossweb-0:7.0.17-1.Final_redhat_1.ep6.el6
  • jbossweb-lib-0:7.0.17-1.Final_redhat_1.ep6.el6
  • jbossws-api-0:1.0.0-3.GA_redhat_2.ep6.el6.3
  • jbossws-common-0:2.0.4-5.GA_redhat_3.ep6.el6.5
  • jbossws-common-tools-0:1.0.2-1.GA_redhat_1.ep6.el6
  • jbossws-cxf-0:4.0.6-2.GA_redhat_2.ep6.el6
  • jbossws-native-0:4.0.6-1.GA_redhat_1.ep6.el6
  • jbossws-spi-0:2.0.4-3.1.GA_redhat_1.ep6.el6
  • jbossxb2-0:2.0.3-13.GA_redhat_2.ep6.el6.3
  • jcip-annotations-0:1.0-2.2.3_redhat_2.ep6.el6.5
  • jdom-eap6-0:1.1.2-4.GA_redhat_2.ep6.el6
  • jettison-0:1.3.1-7_redhat_2.ep6.el6
  • jgroups-1:3.0.14-2.Final_redhat_1.ep6.el6
  • jline-eap6-0:0.9.94-10.GA_redhat_2.ep6.el6.4
  • joda-time-0:1.6.2-5.redhat_3.ep6.el6.4
  • jtype-0:0.1.1-9_redhat_2.3.ep6.el6.4
  • juddi-0:3.1.3-2_redhat_2.1.ep6.el6.3
  • jul-to-slf4j-stub-0:1.0.0-4.Final_redhat_2.1.ep6.el6.2
  • jython-eap6-0:2.5.2-5.redhat_2.ep6.el6.4
  • log4j-eap6-0:1.2.16-11.redhat_2.ep6.el6.4
  • log4j-jboss-logmanager-0:1.0.1-3.Final_redhat_2.ep6.el6
  • mod_cluster-0:1.2.3-1.Final_redhat_1.ep6.el6
  • mod_cluster-demo-0:1.2.3-1.Final_redhat_1.ep6.el6
  • mod_cluster-native-0:1.2.3-3.Final.ep6.el6
  • mod_cluster-native-debuginfo-0:1.2.3-3.Final.ep6.el6
  • mod_jk-ap22-0:1.2.36-5.ep6.el6
  • mod_jk-debuginfo-0:1.2.36-5.ep6.el6
  • mod_ssl-1:2.2.22-14.ep6.el6
  • netty-0:3.2.6-2_redhat_2.2.ep6.el6.4
  • objectweb-asm-eap6-0:3.3.1-5_redhat_2.ep6.el6.3
  • org.apache.felix.configadmin-0:1.2.8-4_redhat_2.ep6.el6
  • org.apache.felix.log-0:1.0.0-5.redhat_2.ep6.el6
  • org.osgi.core-0:4.2.0-4.redhat_2.ep6.el6.3
  • org.osgi.enterprise-0:4.2.0-4.redhat_2.ep6.el6.3
  • picketbox-0:4.0.14-2.Final_redhat_2.ep6.el6
  • picketbox-commons-0:1.0.0-0.8.final_redhat_2.ep6.el6.3
  • picketlink-federation-0:2.1.3.1-3.redhat_1.ep6.el6
  • relaxngDatatype-0:2011.1-0.1_redhat_3.ep6.el6.4
  • resteasy-0:2.3.4-4.Final_redhat_2.ep6.el6.3
  • rngom-0:201103-0.5.redhat_2.ep6.el6.4
  • scannotation-0:1.0.2-8.redhat_2.ep6.el6.2
  • shrinkwrap-0:1.0.0-16.redhat_2.ep6.el6
  • slf4j-eap6-0:1.6.1-23.redhat_2.ep6.el6
  • slf4j-jboss-logmanager-0:1.0.0-7.GA_redhat_2.3.ep6.el6.2
  • snakeyaml-0:1.8-8.redhat_2.ep6.el6.2
  • staxmapper-0:1.1.0-6.Final_redhat_2.ep6.el6.2
  • stilts-0:0.1.26-6.GA.redhat_2.ep6.el6.4
  • sun-codemodel-0:2.6-3_redhat_2.ep6.el6.3
  • sun-istack-commons-1:2.6.1-9_redhat_2.ep6.el6
  • sun-saaj-1.3-impl-0:1.3.16-8.redhat_2.ep6.el6.2
  • sun-txw2-0:20110809-5_redhat_2.ep6.el6.3
  • sun-ws-metadata-2.0-api-0:1.0.MR1-12_MR1_redhat_2.ep6.el6.4
  • sun-xsom-0:20110809-5_redhat_3.ep6.el6.3
  • tomcat-native-0:1.1.24-1.ep6.el6
  • tomcat-native-debuginfo-0:1.1.24-1.ep6.el6
  • velocity-eap6-0:1.6.3-7.redhat_2.ep6.el6.4
  • weld-cdi-1.0-api-0:1.0-6.SP4_redhat_2.ep6.el6.5
  • weld-core-0:1.1.10-2.Final_redhat_1.ep6.el6.1
  • woodstox-core-0:4.1.1-1.redhat_2.ep6.el6.4
  • woodstox-stax2-api-0:3.1.1-1.redhat_2.ep6.el6.4
  • ws-commons-XmlSchema-0:2.0.2-7.redhat_2.ep6.el6
  • ws-commons-neethi-0:3.0.2-5.redhat_2.ep6.el6
  • ws-scout-0:1.2.6-3.redhat_2.2.ep6.el6.5
  • wsdl4j-eap6-0:1.6.2-11.redhat_2.ep6.el6
  • wss4j-0:1.6.7-1.redhat_1.ep6.el6
  • xalan-j2-eap6-0:2.7.1-6.12.redhat_3.ep6.el6.2
  • xerces-j2-eap6-0:2.9.1-13_redhat_3.ep6.el6
  • xml-commons-resolver-eap6-0:1.2-10.redhat_2.ep6.el6.3
  • xml-security-0:1.5.2-2.redhat_1.ep6.el6
  • xom-0:1.2.7-1._redhat_3.1.ep6.el6.6
  • httpd-0:2.2.3-74.el5
  • httpd-debuginfo-0:2.2.3-74.el5
  • httpd-devel-0:2.2.3-74.el5
  • httpd-manual-0:2.2.3-74.el5
  • mod_ssl-1:2.2.3-74.el5
  • httpd-0:2.2.15-26.el6
  • httpd-debuginfo-0:2.2.15-26.el6
  • httpd-devel-0:2.2.15-26.el6
  • httpd-manual-0:2.2.15-26.el6
  • httpd-tools-0:2.2.15-26.el6
  • mod_ssl-1:2.2.15-26.el6

Statements

contributorMark J Cox
lastmodified2008-01-25
organizationRed Hat
statementWe do not consider this issue to be security sensitive. Untrusted users should not be permitted to upload files to the directories from where they can be directly served by the web server without prior careful sanitation of both contents and filename.

References