Vulnerabilities > CVE-2015-5188 - Cross-Site Request Forgery (CSRF) vulnerability in Redhat products

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

Summary

Cross-site request forgery (CSRF) vulnerability in the Web Console (web-console) in Red Hat Enterprise Application Platform before 6.4.4 and WildFly (formerly JBoss Application Server) before 2.0.0.CR9 allows remote attackers to hijack the authentication of administrators for requests that make arbitrary changes to an instance via vectors involving a file upload using a multipart/form-data submission.

Vulnerable Configurations

Part Description Count
Application
Redhat
38

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • JSON Hijacking (aka JavaScript Hijacking)
    An attacker targets a system that uses JavaScript Object Notation (JSON) as a transport mechanism between the client and the server (common in Web 2.0 systems using AJAX) to steal possibly confidential information transmitted from the server back to the client inside the JSON object by taking advantage of the loophole in the browser's Same Origin Policy that does not prohibit JavaScript from one website to be included and executed in the context of another website. An attacker gets the victim to visit his or her malicious page that contains a script tag whose source points to the vulnerable system with a URL that requests a response from the server containing a JSON object with possibly confidential information. The malicious page also contains malicious code to capture the JSON object returned by the server before any other processing on it can take place, typically by overriding the JavaScript function used to create new objects. This hook allows the malicious code to get access to the creation of each object and transmit the possibly sensitive contents of the captured JSON object to the attackers' server. There is nothing in the browser's security model to prevent the attackers' malicious JavaScript code (originating from attacker's domain) to set up an environment (as described above) to intercept a JSON object response (coming from the vulnerable target system's domain), read its contents and transmit to the attackers' controlled site. The same origin policy protects the domain object model (DOM), but not the JSON.
  • Cross-Domain Search Timing
    An attacker initiates cross domain HTTP / GET requests and times the server responses. The timing of these responses may leak important information on what is happening on the server. Browser's same origin policy prevents the attacker from directly reading the server responses (in the absence of any other weaknesses), but does not prevent the attacker from timing the responses to requests that the attacker issued cross domain. For GET requests an attacker could for instance leverage the "img" tag in conjunction with "onload() / onerror()" javascript events. For the POST requests, an attacker could leverage the "iframe" element and leverage the "onload()" event. There is nothing in the current browser security model that prevents an attacker to use these methods to time responses to the attackers' cross domain requests. The timing for these responses leaks information. For instance, if a victim has an active session with their online e-mail account, an attacker could issue search requests in the victim's mailbox. While the attacker is not able to view the responses, based on the timings of the responses, the attacker could ask yes / no questions as to the content of victim's e-mails, who the victim e-mailed, when, etc. This is but one example; There are other scenarios where an attacker could infer potentially sensitive information from cross domain requests by timing the responses while asking the right questions that leak information.
  • Cross Site Identification
    An attacker harvests identifying information about a victim via an active session that the victim's browser has with a social networking site. A victim may have the social networking site open in one tab or perhaps is simply using the "remember me" feature to keep his or her session with the social networking site active. An attacker induces a payload to execute in the victim's browser that transparently to the victim initiates a request to the social networking site (e.g., via available social network site APIs) to retrieve identifying information about a victim. While some of this information may be public, the attacker is able to harvest this information in context and may use it for further attacks on the user (e.g., spear phishing). In one example of an attack, an attacker may post a malicious posting that contains an image with an embedded link. The link actually requests identifying information from the social networking site. A victim who views the malicious posting in his or her browser will have sent identifying information to the attacker, as long as the victim had an active session with the social networking site. There are many other ways in which the attacker may get the payload to execute in the victim's browser mainly by finding a way to hide it in some reputable site that the victim visits. The attacker could also send the link to the victim in an e-mail and trick the victim into clicking on the link. This attack is basically a cross site request forgery attack with two main differences. First, there is no action that is performed on behalf of the user aside from harvesting information. So standard CSRF protection may not work in this situation. Second, what is important in this attack pattern is the nature of the data being harvested, which is identifying information that can be obtained and used in context. This real time harvesting of identifying information can be used as a prelude for launching real time targeted social engineering attacks on the victim.
  • Cross Site Request Forgery (aka Session Riding)
    An attacker crafts malicious web links and distributes them (via web pages, email, etc.), typically in a targeted manner, hoping to induce users to click on the link and execute the malicious action against some third-party application. If successful, the action embedded in the malicious link will be processed and accepted by the targeted application with the users' privilege level. This type of attack leverages the persistence and implicit trust placed in user session cookies by many web applications today. In such an architecture, once the user authenticates to an application and a session cookie is created on the user's system, all following transactions for that session are authenticated using that cookie including potential actions initiated by an attacker and simply "riding" the existing session cookie.

