Vulnerabilities > CVE-2013-2071 - Information Exposure vulnerability in Apache Tomcat

047910
CVSS 2.6 - LOW
Attack vector
NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
network
high complexity
apache
CWE-200
nessus

Summary

java/org/apache/catalina/core/AsyncContextImpl.java in Apache Tomcat 7.x before 7.0.40 does not properly handle the throwing of a RuntimeException in an AsyncListener in an application, which allows context-dependent attackers to obtain sensitive request information intended for other applications in opportunistic circumstances via an application that records the requests that it processes.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Subverting Environment Variable Values
    The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
  • Footprinting
    An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
  • Exploiting Trust in Client (aka Make the Client Invisible)
    An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • Browser Fingerprinting
    An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
  • Session Credential Falsification through Prediction
    This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.

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 familyFedora Local Security Checks
    NASL idFEDORA_2013-7993.NASL
    description - Updated to 7.0.40 - Resolves: rhbz 956569 added missing commons-pool link Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-05-22
    plugin id66529
    published2013-05-22
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66529
    titleFedora 18 : tomcat-7.0.40-1.fc18 (2013-7993)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2013-7993.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(66529);
      script_version("1.16");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2013-2071");
      script_bugtraq_id(59798);
      script_xref(name:"FEDORA", value:"2013-7993");
    
      script_name(english:"Fedora 18 : tomcat-7.0.40-1.fc18 (2013-7993)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "  - Updated to 7.0.40
    
        - Resolves: rhbz 956569 added missing commons-pool link
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=928294"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=956569"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=961806"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-May/105886.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?fa8f3227"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected tomcat package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:ND/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:tomcat");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:18");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/05/13");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/05/22");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^18([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 18.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC18", reference:"tomcat-7.0.40-1.fc18")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_note(port:0, extra:rpm_report_get());
      else security_note(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "tomcat");
    }
    
  • NASL familyWeb Servers
    NASL idTOMCAT_7_0_40.NASL
    descriptionAccording to its self-reported version number, the instance of Apache Tomcat 7.0 listening on the remote host is prior to 7.0.40. It is, therefore, affected by multiple vulnerabilities : - An error exists related to
    last seen2020-03-18
    modified2013-05-15
    plugin id66428
    published2013-05-15
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66428
    titleApache Tomcat 7.0.x < 7.0.40 Multiple Vulnerabilities
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-1011.NASL
    descriptionRed Hat JBoss Web Server 2.0.1, which fixes multiple security issues and several bugs, is 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 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. This release serves as a replacement for Red Hat JBoss Web Server 2.0.0, and includes several bug fixes. Refer to the Red Hat JBoss Web Server 2.0.1 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/site/documentation/ The following security issues are also fixed with this release : Cross-site scripting (XSS) flaws were found in the Apache HTTP Server mod_proxy_balancer module
    last seen2020-06-01
    modified2020-06-02
    plugin id76237
    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/76237
    titleRHEL 5 : JBoss Web Server (RHSA-2013:1011)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-7999.NASL
    description - Updated to 7.0.40 - Resolves: rhbz 956569 added missing commons-pool link Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-05-22
    plugin id66530
    published2013-05-22
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66530
    titleFedora 17 : tomcat-7.0.40-1.fc17 (2013-7999)
  • 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 familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1841-1.NASL
    descriptionIt 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. This issue only affected Ubuntu 10.04 LTS and Ubuntu 12.04 LTS. (CVE-2012-3544) It was discovered that Tomcat incorrectly handled certain authentication requests. A remote attacker could possibly use this flaw to inject a request that would get executed with a victim
    last seen2020-06-01
    modified2020-06-02
    plugin id66670
    published2013-05-29
    reporterUbuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66670
    titleUbuntu 10.04 LTS / 12.04 LTS / 12.10 / 13.04 : tomcat6, tomcat7 vulnerabilities (USN-1841-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-7979.NASL
    description - Updated to 7.0.40 - Resolves: rhbz 956569 added missing commons-pool link Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-05-26
    plugin id66595
    published2013-05-26
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66595
    titleFedora 19 : tomcat-7.0.40-2.fc19 (2013-7979)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-1012.NASL
    descriptionRed Hat JBoss Web Server 2.0.1, which fixes multiple security issues and several bugs, is 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 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. This release serves as a replacement for Red Hat JBoss Web Server 2.0.0, and includes several bug fixes. Refer to the Red Hat JBoss Web Server 2.0.1 Release Notes for information on the most significant of these changes, available shortly from https://access.redhat.com/site/documentation/ The following security issues are also fixed with this release : Cross-site scripting (XSS) flaws were found in the Apache HTTP Server mod_proxy_balancer module
    last seen2020-06-01
    modified2020-06-02
    plugin id76238
    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/76238
    titleRHEL 6 : JBoss Web Server (RHSA-2013:1012)
  • NASL familyMisc.
    NASL idORACLE_SECURE_GLOBAL_DESKTOP_JAN_2014_CPU.NASL
    descriptionThe remote host has a version of Oracle Secure Global Desktop installed that is affected by multiple vulnerabilities : - Specially crafted requests sent with chunked transfer encoding could allow a remote attacker to perform a
    last seen2020-06-01
    modified2020-06-02
    plugin id72339
    published2014-02-05
    reporterThis script is Copyright (C) 2014-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/72339
    titleOracle Secure Global Desktop Multiple Vulnerabilities (January 2014 CPU)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2013-632.NASL
    descriptionTomcat was updated to fix two security issues: CVE-2013-1976: Avoid a potential symlink race during startup of the tomcat server, where a local attacker that gaine access to the tomcat chroot could escalate privileges to root. CVE-2013-2071: java/org/apache/catalina/core/AsyncContextImpl.java in Apache Tomcat 7.x did not properly handle the throwing of a RuntimeException in an AsyncListener in an application, which allows context-dependent attackers to obtain sensitive request information intended for other applications in opportunistic circumstances via an application that records the requests that it processes.
    last seen2020-06-05
    modified2014-06-13
    plugin id75106
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75106
    titleopenSUSE Security Update : tomcat (openSUSE-SU-2013:1306-1)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2013-191.NASL
    descriptionjava/org/apache/catalina/core/AsyncContextImpl.java in Apache Tomcat 7.x before 7.0.40 does not properly handle the throwing of a RuntimeException in an AsyncListener in an application, which allows context-dependent attackers to obtain sensitive request information intended for other applications in opportunistic circumstances via an application that records the requests that it processes.
    last seen2020-06-01
    modified2020-06-02
    plugin id69749
    published2013-09-04
    reporterThis script is Copyright (C) 2013-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/69749
    titleAmazon Linux AMI : tomcat7 (ALAS-2013-191)

Redhat

rpms
  • apache-commons-daemon-eap6-1:1.0.15-4.redhat_1.ep6.el5
  • apache-commons-daemon-jsvc-eap6-1:1.0.15-1.redhat_1.ep6.el5
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.15-1.redhat_1.ep6.el5
  • apache-commons-pool-eap6-0:1.6-6.redhat_4.ep6.el5
  • apache-commons-pool-tomcat-eap6-0:1.6-6.redhat_4.ep6.el5
  • dom4j-0:1.6.1-19.redhat_5.ep6.el5
  • ecj3-1:3.7.2-6.redhat_1.ep6.el5
  • httpd-0:2.2.22-23.ep6.el5
  • httpd-debuginfo-0:2.2.22-23.ep6.el5
  • httpd-devel-0:2.2.22-23.ep6.el5
  • httpd-manual-0:2.2.22-23.ep6.el5
  • httpd-tools-0:2.2.22-23.ep6.el5
  • mod_cluster-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_cluster-demo-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_cluster-native-0:1.2.4-1.Final.redhat_1.ep6.el5
  • mod_cluster-native-debuginfo-0:1.2.4-1.Final.redhat_1.ep6.el5
  • mod_cluster-tomcat6-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_cluster-tomcat7-0:1.2.4-1.Final_redhat_1.ep6.el5
  • mod_jk-ap22-0:1.2.37-2.redhat_1.ep6.el5
  • mod_jk-debuginfo-0:1.2.37-2.redhat_1.ep6.el5
  • mod_jk-manual-0:1.2.37-2.redhat_1.ep6.el5
  • mod_ssl-1:2.2.22-23.ep6.el5
  • tomcat-native-0:1.1.27-4.redhat_1.ep6.el5
  • tomcat-native-debuginfo-0:1.1.27-4.redhat_1.ep6.el5
  • tomcat6-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-admin-webapps-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-docs-webapp-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-el-1.0-api-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-javadoc-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-jsp-2.1-api-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-lib-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-log4j-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-servlet-2.5-api-0:6.0.37-8_patch_01.ep6.el5
  • tomcat6-webapps-0:6.0.37-8_patch_01.ep6.el5
  • tomcat7-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-admin-webapps-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-docs-webapp-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-el-1.0-api-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-javadoc-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-jsp-2.2-api-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-lib-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-log4j-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-servlet-3.0-api-0:7.0.40-9_patch_01.ep6.el5
  • tomcat7-webapps-0:7.0.40-9_patch_01.ep6.el5
  • apache-commons-daemon-eap6-1:1.0.15-4.redhat_1.ep6.el6
  • apache-commons-daemon-jsvc-eap6-1:1.0.15-1.redhat_1.ep6.el6
  • apache-commons-daemon-jsvc-eap6-debuginfo-1:1.0.15-1.redhat_1.ep6.el6
  • apache-commons-pool-eap6-0:1.6-6.redhat_4.ep6.el6
  • apache-commons-pool-tomcat-eap6-0:1.6-6.redhat_4.ep6.el6
  • dom4j-0:1.6.1-19.redhat_5.ep6.el6
  • ecj3-1:3.7.2-6.redhat_1.ep6.el6
  • httpd-0:2.2.22-23.ep6.el6
  • httpd-debuginfo-0:2.2.22-23.ep6.el6
  • httpd-devel-0:2.2.22-23.ep6.el6
  • httpd-manual-0:2.2.22-23.ep6.el6
  • httpd-tools-0:2.2.22-23.ep6.el6
  • mod_cluster-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_cluster-demo-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_cluster-native-0:1.2.4-1.Final.redhat_1.ep6.el6
  • mod_cluster-native-debuginfo-0:1.2.4-1.Final.redhat_1.ep6.el6
  • mod_cluster-tomcat6-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_cluster-tomcat7-0:1.2.4-1.Final_redhat_1.ep6.el6
  • mod_jk-ap22-0:1.2.37-2.redhat_1.ep6.el6
  • mod_jk-debuginfo-0:1.2.37-2.redhat_1.ep6.el6
  • mod_jk-manual-0:1.2.37-2.redhat_1.ep6.el6
  • mod_ssl-1:2.2.22-23.ep6.el6
  • tomcat-native-0:1.1.27-4.redhat_1.ep6.el6
  • tomcat-native-debuginfo-0:1.1.27-4.redhat_1.ep6.el6
  • tomcat6-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-admin-webapps-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-docs-webapp-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-el-1.0-api-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-javadoc-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-jsp-2.1-api-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-lib-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-log4j-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-servlet-2.5-api-0:6.0.37-10_patch_01.ep6.el6
  • tomcat6-webapps-0:6.0.37-10_patch_01.ep6.el6
  • tomcat7-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-admin-webapps-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-docs-webapp-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-el-1.0-api-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-javadoc-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-jsp-2.2-api-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-lib-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-log4j-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-servlet-3.0-api-0:7.0.40-5_patch_01.ep6.el6
  • tomcat7-webapps-0:7.0.40-5_patch_01.ep6.el6

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 59798 CVE(CAN) ID: CVE-2013-2071 Apache Tomcat是一个流行的开源JSP应用服务器程序。 Tomcat 7.0.0 - 7.0.39内,AsyncListener的onComplete在执行某些情况下的请求管理时存在运行时异常,org.apache.catalina.connector.Request会因此不再循环。远程攻击者可利用此漏洞获取敏感信息。 0 Apache Group Tomcat 7.0.0 - 7.0.39 厂商补丁: Apache Group ------------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://jakarta.apache.org/tomcat/index.html
idSSV:60787
last seen2017-11-19
modified2013-05-17
published2013-05-17
reporterRoot
titleApache Tomcat 信息泄露漏洞(CVE-2013-2071)