Vulnerabilities > CVE-2013-4286 - Improper Input Validation vulnerability in Apache Tomcat

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

Summary

Apache Tomcat before 6.0.39, 7.x before 7.0.47, and 8.x before 8.0.0-RC3, when an HTTP connector or AJP connector is used, does not properly handle certain inconsistent HTTP request headers, which allows remote attackers to trigger incorrect identification of a request's length and conduct request-smuggling attacks via (1) multiple Content-Length headers or (2) a Content-Length header and a "Transfer-Encoding: chunked" header. NOTE: this vulnerability exists because of an incomplete fix for CVE-2005-2090.

Vulnerable Configurations

Part Description Count
Application
Apache
226

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Nessus

  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201412-29.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201412-29 (Apache Tomcat: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Tomcat. Please review the CVE identifiers referenced below for details. Impact : A remote attacker may be able to cause a Denial of Service condition as well as obtain sensitive information, bypass protection mechanisms and authentication restrictions. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id79982
    published2014-12-15
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79982
    titleGLSA-201412-29 : Apache Tomcat: Multiple vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201412-29.
    #
    # The advisory text is Copyright (C) 2001-2019 Gentoo Foundation, Inc.
    # and licensed under the Creative Commons - Attribution / Share Alike 
    # license. See http://creativecommons.org/licenses/by-sa/3.0/
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(79982);
      script_version("1.10");
      script_cvs_date("Date: 2019/10/16 10:34:21");
    
      script_cve_id("CVE-2012-2733", "CVE-2012-3544", "CVE-2012-3546", "CVE-2012-4431", "CVE-2012-4534", "CVE-2012-5885", "CVE-2012-5886", "CVE-2012-5887", "CVE-2013-2067", "CVE-2013-2071", "CVE-2013-4286", "CVE-2013-4322", "CVE-2013-4590", "CVE-2014-0033", "CVE-2014-0050", "CVE-2014-0075", "CVE-2014-0096", "CVE-2014-0099", "CVE-2014-0119");
      script_bugtraq_id(56402, 56403, 56812, 56813, 56814, 59797, 59798, 59799, 65400, 65767, 65768, 65769, 65773, 67667, 67668, 67669, 67671);
      script_xref(name:"GLSA", value:"201412-29");
    
      script_name(english:"GLSA-201412-29 : Apache Tomcat: Multiple vulnerabilities");
      script_summary(english:"Checks for updated package(s) in /var/db/pkg");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Gentoo host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote host is affected by the vulnerability described in GLSA-201412-29
    (Apache Tomcat: Multiple vulnerabilities)
    
        Multiple vulnerabilities have been discovered in Tomcat. Please review
          the CVE identifiers referenced below for details.
      
    Impact :
    
        A remote attacker may be able to cause a Denial of Service condition as
          well as obtain sensitive information, bypass protection mechanisms and
          authentication restrictions.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201412-29"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Tomcat 6.0.x users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=www-servers/tomcat-6.0.41'
        All Tomcat 7.0.x users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=www-servers/tomcat-7.0.56'"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:tomcat");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/11/16");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/12/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/12/15");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Gentoo Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("qpkg.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo");
    if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (qpkg_check(package:"www-servers/tomcat", unaffected:make_list("ge 7.0.56", "rge 6.0.41", "rge 6.0.42", "rge 6.0.43", "rge 6.0.44", "rge 6.0.45", "rge 6.0.46", "rge 6.0.47", "rge 6.0.48"), vulnerable:make_list("lt 7.0.56"))) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:qpkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = qpkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Apache Tomcat");
    }
    
  • NASL familyWeb Servers
    NASL idTOMCAT_6_0_39.NASL
    descriptionAccording to its self-reported version number, the instance of Apache Tomcat 6.0.x listening on the remote host is prior to 6.0.39. It is, therefore, affected by the following vulnerabilities : - The version of Java used to build the application generates Javadoc containing a frame injection error. (CVE-2013-1571) - The fix for CVE-2005-2090 was not complete and the application does not reject requests with multiple Content-Length HTTP headers or with Content-Length HTTP headers when using chunked encoding. (CVE-2013-4286) - The fix for CVE-2012-3544 was not complete and limits are not properly applied to chunk extensions and whitespaces in certain trailing headers. This error allows denial of service attacks. (CVE-2013-4322) - The application allows XML External Entity (XXE) processing that discloses sensitive information. (CVE-2013-4590) - An error exists related to the
    last seen2020-03-18
    modified2014-02-25
    plugin id72690
    published2014-02-25
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/72690
    titleApache Tomcat 6.0.x < 6.0.39 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(72690);
      script_version("1.17");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/11");
    
      script_cve_id(
        "CVE-2013-1571",
        "CVE-2013-4286",
        "CVE-2013-4322",
        "CVE-2013-4590",
        "CVE-2014-0033"
      );
      script_bugtraq_id(60634, 65767, 65768, 65769, 65773);
    
      script_name(english:"Apache Tomcat 6.0.x < 6.0.39 Multiple Vulnerabilities");
      script_summary(english:"Checks the Apache Tomcat version.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote Apache Tomcat server is affected by multiple
    vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "According to its self-reported version number, the instance of Apache
    Tomcat 6.0.x listening on the remote host is prior to 6.0.39. It is,
    therefore, affected by the following vulnerabilities :
    
      - The version of Java used to build the application
        generates Javadoc containing a frame injection error.
        (CVE-2013-1571)
    
      - The fix for CVE-2005-2090 was not complete and the
        application does not reject requests with multiple
        Content-Length HTTP headers or with Content-Length
        HTTP headers when using chunked encoding.
        (CVE-2013-4286)
    
      - The fix for CVE-2012-3544 was not complete and limits
        are not properly applied to chunk extensions and
        whitespaces in certain trailing headers. This error
        allows denial of service attacks. (CVE-2013-4322)
    
      - The application allows XML External Entity (XXE)
        processing that discloses sensitive information.
        (CVE-2013-4590)
    
      - An error exists related to the 'disableURLRewriting'
        configuration option and session IDs. (CVE-2014-0033)
    
    Note that Nessus has not tested for these issues but has instead
    relied only on the application's self-reported version number.");
      script_set_attribute(attribute:"see_also", value:"http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.39");
      script_set_attribute(attribute:"solution", value:"Upgrade to Apache Tomcat version 6.0.39 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-4286");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/06/18");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/01/31");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/02/25");
    
      script_set_attribute(attribute:"plugin_type", value:"combined");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:apache:tomcat");
      script_set_attribute(attribute:"agent", value:"all");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Web Servers");
    
      script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("tomcat_error_version.nasl", "tomcat_win_installed.nbin", "apache_tomcat_nix_installed.nbin");
      script_require_keys("installed_sw/Apache Tomcat");
    
      exit(0);
    }
    
    include("tomcat_version.inc");
    
    # Note that 6.0.38 contained the fix,
    # but was never released
    tomcat_check_version(fixed:"6.0.38", min:"6.0.0", severity:SECURITY_WARNING, granularity_regex:"^6(\.0)?$");
    
    
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-2130-1.NASL
    descriptionIt was discovered that Tomcat incorrectly handled certain inconsistent HTTP headers. A remote attacker could possibly use this flaw to conduct request smuggling attacks. (CVE-2013-4286) It was discovered that Tomcat incorrectly handled certain requests submitted using chunked transfer encoding. A remote attacker could use this flaw to cause the Tomcat server to stop responding, resulting in a denial of service. (CVE-2013-4322) It was discovered that Tomcat incorrectly applied the disableURLRewriting setting when handling a session id in a URL. A remote attacker could possibly use this flaw to conduct session fixation attacks. This issue only applied to Ubuntu 12.04 LTS. (CVE-2014-0033) It was discovered that Tomcat incorrectly handled malformed Content-Type headers and multipart requests. A remote attacker could use this flaw to cause the Tomcat server to stop responding, resulting in a denial of service. This issue only applied to Ubuntu 12.10 and Ubuntu 13.10. (CVE-2014-0050). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-18
    modified2014-03-07
    plugin id72874
    published2014-03-07
    reporterUbuntu Security Notice (C) 2014-2020 Canonical, Inc. / NASL script (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/72874
    titleUbuntu 10.04 LTS / 12.04 LTS / 12.10 / 13.10 : tomcat6, tomcat7 vulnerabilities (USN-2130-1)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0525.NASL
    descriptionUpdated tomcat6 packages that fix multiple security issues are now available for Red Hat JBoss Web Server 2.0.1 on Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having Moderate 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 Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library. It was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) It was found that previous fixes in Tomcat 6 to path parameter handling introduced a regression that caused Tomcat to not properly disable URL rewriting to track session IDs when the disableURLRewriting option was enabled. A man-in-the-middle attacker could potentially use this flaw to hijack a user
    last seen2020-06-01
    modified2020-06-02
    plugin id76240
    published2014-06-26
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/76240
    titleRHEL 5 / 6 : JBoss Web Server (RHSA-2014:0525)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2015-052.NASL
    descriptionUpdated tomcat packages fix security vulnerabilities : Apache Tomcat 7.x before 7.0.47, when an HTTP connector or AJP connector is used, does not properly handle certain inconsistent HTTP request headers, which allows remote attackers to trigger incorrect identification of a request
    last seen2020-06-01
    modified2020-06-02
    plugin id81935
    published2015-03-19
    reporterThis script is Copyright (C) 2015-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/81935
    titleMandriva Linux Security Advisory : tomcat (MDVSA-2015:052)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2014-344.NASL
    descriptionIt was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing JBoss Web to enter an infinite loop when processing such an incoming request. (CVE-2014-0050)
    last seen2020-06-01
    modified2020-06-02
    plugin id78287
    published2014-10-12
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78287
    titleAmazon Linux AMI : tomcat6 (ALAS-2014-344)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0686.NASL
    descriptionUpdated tomcat packages that fix three security issues are now available for Red Hat Enterprise Linux 7. The Red Hat Security Response Team has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. It was found that a fix for a previous security flaw introduced a regression that could cause a denial of service in Tomcat 7. A remote attacker could use this flaw to consume an excessive amount of CPU on the Tomcat server by sending a specially crafted request to that server. (CVE-2014-0186) It was found that when Tomcat 7 processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat 7 processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) All Tomcat 7 users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. Tomcat must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id76895
    published2014-07-30
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/76895
    titleRHEL 7 : tomcat (RHSA-2014:0686)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0344.NASL
    descriptionUpdated packages that provide Red Hat JBoss Enterprise Application Platform 6.2.2 and fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having Moderate 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 found that when JBoss Web processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, JBoss Web would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was found that Java Security Manager permissions configured via a policy file were not properly applied, causing all deployed applications to be granted the java.security.AllPermission permission. In certain cases, an attacker could use this flaw to circumvent expected security measures to perform actions which would otherwise be restricted. (CVE-2014-0093) The CVE-2014-0093 issue was discovered by Josef Cacek of the Red Hat JBoss EAP Quality Engineering team. This release serves as an update for Red Hat JBoss Enterprise Application Platform 6.2, and includes bug fixes and enhancements. Documentation for these changes will be available shortly from the Red Hat JBoss Enterprise Application Platform 6.2.2 Release Notes, linked to in the References. All users of Red Hat JBoss Enterprise Application Platform 6.2 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 id73284
    published2014-04-01
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73284
    titleRHEL 6 : JBoss EAP (RHSA-2014:0344)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3530.NASL
    descriptionMultiple security vulnerabilities have been fixed in the Tomcat servlet and JSP engine, which may result on bypass of security manager restrictions, information disclosure, denial of service or session fixation.
    last seen2020-06-01
    modified2020-06-02
    plugin id90205
    published2016-03-28
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/90205
    titleDebian DSA-3530-1 : tomcat6 - security update
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2014-0429.NASL
    descriptionFrom Red Hat Security Advisory 2014:0429 : Updated tomcat6 packages that fix three security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having Moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. It was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing JBoss Web to enter an infinite loop when processing such an incoming request. (CVE-2014-0050) All Tomcat users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. Tomcat must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id73677
    published2014-04-24
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73677
    titleOracle Linux 6 : tomcat6 (ELSA-2014-0429)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2897.NASL
    descriptionMultiple security issues were found in the Tomcat servlet and JSP engine : - CVE-2013-2067 FORM authentication associates the most recent request requiring authentication with the current session. By repeatedly sending a request for an authenticated resource while the victim is completing the login form, an attacker could inject a request that would be executed using the victim
    last seen2020-03-17
    modified2014-04-09
    plugin id73421
    published2014-04-09
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73421
    titleDebian DSA-2897-1 : tomcat7 - security update
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20140423_TOMCAT6_ON_SL6_X.NASL
    descriptionIt was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing JBoss Web to enter an infinite loop when processing such an incoming request. (CVE-2014-0050) Tomcat must be restarted for this update to take effect.
    last seen2020-03-18
    modified2014-04-24
    plugin id73679
    published2014-04-24
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73679
    titleScientific Linux Security Update : tomcat6 on SL6.x (noarch) (20140423)
  • NASL familyMisc.
    NASL idORACLE_SECURE_GLOBAL_DESKTOP_JUL_2014_CPU.NASL
    descriptionThe remote host has a version of Oracle Secure Global Desktop that is version 4.63, 4.71, 5.0 or 5.1. It is, therefore, affected by the following vulnerabilities : - Apache Tomcat does not properly handle certain inconsistent HTTP request headers, which allows remote attackers to trigger incorrect identification of a request
    last seen2020-06-01
    modified2020-06-02
    plugin id76570
    published2014-07-17
    reporterThis script is Copyright (C) 2014-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/76570
    titleOracle Secure Global Desktop Multiple Vulnerabilities (July 2014 CPU)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0429.NASL
    descriptionUpdated tomcat6 packages that fix three security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having Moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. It was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing JBoss Web to enter an infinite loop when processing such an incoming request. (CVE-2014-0050) All Tomcat users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. Tomcat must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id73678
    published2014-04-24
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73678
    titleRHEL 6 : tomcat6 (RHSA-2014:0429)
  • NASL familyMisc.
    NASL idIBM_STORWIZE_1_5_0_2.NASL
    descriptionThe remote IBM Storwize device is running a version that is 1.3.x prior to 1.4.3.4 or 1.5.x prior to 1.5.0.2. It is, therefore, affected by multiple vulnerabilities : - A denial of service vulnerability exists due to a flaw in the bundled version of Apache HTTP Server. A remote attacker can exploit this, via partial HTTP requests, to cause a daemon outage, resulting in a denial of service condition. (CVE-2007-6750) - An HTTP request smuggling vulnerability exists due to a flaw in the bundled version of Apache Tomcat; when an HTTP connector or AJP connector is used, Tomcat fails to properly handle certain inconsistent HTTP request headers. A remote attacker can exploit this flaw, via multiple Content-Length headers or a Content-Length header and a
    last seen2020-06-01
    modified2020-06-02
    plugin id84401
    published2015-06-26
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/84401
    titleIBM Storwize 1.3.x < 1.4.3.4 / 1.5.x < 1.5.0.2 Multiple Vulnerabilities
  • NASL familyWeb Servers
    NASL idTOMCAT_7_0_47.NASL
    descriptionAccording to its self-reported version number, the Apache Tomcat instance listening on the remote host is 7.0.x prior to 7.0.47 or 8.0.x prior to 8.0.0-RC3. It is, therefore, affected by the following vulnerability: - An information disclosure vulnerability exists in Tomcat due to improper handling of content-length headers. An unauthenticated, remote attacker can exploit this to disclose potentially sensitive information. Note that Nessus has not tested for these issues but has instead relied only on the application
    last seen2020-03-18
    modified2019-01-11
    plugin id121116
    published2019-01-11
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/121116
    titleApache Tomcat 7.0.x < 7.0.47 / 8.0.x < 8.0.0-RC3 Information Disclosure
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2014-0429.NASL
    descriptionUpdated tomcat6 packages that fix three security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having Moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. It was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing JBoss Web to enter an infinite loop when processing such an incoming request. (CVE-2014-0050) All Tomcat users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. Tomcat must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id73675
    published2014-04-24
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73675
    titleCentOS 6 : tomcat6 (CESA-2014:0429)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2014-0686.NASL
    descriptionFrom Red Hat Security Advisory 2014:0686 : Updated tomcat packages that fix three security issues are now available for Red Hat Enterprise Linux 7. The Red Hat Security Response Team has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages (JSP) technologies. It was found that a fix for a previous security flaw introduced a regression that could cause a denial of service in Tomcat 7. A remote attacker could use this flaw to consume an excessive amount of CPU on the Tomcat server by sending a specially crafted request to that server. (CVE-2014-0186) It was found that when Tomcat 7 processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat 7 processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) All Tomcat 7 users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. Tomcat must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id76733
    published2014-07-24
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/76733
    titleOracle Linux 7 : tomcat (ELSA-2014-0686)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0343.NASL
    descriptionUpdated packages that provide Red Hat JBoss Enterprise Application Platform 6.2.2 and fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having Moderate 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 found that when JBoss Web processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, JBoss Web would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was found that Java Security Manager permissions configured via a policy file were not properly applied, causing all deployed applications to be granted the java.security.AllPermission permission. In certain cases, an attacker could use this flaw to circumvent expected security measures to perform actions which would otherwise be restricted. (CVE-2014-0093) The CVE-2014-0093 issue was discovered by Josef Cacek of the Red Hat JBoss EAP Quality Engineering team. This release serves as an update for Red Hat JBoss Enterprise Application Platform 6.2, and includes bug fixes and enhancements. Documentation for these changes will be available shortly from the Red Hat JBoss Enterprise Application Platform 6.2.2 Release Notes, linked to in the References. All users of Red Hat JBoss Enterprise Application Platform 6.2 on Red Hat Enterprise Linux 5 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 id73283
    published2014-04-01
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/73283
    titleRHEL 5 : JBoss EAP (RHSA-2014:0343)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-0526.NASL
    descriptionUpdated tomcat7 packages that fix three security issues are now available for Red Hat JBoss Web Server 2.0.1 on Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having Moderate 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 Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library. It was found that when Tomcat processed a series of HTTP requests in which at least one request contained either multiple content-length headers, or one content-length header with a chunked transfer-encoding header, Tomcat would incorrectly handle the request. A remote attacker could use this flaw to poison a web cache, perform cross-site scripting (XSS) attacks, or obtain sensitive information from other requests. (CVE-2013-4286) It was discovered that the fix for CVE-2012-3544 did not properly resolve a denial of service flaw in the way Tomcat processed chunk extensions and trailing headers in chunked requests. A remote attacker could use this flaw to send an excessively long request that, when processed by Tomcat, could consume network bandwidth, CPU, and memory on the Tomcat server. Note that chunked transfer encoding is enabled by default. (CVE-2013-4322) A denial of service flaw was found in the way Apache Commons FileUpload, which is embedded in Tomcat, handled small-sized buffers used by MultipartStream. A remote attacker could use this flaw to create a malformed Content-Type header for a multipart request, causing Tomcat to enter an infinite loop when processing such an incoming request. (CVE-2014-0050) All users of Red Hat JBoss Web Server 2.0.1 are advised to upgrade to these updated tomcat7 packages, which contain backported patches to correct these issues. The Red Hat JBoss Web Server process must be restarted for the update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id76241
    published2014-06-26
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/76241
    titleRHEL 5 / 6 : JBoss Web Server (RHSA-2014:0526)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS11_TOMCAT_20140522.NASL
    descriptionThe remote Solaris system is missing necessary patches to address security updates : - Apache Tomcat 6.x before 6.0.37 and 7.x before 7.0.30 does not properly handle chunk extensions in chunked transfer coding, which allows remote attackers to cause a denial of service by streaming data. (CVE-2012-3544) - Unspecified vulnerability in the Javadoc component in Oracle Java SE 7 Update 21 and earlier, 6 Update 45 and earlier, and 5.0 Update 45 and earlier; JavaFX 2.2.21 and earlier; and OpenJDK 7 allows remote attackers to affect integrity via unknown vectors related to Javadoc. NOTE: the previous information is from the June 2013 CPU. Oracle has not commented on claims from another vendor that this issue is related to frame injection in HTML that is generated by Javadoc. (CVE-2013-1571) - Apache Tomcat before 6.0.39, 7.x before 7.0.47, and 8.x before 8.0.0-RC3, when an HTTP connector or AJP connector is used, does not properly handle certain inconsistent HTTP request headers, which allows remote attackers to trigger incorrect identification of a request
    last seen2020-06-01
    modified2020-06-02
    plugin id80793
    published2015-01-19
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80793
    titleOracle Solaris Third-Party Patch Update : tomcat (multiple_vulnerabilities_in_apache_tomcat4)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-11048.NASL
    description - Updated to 7.0.52 - Create and own %{_localstatedir}/lib/tomcats, resolves: rhbz#1026741 - Add pom for tomcat-jdbc, resolves: rhbz#1011003 - Substitute libnames in catalina-tasks.xml, resolves: rhbz#1126439 - Use CATALINA_OPTS only on start, resolves: rhbz#1051194 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2014-09-29
    plugin id77928
    published2014-09-29
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77928
    titleFedora 20 : tomcat-7.0.52-1.fc20 (2014-11048)