Nessus

  • NASL familyJunos Local Security Checks
    NASL idJUNIPER_SPACE_JSA_10838.NASL
    descriptionAccording to its self-reported version number, the remote Junos Space version is prior to 17.2R1. It is, therefore, affected by multiple vulnerabilities.
    last seen2020-06-01
    modified2020-06-02
    plugin id108520
    published2018-03-21
    reporterThis script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/108520
    titleJuniper Junos Space < 17.2R1 Multiple Vulnerabilities (JSA10838)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(108520);
      script_version("1.7");
      script_cvs_date("Date: 2019/06/11 15:17:50");
    
      script_cve_id(
        "CVE-2015-5174",
        "CVE-2015-5188",
        "CVE-2015-5220",
        "CVE-2015-5304",
        "CVE-2015-7236",
        "CVE-2015-7501",
        "CVE-2016-2141",
        "CVE-2016-8743",
        "CVE-2017-1000111",
        "CVE-2017-1000112",
        "CVE-2017-12172",
        "CVE-2017-14106",
        "CVE-2017-15098",
        "CVE-2017-3167",
        "CVE-2017-3169",
        "CVE-2017-5645",
        "CVE-2017-5664",
        "CVE-2017-7668",
        "CVE-2017-7679",
        "CVE-2017-9788",
        "CVE-2017-9798",
        "CVE-2018-0011",
        "CVE-2018-0012",
        "CVE-2018-0013"
      );
      script_bugtraq_id(
        57974,
        76771,
        77345,
        78215,
        79788,
        83329,
        91481,
        95077,
        97702,
        98888,
        99134,
        99135,
        99137,
        99170,
        99569,
        100262,
        100267,
        100872,
        100878,
        101781,
        101949
      );
    
      script_name(english:"Juniper Junos Space < 17.2R1 Multiple Vulnerabilities (JSA10838)");
      script_summary(english:"Checks the version.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote device is affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "According to its self-reported version number, the remote Junos Space
    version is prior to 17.2R1. It is, therefore, affected by multiple
    vulnerabilities.");
      script_set_attribute(attribute:"see_also", value:"https://kb.juniper.net/InfoCenter/index?page=content&id=JSA10838");
      script_set_attribute(attribute:"solution", value:"Upgrade to Junos Space 17.2R1 or later.");
      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_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'Linux Kernel UDP Fragmentation Offset (UFO) Privilege Escalation');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/10/27");
      script_set_attribute(attribute:"patch_publication_date", value:"2018/01/10");
      script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/21");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:juniper:junos_space");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Junos Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/Junos_Space/version");
    
      exit(0);
    }
    
    include("junos.inc");
    include("misc_func.inc");
    
    ver = get_kb_item_or_exit('Host/Junos_Space/version');
    
    check_junos_space(ver:ver, fix:'17.2R1', severity:SECURITY_HOLE);
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-1905.NASL
    descriptionUpdated packages that provide Red Hat JBoss Enterprise Application Platform 6.4.4 and fix three security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. Red Hat Product Security 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. Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. It was discovered that sending requests containing large headers to the Web Console produced a Java OutOfMemoryError in the HTTP management interface. An attacker could use this flaw to cause a denial of service. (CVE-2015-5220) It was discovered that the EAP Management Console could be opened in an IFRAME, which made it possible to intercept and manipulate requests. An attacker could use this flaw to trick a user into performing arbitrary actions in the Console (clickjacking). (CVE-2015-5178) Note: Resolving this issue required a change in the way http requests are sent in the Console; this change may affect users. See the Release Notes linked to in the References section for details about this change. It was discovered that when uploading a file using a multipart/form-data submission to the EAP Web Console, the Console was vulnerable to Cross-Site Request Forgery (CSRF). This meant that an attacker could use the flaw together with a forgery attack to make changes to an authenticated instance. (CVE-2015-5188) The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS Middleware Team, and the CVE-2015-5188 issue was discovered by Jason Greene of the Red Hat Middleware Engineering Team. This release serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.3, and includes bug fixes and enhancements. Documentation for these changes is available from the link in the References section. All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red Hat Enterprise Linux 6 are advised to upgrade to these updated packages. The JBoss server process must be restarted for the update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id86412
    published2015-10-16
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/86412
    titleRHEL 6 : JBoss EAP (RHSA-2015:1905)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2015:1905. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(86412);
      script_version("2.10");
      script_cvs_date("Date: 2019/10/24 15:35:40");
    
      script_cve_id("CVE-2015-5178", "CVE-2015-5188", "CVE-2015-5220");
      script_xref(name:"RHSA", value:"2015:1905");
    
      script_name(english:"RHEL 6 : JBoss EAP (RHSA-2015:1905)");
      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 packages that provide Red Hat JBoss Enterprise Application
    Platform 6.4.4 and fix three security issues, several bugs, and add
    various enhancements are now available for Red Hat Enterprise Linux 6.
    
    Red Hat Product Security 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.
    
    Red Hat JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    It was discovered that sending requests containing large headers to
    the Web Console produced a Java OutOfMemoryError in the HTTP
    management interface. An attacker could use this flaw to cause a
    denial of service. (CVE-2015-5220)
    
    It was discovered that the EAP Management Console could be opened in
    an IFRAME, which made it possible to intercept and manipulate
    requests. An attacker could use this flaw to trick a user into
    performing arbitrary actions in the Console (clickjacking).
    (CVE-2015-5178)
    
    Note: Resolving this issue required a change in the way http requests
    are sent in the Console; this change may affect users. See the Release
    Notes linked to in the References section for details about this
    change.
    
    It was discovered that when uploading a file using a
    multipart/form-data submission to the EAP Web Console, the Console was
    vulnerable to Cross-Site Request Forgery (CSRF). This meant that an
    attacker could use the flaw together with a forgery attack to make
    changes to an authenticated instance. (CVE-2015-5188)
    
    The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS
    Middleware Team, and the CVE-2015-5188 issue was discovered by Jason
    Greene of the Red Hat Middleware Engineering Team.
    
    This release serves as a replacement for Red Hat JBoss Enterprise
    Application Platform 6.4.3, and includes bug fixes and enhancements.
    Documentation for these changes is available from the link in the
    References section.
    
    All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red
    Hat Enterprise Linux 6 are advised to upgrade to these updated
    packages. The JBoss server process must be restarted for the update to
    take effect."
      );
      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-2015:1905"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5220"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5188"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5178"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      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: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:jboss-aesh");
      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-core-security");
      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");
      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-picketlink");
      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-system-jmx");
      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-version");
      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-hal");
      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-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: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-javadocs");
      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:jbossweb");
      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: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:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/10/27");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/10/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/10/16");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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:"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-2015:1905";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
    
      if (! (rpm_exists(release:"RHEL6", rpm:"jbossas-welcome-content-eap"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL6", reference:"apache-cxf-2.7.17-1.redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"httpserver-1.0.5-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"infinispan-5.2.15-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"infinispan-cachestore-jdbc-5.2.15-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"infinispan-cachestore-remote-5.2.15-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"infinispan-client-hotrod-5.2.15-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"infinispan-core-5.2.15-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-aesh-0.33.16-1.redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-appclient-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-cli-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-client-all-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-clustering-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-cmp-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-connector-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-console-2.5.10-4.Final_redhat_2.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-controller-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-controller-client-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-core-security-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-deployment-repository-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-deployment-scanner-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-domain-http-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-domain-management-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-ee-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-ee-deployment-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-ejb3-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-embedded-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-host-controller-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jacorb-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jaxr-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jaxrs-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jdr-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jmx-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jpa-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jsf-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-jsr77-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-logging-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-mail-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-management-client-content-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-messaging-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-modcluster-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-naming-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-network-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-osgi-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-osgi-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-osgi-service-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-picketlink-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-platform-mbean-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-pojo-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-process-controller-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-protocol-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-remoting-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-sar-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-security-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-server-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-system-jmx-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-threads-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-transactions-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-version-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-web-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-webservices-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-weld-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-as-xts-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-hal-2.5.10-2.Final_redhat_2.2.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-security-negotiation-2.3.8-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-vfs2-3.2.10-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-weld-1.1-api-1.1.0-2.Final_redhat_7.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-appclient-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-bundles-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-core-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-domain-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-javadocs-7.5.4-4.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-modules-eap-7.5.4-3.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-product-eap-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-standalone-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossas-welcome-content-eap-7.5.4-2.Final_redhat_4.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossweb-7.5.11-1.Final_redhat_1.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jbossws-cxf-4.3.5-4.Final_redhat_3.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"weld-cdi-1.0-api-1.0.0-2.SP4_redhat_6.1.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"weld-core-1.1.31-1.Final_redhat_1.1.ep6.el6")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "apache-cxf / httpserver / infinispan / infinispan-cachestore-jdbc / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-1907.NASL
    descriptionUpdated jboss-ec2-eap packages that fix three security issues, several bugs, and add various enhancements are now available for Red Hat JBoss Enterprise Application Platform 6.4.4 on Red Hat Enterprise Linux 6. Red Hat Product Security 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. Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. It was discovered that sending requests containing large headers to the Web Console produced a Java OutOfMemoryError in the HTTP management interface. An attacker could use this flaw to cause a denial of service. (CVE-2015-5220) It was discovered that the EAP Management Console could be opened in an IFRAME, which made it possible to intercept and manipulate requests. An attacker could use this flaw to trick a user into performing arbitrary actions in the Console (clickjacking). (CVE-2015-5178) Note: Resolving this issue required a change in the way http requests are sent in the Console; this change may affect users. See the Release Notes linked to in the References section for details about this change. It was discovered that when uploading a file using a multipart/form-data submission to the EAP Web Console, the Console was vulnerable to Cross-Site Request Forgery (CSRF). This meant that an attacker could use the flaw together with a forgery attack to make changes to an authenticated instance. (CVE-2015-5188) The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS Middleware Team, and the CVE-2015-5188 issue was discovered by Jason Greene of the Red Hat Middleware Engineering Team. * The jboss-ec2-eap packages provide scripts for Red Hat JBoss Enterprise Application Platform running on the Amazon Web Services (AWS) Elastic Compute Cloud (EC2). With this update, the packages have been updated to ensure compatibility with Red Hat JBoss Enterprise Application Platform 6.4.4. Documentation for these changes is available from the link in the References section. All jboss-ec2-eap users of Red Hat JBoss Enterprise Application Platform 6.4 on Red Hat Enterprise Linux 6 are advised to upgrade to these updated packages. The JBoss server process must be restarted for the update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id86413
    published2015-10-16
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/86413
    titleRHEL 6 : JBoss EAP (RHSA-2015:1907)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2015:1907. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(86413);
      script_version("2.10");
      script_cvs_date("Date: 2019/10/24 15:35:40");
    
      script_cve_id("CVE-2015-5178", "CVE-2015-5188", "CVE-2015-5220");
      script_xref(name:"RHSA", value:"2015:1907");
    
      script_name(english:"RHEL 6 : JBoss EAP (RHSA-2015:1907)");
      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-ec2-eap packages that fix three security issues, several
    bugs, and add various enhancements are now available for Red Hat JBoss
    Enterprise Application Platform 6.4.4 on Red Hat Enterprise Linux 6.
    
    Red Hat Product Security 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.
    
    Red Hat JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    It was discovered that sending requests containing large headers to
    the Web Console produced a Java OutOfMemoryError in the HTTP
    management interface. An attacker could use this flaw to cause a
    denial of service. (CVE-2015-5220)
    
    It was discovered that the EAP Management Console could be opened in
    an IFRAME, which made it possible to intercept and manipulate
    requests. An attacker could use this flaw to trick a user into
    performing arbitrary actions in the Console (clickjacking).
    (CVE-2015-5178)
    
    Note: Resolving this issue required a change in the way http requests
    are sent in the Console; this change may affect users. See the Release
    Notes linked to in the References section for details about this
    change.
    
    It was discovered that when uploading a file using a
    multipart/form-data submission to the EAP Web Console, the Console was
    vulnerable to Cross-Site Request Forgery (CSRF). This meant that an
    attacker could use the flaw together with a forgery attack to make
    changes to an authenticated instance. (CVE-2015-5188)
    
    The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS
    Middleware Team, and the CVE-2015-5188 issue was discovered by Jason
    Greene of the Red Hat Middleware Engineering Team.
    
    * The jboss-ec2-eap packages provide scripts for Red Hat JBoss
    Enterprise Application Platform running on the Amazon Web Services
    (AWS) Elastic Compute Cloud (EC2). With this update, the packages have
    been updated to ensure compatibility with Red Hat JBoss Enterprise
    Application Platform 6.4.4. Documentation for these changes is
    available from the link in the References section.
    
    All jboss-ec2-eap users of Red Hat JBoss Enterprise Application
    Platform 6.4 on Red Hat Enterprise Linux 6 are advised to upgrade to
    these updated packages. The JBoss server process must be restarted for
    the update to take effect."
      );
      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-2015:1907"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5220"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5188"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5178"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Update the affected jboss-ec2-eap and / or jboss-ec2-eap-samples
    packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ec2-eap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jboss-ec2-eap-samples");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/10/27");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/10/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/10/16");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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:"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-2015:1907";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
    
      if (! (rpm_exists(release:"RHEL6", rpm:"jbossas-welcome-content-eap"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL6", reference:"jboss-ec2-eap-7.5.4-1.Final_redhat_4.ep6.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jboss-ec2-eap-samples-7.5.4-1.Final_redhat_4.ep6.el6")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "jboss-ec2-eap / jboss-ec2-eap-samples");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-1904.NASL
    descriptionUpdated packages that provide Red Hat JBoss Enterprise Application Platform 6.4.4 and fix three security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 5. Red Hat Product Security 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. Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. It was discovered that sending requests containing large headers to the Web Console produced a Java OutOfMemoryError in the HTTP management interface. An attacker could use this flaw to cause a denial of service. (CVE-2015-5220) It was discovered that the EAP Management Console could be opened in an IFRAME, which made it possible to intercept and manipulate requests. An attacker could use this flaw to trick a user into performing arbitrary actions in the Console (clickjacking). (CVE-2015-5178) Note: Resolving this issue required a change in the way http requests are sent in the Console; this change may affect users. See the Release Notes linked to in the References section for details about this change. It was discovered that when uploading a file using a multipart/form-data submission to the EAP Web Console, the Console was vulnerable to Cross-Site Request Forgery (CSRF). This meant that an attacker could use the flaw together with a forgery attack to make changes to an authenticated instance. (CVE-2015-5188) The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS Middleware Team, and the CVE-2015-5188 issue was discovered by Jason Greene of the Red Hat Middleware Engineering Team. This release serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.3, and includes bug fixes and enhancements. Documentation for these changes is available from the link in the References section. All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red Hat Enterprise Linux 6 are advised to upgrade to these updated packages. The JBoss server process must be restarted for the update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id86411
    published2015-10-16
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/86411
    titleRHEL 5 : JBoss EAP (RHSA-2015:1904)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2015:1904. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(86411);
      script_version("2.9");
      script_cvs_date("Date: 2019/10/24 15:35:40");
    
      script_cve_id("CVE-2015-5178", "CVE-2015-5188", "CVE-2015-5220");
      script_xref(name:"RHSA", value:"2015:1904");
    
      script_name(english:"RHEL 5 : JBoss EAP (RHSA-2015:1904)");
      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 packages that provide Red Hat JBoss Enterprise Application
    Platform 6.4.4 and fix three security issues, several bugs, and add
    various enhancements are now available for Red Hat Enterprise Linux 5.
    
    Red Hat Product Security 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.
    
    Red Hat JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    It was discovered that sending requests containing large headers to
    the Web Console produced a Java OutOfMemoryError in the HTTP
    management interface. An attacker could use this flaw to cause a
    denial of service. (CVE-2015-5220)
    
    It was discovered that the EAP Management Console could be opened in
    an IFRAME, which made it possible to intercept and manipulate
    requests. An attacker could use this flaw to trick a user into
    performing arbitrary actions in the Console (clickjacking).
    (CVE-2015-5178)
    
    Note: Resolving this issue required a change in the way http requests
    are sent in the Console; this change may affect users. See the Release
    Notes linked to in the References section for details about this
    change.
    
    It was discovered that when uploading a file using a
    multipart/form-data submission to the EAP Web Console, the Console was
    vulnerable to Cross-Site Request Forgery (CSRF). This meant that an
    attacker could use the flaw together with a forgery attack to make
    changes to an authenticated instance. (CVE-2015-5188)
    
    The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS
    Middleware Team, and the CVE-2015-5188 issue was discovered by Jason
    Greene of the Red Hat Middleware Engineering Team.
    
    This release serves as a replacement for Red Hat JBoss Enterprise
    Application Platform 6.4.3, and includes bug fixes and enhancements.
    Documentation for these changes is available from the link in the
    References section.
    
    All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red
    Hat Enterprise Linux 6 are advised to upgrade to these updated
    packages. The JBoss server process must be restarted for the update to
    take effect."
      );
      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-2015:1904"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5220"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5188"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5178"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      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: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:jboss-aesh");
      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-core-security");
      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");
      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-picketlink");
      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-system-jmx");
      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-version");
      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-hal");
      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-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: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-javadocs");
      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:jbossweb");
      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: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:"cpe:/o:redhat:enterprise_linux:5");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2015/10/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/10/16");
      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:"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-2015:1904";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
    
      if (! (rpm_exists(release:"RHEL5", rpm:"jbossas-welcome-content-eap"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL5", reference:"apache-cxf-2.7.17-1.redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"httpserver-1.0.5-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-5.2.15-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-cachestore-jdbc-5.2.15-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-cachestore-remote-5.2.15-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-client-hotrod-5.2.15-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"infinispan-core-5.2.15-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-aesh-0.33.16-1.redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-appclient-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-cli-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-client-all-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-clustering-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-cmp-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-connector-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-console-2.5.10-4.Final_redhat_2.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-controller-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-controller-client-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-core-security-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-deployment-repository-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-deployment-scanner-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-domain-http-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-domain-management-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ee-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ee-deployment-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-ejb3-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-embedded-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-host-controller-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jacorb-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jaxr-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jaxrs-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jdr-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jmx-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jpa-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jsf-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-jsr77-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-logging-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-mail-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-management-client-content-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-messaging-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-modcluster-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-naming-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-network-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-osgi-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-osgi-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-osgi-service-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-picketlink-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-platform-mbean-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-pojo-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-process-controller-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-protocol-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-remoting-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-sar-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-security-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-server-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-system-jmx-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-threads-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-transactions-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-version-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-web-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-webservices-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-weld-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-as-xts-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-hal-2.5.10-2.Final_redhat_2.2.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-security-negotiation-2.3.8-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-vfs2-3.2.10-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jboss-weld-1.1-api-1.1.0-2.Final_redhat_7.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-appclient-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-bundles-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-core-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-domain-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-javadocs-7.5.4-4.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-modules-eap-7.5.4-3.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-product-eap-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-standalone-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossas-welcome-content-eap-7.5.4-2.Final_redhat_4.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossweb-7.5.11-1.Final_redhat_1.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"jbossws-cxf-4.3.5-4.Final_redhat_3.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"weld-cdi-1.0-api-1.0.0-2.SP4_redhat_6.1.ep6.el5")) flag++;
      if (rpm_check(release:"RHEL5", reference:"weld-core-1.1.31-1.Final_redhat_1.1.ep6.el5")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "apache-cxf / httpserver / infinispan / infinispan-cachestore-jdbc / etc");
      }
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-1906.NASL
    descriptionUpdated packages that provide Red Hat JBoss Enterprise Application Platform 6.4.4 and fix three security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security 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. Red Hat JBoss Enterprise Application Platform 6 is a platform for Java applications based on JBoss Application Server 7. It was discovered that sending requests containing large headers to the Web Console produced a Java OutOfMemoryError in the HTTP management interface. An attacker could use this flaw to cause a denial of service. (CVE-2015-5220) It was discovered that the EAP Management Console could be opened in an IFRAME, which made it possible to intercept and manipulate requests. An attacker could use this flaw to trick a user into performing arbitrary actions in the Console (clickjacking). (CVE-2015-5178) Note: Resolving this issue required a change in the way http requests are sent in the Console; this change may affect users. See the Release Notes linked to in the References section for details about this change. It was discovered that when uploading a file using a multipart/form-data submission to the EAP Web Console, the Console was vulnerable to Cross-Site Request Forgery (CSRF). This meant that an attacker could use the flaw together with a forgery attack to make changes to an authenticated instance. (CVE-2015-5188) The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS Middleware Team, and the CVE-2015-5188 issue was discovered by Jason Greene of the Red Hat Middleware Engineering Team. This release serves as a replacement for Red Hat JBoss Enterprise Application Platform 6.4.3, and includes bug fixes and enhancements. Documentation for these changes is available from the link in the References section. All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red Hat Enterprise Linux 7 are advised to upgrade to these updated packages. The JBoss server process must be restarted for the update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id112241
    published2018-09-04
    reporterThis script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/112241
    titleRHEL 7 : JBoss EAP (RHSA-2015:1906)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2015:1906. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(112241);
      script_version("1.5");
      script_cvs_date("Date: 2019/10/24 15:35:40");
    
      script_cve_id("CVE-2015-5178", "CVE-2015-5188", "CVE-2015-5220");
      script_xref(name:"RHSA", value:"2015:1906");
    
      script_name(english:"RHEL 7 : JBoss EAP (RHSA-2015:1906)");
      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 packages that provide Red Hat JBoss Enterprise Application
    Platform 6.4.4 and fix three security issues, several bugs, and add
    various enhancements are now available for Red Hat Enterprise Linux 7.
    
    Red Hat Product Security 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.
    
    Red Hat JBoss Enterprise Application Platform 6 is a platform for Java
    applications based on JBoss Application Server 7.
    
    It was discovered that sending requests containing large headers to
    the Web Console produced a Java OutOfMemoryError in the HTTP
    management interface. An attacker could use this flaw to cause a
    denial of service. (CVE-2015-5220)
    
    It was discovered that the EAP Management Console could be opened in
    an IFRAME, which made it possible to intercept and manipulate
    requests. An attacker could use this flaw to trick a user into
    performing arbitrary actions in the Console (clickjacking).
    (CVE-2015-5178)
    
    Note: Resolving this issue required a change in the way http requests
    are sent in the Console; this change may affect users. See the Release
    Notes linked to in the References section for details about this
    change.
    
    It was discovered that when uploading a file using a
    multipart/form-data submission to the EAP Web Console, the Console was
    vulnerable to Cross-Site Request Forgery (CSRF). This meant that an
    attacker could use the flaw together with a forgery attack to make
    changes to an authenticated instance. (CVE-2015-5188)
    
    The CVE-2015-5220 issue was discovered by Aaron Ogburn of Red Hat GSS
    Middleware Team, and the CVE-2015-5188 issue was discovered by Jason
    Greene of the Red Hat Middleware Engineering Team.
    
    This release serves as a replacement for Red Hat JBoss Enterprise
    Application Platform 6.4.3, and includes bug fixes and enhancements.
    Documentation for these changes is available from the link in the
    References section.
    
    All users of Red Hat JBoss Enterprise Application Platform 6.4 on Red
    Hat Enterprise Linux 7 are advised to upgrade to these updated
    packages. The JBoss server process must be restarted for the update to
    take effect."
      );
      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-2015:1906"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5220"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5188"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-5178"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      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: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:jboss-aesh");
      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-core-security");
      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");
      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-picketlink");
      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-system-jmx");
      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-version");
      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-hal");
      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-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: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-javadocs");
      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:jbossweb");
      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: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:"cpe:/o:redhat:enterprise_linux:7");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/10/27");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/10/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2018/09/04");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2018-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:"^7([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 7.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-2015:1906";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
    
      if (! (rpm_exists(release:"RHEL7", rpm:"jbossas-welcome-content-eap"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "JBoss EAP");
    
      if (rpm_check(release:"RHEL7", reference:"apache-cxf-2.7.17-1.redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"httpserver-1.0.5-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"infinispan-5.2.15-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"infinispan-cachestore-jdbc-5.2.15-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"infinispan-cachestore-remote-5.2.15-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"infinispan-client-hotrod-5.2.15-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"infinispan-core-5.2.15-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-aesh-0.33.16-1.redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-appclient-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-cli-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-client-all-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-clustering-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-cmp-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-connector-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-console-2.5.10-4.Final_redhat_2.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-controller-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-controller-client-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-core-security-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-deployment-repository-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-deployment-scanner-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-domain-http-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-domain-management-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-ee-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-ee-deployment-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-ejb3-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-embedded-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-host-controller-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jacorb-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jaxr-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jaxrs-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jdr-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jmx-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jpa-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jsf-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-jsr77-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-logging-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-mail-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-management-client-content-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-messaging-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-modcluster-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-naming-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-network-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-osgi-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-osgi-configadmin-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-osgi-service-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-picketlink-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-platform-mbean-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-pojo-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-process-controller-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-protocol-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-remoting-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-sar-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-security-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-server-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-system-jmx-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-threads-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-transactions-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-version-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-web-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-webservices-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-weld-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-as-xts-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-hal-2.5.10-2.Final_redhat_2.2.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-security-negotiation-2.3.8-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-vfs2-3.2.10-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jboss-weld-1.1-api-1.1.0-2.Final_redhat_7.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-appclient-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-bundles-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-core-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-domain-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-javadocs-7.5.4-4.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-modules-eap-7.5.4-3.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-product-eap-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-standalone-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossas-welcome-content-eap-7.5.4-2.Final_redhat_4.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossweb-7.5.11-1.Final_redhat_1.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"jbossws-cxf-4.3.5-4.Final_redhat_3.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"weld-cdi-1.0-api-1.0.0-2.SP4_redhat_6.1.ep6.el7")) flag++;
      if (rpm_check(release:"RHEL7", reference:"weld-core-1.1.31-1.Final_redhat_1.1.ep6.el7")) 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, "apache-cxf / httpserver / infinispan / infinispan-cachestore-jdbc / etc");
      }
    }
    