Redhat

advisories
  • rhsa
    idRHSA-2014:0343
  • rhsa
    idRHSA-2014:0344
  • rhsa
    idRHSA-2014:0345
  • rhsa
    idRHSA-2014:0686
rpms
  • apache-cxf-0:2.7.10-1.redhat_1.1.ep6.el5
  • glassfish-jsf-eap6-0:2.1.27-6.redhat_8.1.ep6.el5
  • ironjacamar-common-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-common-impl-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-common-spi-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-core-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-core-impl-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-deployers-common-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-jdbc-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-spec-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • ironjacamar-validator-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el5
  • jboss-as-appclient-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-cli-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-client-all-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-clustering-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-cmp-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-configadmin-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-connector-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-controller-client-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-core-security-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-deployment-repository-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-deployment-scanner-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-domain-http-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-domain-management-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-ee-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-ee-deployment-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-ejb3-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-embedded-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-host-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jacorb-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jaxr-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jaxrs-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jdr-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jmx-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jpa-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jsf-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-jsr77-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-logging-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-mail-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-management-client-content-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-messaging-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-modcluster-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-naming-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-network-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-osgi-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-osgi-configadmin-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-osgi-service-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-platform-mbean-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-pojo-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-process-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-protocol-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-remoting-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-sar-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-security-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-server-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-system-jmx-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-threads-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-transactions-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-version-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-web-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-webservices-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-weld-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-as-xts-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jboss-ejb-client-0:1.0.25-1.Final_redhat_1.1.ep6.el5
  • jboss-el-api_2.2_spec-0:1.0.4-2.Final_redhat_1.1.ep6.el5
  • jboss-jsf-api_2.1_spec-0:2.1.27-2.Final_redhat_1.1.ep6.el5
  • jboss-metadata-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-metadata-appclient-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-metadata-common-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-metadata-ear-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-metadata-ejb-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-metadata-web-0:7.0.9-1.Final_redhat_1.1.ep6.el5
  • jboss-modules-0:1.3.3-1.Final_redhat_1.1.ep6.el5
  • jboss-remote-naming-0:1.0.8-1.Final_redhat_1.1.ep6.el5
  • jboss-remoting3-0:3.2.19-1.GA_redhat_1.1.ep6.el5
  • jboss-security-negotiation-0:2.2.7-1.Final_redhat_1.1.ep6.el5
  • jbossas-core-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jbossas-javadocs-0:7.3.2-2.1.Final_redhat_2.ep6.el5
  • jbossas-modules-eap-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jbossas-product-eap-0:7.3.2-2.Final_redhat_2.1.ep6.el5
  • jbossweb-0:7.3.1-1.Final_redhat_1.1.ep6.el5
  • jbossws-cxf-0:4.2.4-1.Final_redhat_1.1.ep6.el5
  • picketbox-0:4.0.19-4.SP4_redhat_1.1.ep6.el5
  • wss4j-0:1.6.14-2.redhat_1.1.ep6.el5
  • apache-cxf-0:2.7.10-1.redhat_1.1.ep6.el6
  • glassfish-jsf-eap6-0:2.1.27-6.redhat_8.1.ep6.el6
  • ironjacamar-common-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-common-impl-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-common-spi-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-core-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-core-impl-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-deployers-common-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-jdbc-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-spec-api-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • ironjacamar-validator-eap6-0:1.0.23-5.Final_redhat_5.1.ep6.el6
  • jboss-as-appclient-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-cli-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-client-all-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-clustering-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-cmp-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-configadmin-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-connector-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-controller-client-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-core-security-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-deployment-repository-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-deployment-scanner-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-domain-http-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-domain-management-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-ee-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-ee-deployment-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-ejb3-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-embedded-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-host-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jacorb-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jaxr-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jaxrs-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jdr-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jmx-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jpa-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jsf-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-jsr77-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-logging-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-mail-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-management-client-content-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-messaging-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-modcluster-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-naming-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-network-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-osgi-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-osgi-configadmin-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-osgi-service-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-platform-mbean-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-pojo-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-process-controller-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-protocol-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-remoting-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-sar-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-security-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-server-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-system-jmx-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-threads-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-transactions-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-version-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-web-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-webservices-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-weld-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-as-xts-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jboss-ejb-client-0:1.0.25-1.Final_redhat_1.1.ep6.el6
  • jboss-el-api_2.2_spec-0:1.0.4-2.Final_redhat_1.1.ep6.el6
  • jboss-jsf-api_2.1_spec-0:2.1.27-2.Final_redhat_1.1.ep6.el6
  • jboss-metadata-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-metadata-appclient-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-metadata-common-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-metadata-ear-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-metadata-ejb-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-metadata-web-0:7.0.9-1.Final_redhat_1.1.ep6.el6
  • jboss-modules-0:1.3.3-1.Final_redhat_1.1.ep6.el6
  • jboss-remote-naming-0:1.0.8-1.Final_redhat_1.1.ep6.el6
  • jboss-remoting3-0:3.2.19-1.GA_redhat_1.1.ep6.el6
  • jboss-security-negotiation-0:2.2.7-1.Final_redhat_1.1.ep6.el6
  • jbossas-core-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jbossas-javadocs-0:7.3.2-2.1.Final_redhat_2.ep6.el6
  • jbossas-modules-eap-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jbossas-product-eap-0:7.3.2-2.Final_redhat_2.1.ep6.el6
  • jbossweb-0:7.3.1-1.Final_redhat_1.1.ep6.el6
  • jbossws-cxf-0:4.2.4-1.Final_redhat_1.1.ep6.el6
  • picketbox-0:4.0.19-4.SP4_redhat_1.1.ep6.el6
  • wss4j-0:1.6.14-2.redhat_1.1.ep6.el6
  • tomcat6-0:6.0.24-64.el6_5
  • tomcat6-admin-webapps-0:6.0.24-64.el6_5
  • tomcat6-docs-webapp-0:6.0.24-64.el6_5
  • tomcat6-el-2.1-api-0:6.0.24-64.el6_5
  • tomcat6-javadoc-0:6.0.24-64.el6_5
  • tomcat6-jsp-2.1-api-0:6.0.24-64.el6_5
  • tomcat6-lib-0:6.0.24-64.el6_5
  • tomcat6-servlet-2.5-api-0:6.0.24-64.el6_5
  • tomcat6-webapps-0:6.0.24-64.el6_5
  • tomcat6-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-admin-webapps-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-admin-webapps-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-docs-webapp-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-docs-webapp-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-el-2.1-api-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-el-2.1-api-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-javadoc-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-javadoc-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-jsp-2.1-api-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-jsp-2.1-api-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-lib-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-lib-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-log4j-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-log4j-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-servlet-2.5-api-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-servlet-2.5-api-0:6.0.37-27_patch_04.ep6.el6
  • tomcat6-webapps-0:6.0.37-19_patch_04.ep6.el5
  • tomcat6-webapps-0:6.0.37-27_patch_04.ep6.el6
  • tomcat7-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-admin-webapps-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-admin-webapps-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-docs-webapp-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-docs-webapp-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-el-2.2-api-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-el-2.2-api-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-javadoc-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-javadoc-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-jsp-2.2-api-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-jsp-2.2-api-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-lib-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-lib-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-log4j-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-log4j-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-servlet-3.0-api-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-servlet-3.0-api-0:7.0.40-9_patch_02.ep6.el6
  • tomcat7-webapps-0:7.0.40-13_patch_02.ep6.el5
  • tomcat7-webapps-0:7.0.40-9_patch_02.ep6.el6
  • tomcat-0:7.0.42-5.el7_0
  • tomcat-admin-webapps-0:7.0.42-5.el7_0
  • tomcat-docs-webapp-0:7.0.42-5.el7_0
  • tomcat-el-2.2-api-0:7.0.42-5.el7_0
  • tomcat-javadoc-0:7.0.42-5.el7_0
  • tomcat-jsp-2.2-api-0:7.0.42-5.el7_0
  • tomcat-jsvc-0:7.0.42-5.el7_0
  • tomcat-lib-0:7.0.42-5.el7_0
  • tomcat-servlet-3.0-api-0:7.0.42-5.el7_0
  • tomcat-webapps-0:7.0.42-5.el7_0

Seebug

  • bulletinFamilyexploit
    descriptionBUGTRAQ ID: 65773 CVE(CAN) ID: CVE-2013-4286 Apache Tomcat是一个流行的开源JSP应用服务器程序。 Tomcat 8.0.0-RC1 - 8.0.0-RC5、7.0.0 - 7.0.47、6.0.0 - 6.0.37版本存在漏洞CVE-2005-2090修复不完整问题,远程攻击者可利用此漏洞对Web缓存投毒、逃避IDS签名、启动跨站脚本、HTML注入、会话劫持攻击等。 0 Apache Group Tomcat 8.0.0-RC1 - 8.0.0-RC5 Apache Group Tomcat 7.0.0 - 7.0.47 Apache Group Tomcat 6.0.0 - 6.0.37 厂商补丁: Apache Group ------------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://jakarta.apache.org/tomcat/index.html
    idSSV:61573
    last seen2017-11-19
    modified2014-02-26
    published2014-02-26
    reporterRoot
    titleApache Tomcat 安全限制绕过漏洞
  • bulletinFamilyexploit
    descriptionBugtraq ID:65773 CVE ID:CVE-2013-4286 Apache Tomcat是一款开放源码的JSP应用服务器程序。 在使用块编码时如果请求包含多个或者单个content-length头时,Apache Tomcat应用没有正确把该请求拒绝为非法请求,当多个组件如防火墙,缓存,代理和Tomcat处理该请求序列时,会做出不同的动作,而使攻击者可进行WEB缓存&quot;毒药&quot;攻击,执行跨站脚本攻击,或获取其他用户请求中的敏感信息。此漏洞是由于不完整修复CVE-2005-2090造成的。 0 Apache Tomcat 8.0.0-RC1 Apache Tomcat 7.0.0 - 7.0.42 Apache Tomcat 6.0.0 - 6.0.37 厂商补丁: Apache ----- Apache Tomcat 8.0.0-RC3,7.0.47或6.0.39已经修复该漏洞,建议用户下载更新: http://tomcat.apache.org/
    idSSV:61595
    last seen2017-11-19
    modified2014-02-27
    published2014-02-27
    reporterRoot
    titleApache Tomcat不完整修复信息泄漏漏洞

References