Redhat

advisories
  • rhsa
    idRHSA-2015:1904
  • rhsa
    idRHSA-2015:1905
  • rhsa
    idRHSA-2015:1906
  • rhsa
    idRHSA-2015:1907
  • rhsa
    idRHSA-2015:1908
rpms
  • apache-cxf-0:2.7.17-1.redhat_1.1.ep6.el5
  • httpserver-0:1.0.5-1.Final_redhat_1.1.ep6.el5
  • infinispan-0:5.2.15-1.Final_redhat_1.1.ep6.el5
  • infinispan-cachestore-jdbc-0:5.2.15-1.Final_redhat_1.1.ep6.el5
  • infinispan-cachestore-remote-0:5.2.15-1.Final_redhat_1.1.ep6.el5
  • infinispan-client-hotrod-0:5.2.15-1.Final_redhat_1.1.ep6.el5
  • infinispan-core-0:5.2.15-1.Final_redhat_1.1.ep6.el5
  • jboss-aesh-0:0.33.16-1.redhat_1.1.ep6.el5
  • jboss-as-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-cli-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-client-all-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-clustering-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-cmp-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-connector-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-console-0:2.5.10-4.Final_redhat_2.1.ep6.el5
  • jboss-as-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-controller-client-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-core-security-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-deployment-repository-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-deployment-scanner-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-domain-http-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-domain-management-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-ee-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-ee-deployment-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-ejb3-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-embedded-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-host-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jacorb-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jaxr-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jaxrs-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jdr-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jpa-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jsf-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-jsr77-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-logging-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-mail-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-management-client-content-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-messaging-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-modcluster-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-naming-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-network-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-osgi-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-osgi-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-osgi-service-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-picketlink-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-platform-mbean-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-pojo-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-process-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-protocol-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-remoting-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-sar-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-security-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-server-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-system-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-threads-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-transactions-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-version-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-web-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-webservices-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-weld-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-as-xts-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jboss-hal-0:2.5.10-2.Final_redhat_2.2.ep6.el5
  • jboss-security-negotiation-0:2.3.8-1.Final_redhat_1.1.ep6.el5
  • jboss-vfs2-0:3.2.10-1.Final_redhat_1.1.ep6.el5
  • jboss-weld-1.1-api-0:1.1.0-2.Final_redhat_7.1.ep6.el5
  • jbossas-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-bundles-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-core-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-domain-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-javadocs-0:7.5.4-4.Final_redhat_4.1.ep6.el5
  • jbossas-modules-eap-0:7.5.4-3.Final_redhat_4.1.ep6.el5
  • jbossas-product-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-standalone-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossas-welcome-content-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el5
  • jbossweb-0:7.5.11-1.Final_redhat_1.1.ep6.el5
  • jbossws-cxf-0:4.3.5-4.Final_redhat_3.1.ep6.el5
  • weld-cdi-1.0-api-0:1.0.0-2.SP4_redhat_6.1.ep6.el5
  • weld-core-0:1.1.31-1.Final_redhat_1.1.ep6.el5
  • apache-cxf-0:2.7.17-1.redhat_1.1.ep6.el6
  • httpserver-0:1.0.5-1.Final_redhat_1.1.ep6.el6
  • infinispan-0:5.2.15-1.Final_redhat_1.1.ep6.el6
  • infinispan-cachestore-jdbc-0:5.2.15-1.Final_redhat_1.1.ep6.el6
  • infinispan-cachestore-remote-0:5.2.15-1.Final_redhat_1.1.ep6.el6
  • infinispan-client-hotrod-0:5.2.15-1.Final_redhat_1.1.ep6.el6
  • infinispan-core-0:5.2.15-1.Final_redhat_1.1.ep6.el6
  • jboss-aesh-0:0.33.16-1.redhat_1.1.ep6.el6
  • jboss-as-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-cli-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-client-all-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-clustering-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-cmp-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-connector-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-console-0:2.5.10-4.Final_redhat_2.1.ep6.el6
  • jboss-as-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-controller-client-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-core-security-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-deployment-repository-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-deployment-scanner-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-domain-http-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-domain-management-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-ee-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-ee-deployment-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-ejb3-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-embedded-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-host-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jacorb-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jaxr-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jaxrs-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jdr-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jpa-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jsf-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-jsr77-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-logging-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-mail-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-management-client-content-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-messaging-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-modcluster-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-naming-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-network-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-osgi-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-osgi-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-osgi-service-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-picketlink-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-platform-mbean-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-pojo-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-process-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-protocol-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-remoting-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-sar-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-security-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-server-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-system-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-threads-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-transactions-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-version-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-web-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-webservices-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-weld-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-as-xts-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jboss-hal-0:2.5.10-2.Final_redhat_2.2.ep6.el6
  • jboss-security-negotiation-0:2.3.8-1.Final_redhat_1.1.ep6.el6
  • jboss-vfs2-0:3.2.10-1.Final_redhat_1.1.ep6.el6
  • jboss-weld-1.1-api-0:1.1.0-2.Final_redhat_7.1.ep6.el6
  • jbossas-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-bundles-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-core-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-domain-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-javadocs-0:7.5.4-4.Final_redhat_4.1.ep6.el6
  • jbossas-modules-eap-0:7.5.4-3.Final_redhat_4.1.ep6.el6
  • jbossas-product-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-standalone-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossas-welcome-content-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el6
  • jbossweb-0:7.5.11-1.Final_redhat_1.1.ep6.el6
  • jbossws-cxf-0:4.3.5-4.Final_redhat_3.1.ep6.el6
  • weld-cdi-1.0-api-0:1.0.0-2.SP4_redhat_6.1.ep6.el6
  • weld-core-0:1.1.31-1.Final_redhat_1.1.ep6.el6
  • apache-cxf-0:2.7.17-1.redhat_1.1.ep6.el7
  • httpserver-0:1.0.5-1.Final_redhat_1.1.ep6.el7
  • infinispan-0:5.2.15-1.Final_redhat_1.1.ep6.el7
  • infinispan-cachestore-jdbc-0:5.2.15-1.Final_redhat_1.1.ep6.el7
  • infinispan-cachestore-remote-0:5.2.15-1.Final_redhat_1.1.ep6.el7
  • infinispan-client-hotrod-0:5.2.15-1.Final_redhat_1.1.ep6.el7
  • infinispan-core-0:5.2.15-1.Final_redhat_1.1.ep6.el7
  • jboss-aesh-0:0.33.16-1.redhat_1.1.ep6.el7
  • jboss-as-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-cli-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-client-all-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-clustering-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-cmp-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-connector-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-console-0:2.5.10-4.Final_redhat_2.1.ep6.el7
  • jboss-as-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-controller-client-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-core-security-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-deployment-repository-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-deployment-scanner-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-domain-http-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-domain-management-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-ee-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-ee-deployment-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-ejb3-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-embedded-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-host-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jacorb-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jaxr-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jaxrs-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jdr-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jpa-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jsf-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-jsr77-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-logging-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-mail-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-management-client-content-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-messaging-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-modcluster-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-naming-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-network-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-osgi-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-osgi-configadmin-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-osgi-service-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-picketlink-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-platform-mbean-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-pojo-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-process-controller-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-protocol-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-remoting-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-sar-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-security-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-server-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-system-jmx-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-threads-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-transactions-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-version-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-web-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-webservices-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-weld-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-as-xts-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jboss-hal-0:2.5.10-2.Final_redhat_2.2.ep6.el7
  • jboss-security-negotiation-0:2.3.8-1.Final_redhat_1.1.ep6.el7
  • jboss-vfs2-0:3.2.10-1.Final_redhat_1.1.ep6.el7
  • jboss-weld-1.1-api-0:1.1.0-2.Final_redhat_7.1.ep6.el7
  • jbossas-appclient-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-bundles-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-core-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-domain-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-javadocs-0:7.5.4-4.Final_redhat_4.1.ep6.el7
  • jbossas-modules-eap-0:7.5.4-3.Final_redhat_4.1.ep6.el7
  • jbossas-product-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-standalone-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossas-welcome-content-eap-0:7.5.4-2.Final_redhat_4.1.ep6.el7
  • jbossweb-0:7.5.11-1.Final_redhat_1.1.ep6.el7
  • jbossws-cxf-0:4.3.5-4.Final_redhat_3.1.ep6.el7
  • weld-cdi-1.0-api-0:1.0.0-2.SP4_redhat_6.1.ep6.el7
  • weld-core-0:1.1.31-1.Final_redhat_1.1.ep6.el7
  • jboss-ec2-eap-0:7.5.4-1.Final_redhat_4.ep6.el6
  • jboss-ec2-eap-samples-0:7.5.4-1.Final_redhat_4.ep6.el6