Vulnerabilities > CVE-2008-5519 - Information Exposure vulnerability in Apache MOD JK and 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

The JK Connector (aka mod_jk) 1.2.0 through 1.2.26 in Apache Tomcat allows remote attackers to obtain sensitive information via an arbitrary request from an HTTP client, in opportunistic circumstances involving (1) a request from a different client that included a Content-Length header but no POST data or (2) a rapid series of requests, related to noncompliance with the AJP protocol's requirements for requests containing Content-Length headers.

Vulnerable Configurations

Part Description Count
Application
Apache
128

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 familySolaris Local Security Checks
    NASL idSOLARIS10_122911.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/29/16 This plugin has been deprecated and either replaced with individual 122911 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id22060
    published2006-07-18
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=22060
    titleSolaris 10 (sparc) : 122911-37 (deprecated)
    code
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # @DEPRECATED@
    #
    # Disabled on 2018/03/12. Deprecated and either replaced by
    # individual patch-revision plugins, or has been deemed a
    # non-security advisory.
    #
    include("compat.inc");
    
    if (description)
    {
      script_id(22060);
      script_version("1.57");
      script_cvs_date("Date: 2018/07/30 13:40:15");
    
      script_cve_id("CVE-2007-1349", "CVE-2008-5519", "CVE-2009-0796");
    
      script_name(english:"Solaris 10 (sparc) : 122911-37 (deprecated)");
      script_summary(english:"Check for patch 122911-37");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"This plugin has been deprecated."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "SunOS 5.10: Apache 1.3 Patch.
    Date this patch was last updated by Sun : Mar/29/16
    
    This plugin has been deprecated and either replaced with individual
    122911 patch-revision plugins, or deemed non-security related."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/122911-37"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"n/a"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:P");
      script_cwe_id(79, 200, 399);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:sun:solaris");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2016/03/29");
      script_set_attribute(attribute:"plugin_publication_date", value:"2006/07/18");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2006-2018 Tenable Network Security, Inc.");
      script_family(english:"Solaris Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev");
    
      exit(0);
    }
    
    exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 122911 instead.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-35.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Nov/12/15
    last seen2020-06-01
    modified2020-06-02
    plugin id107384
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107384
    titleSolaris 10 (sparc) : 122911-35
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text in this plugin was
    # extracted from the Oracle SunOS Patch Updates.
    #
    include("compat.inc");
    
    if (description)
    {
      script_id(107384);
      script_version("1.4");
      script_cvs_date("Date: 2020/01/08");
    
      script_cve_id("CVE-2007-1349", "CVE-2008-5519", "CVE-2009-0795", "CVE-2009-0796");
    
      script_name(english:"Solaris 10 (sparc) : 122911-35");
      script_summary(english:"Check for patch 122911-35");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 122911-35"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "SunOS 5.10: Apache 1.3 Patch.
    Date this patch was last updated by Sun : Nov/12/15"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/122911-35"
      );
      script_set_attribute(attribute:"solution", value:"Install patch 122911-35 or higher");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2007-1349");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_cwe_id(79, 200, 399);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:122911");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2007/03/30");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/11/12");
      script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Solaris Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("solaris.inc");
    
    showrev = get_kb_item("Host/Solaris/showrev");
    if (empty_or_null(showrev)) audit(AUDIT_OS_NOT, "Solaris");
    os_ver = pregmatch(pattern:"Release: (\d+.(\d+))", string:showrev);
    if (empty_or_null(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Solaris");
    full_ver = os_ver[1];
    os_level = os_ver[2];
    if (full_ver != "5.10") audit(AUDIT_OS_NOT, "Solaris 10", "Solaris " + os_level);
    package_arch = pregmatch(pattern:"Application architecture: (\w+)", string:showrev);
    if (empty_or_null(package_arch)) audit(AUDIT_UNKNOWN_ARCH);
    package_arch = package_arch[1];
    if (package_arch != "sparc") audit(AUDIT_ARCH_NOT, "sparc", package_arch);
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWapchS", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWapchd", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWapchr", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWapchu", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWtcatS", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWtcatr", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"122911-35", obsoleted_by:"", package:"SUNWtcatu", version:"11.10.0,REV=2005.01.08.05.16") < 0) flag++;
    
    if (flag) {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : solaris_get_report()
      );
    } else {
      patch_fix = solaris_patch_fix_get();
      if (!empty_or_null(patch_fix)) audit(AUDIT_PATCH_INSTALLED, patch_fix, "Solaris 10");
      tested = solaris_pkg_tests_get();
      if (!empty_or_null(tested)) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      audit(AUDIT_PACKAGE_NOT_INSTALLED, "SUNWapchS / SUNWapchd / SUNWapchr / SUNWapchu / SUNWtcatS / etc");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1810.NASL
    descriptionAn information disclosure flaw was found in mod_jk, the Tomcat Connector module for Apache. If a buggy client included the
    last seen2020-06-01
    modified2020-06-02
    plugin id38991
    published2009-06-03
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/38991
    titleDebian DSA-1810-1 : libapache-mod-jk - information disclosure
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_114016.NASL
    descriptionSunOS 5.9: tomcat security patch. Date this patch was last updated by Sun : Jul/27/11
    last seen2020-06-01
    modified2020-06-02
    plugin id13547
    published2004-07-12
    reporterThis script is Copyright (C) 2004-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/13547
    titleSolaris 9 (sparc) : 114016-08
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-34.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Jul/13/15
    last seen2020-06-01
    modified2020-06-02
    plugin id107383
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107383
    titleSolaris 10 (sparc) : 122911-34
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-33.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/15/14
    last seen2020-06-01
    modified2020-06-02
    plugin id107884
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107884
    titleSolaris 10 (x86) : 122912-33
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-200906-04.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-200906-04 (Apache Tomcat JK Connector: Information disclosure) The Red Hat Security Response Team discovered that mod_jk does not properly handle (1) requests setting the
    last seen2020-06-01
    modified2020-06-02
    plugin id39571
    published2009-06-30
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/39571
    titleGLSA-200906-04 : Apache Tomcat JK Connector: Information disclosure
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-32.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Jul/11/13
    last seen2020-06-01
    modified2020-06-02
    plugin id107381
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107381
    titleSolaris 10 (sparc) : 122911-32
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-37.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/29/16
    last seen2020-06-01
    modified2020-06-02
    plugin id107888
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107888
    titleSolaris 10 (x86) : 122912-37
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-32.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Jul/11/13
    last seen2020-06-01
    modified2020-06-02
    plugin id107883
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107883
    titleSolaris 10 (x86) : 122912-32
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-36.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/02/16
    last seen2020-06-01
    modified2020-06-02
    plugin id107887
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107887
    titleSolaris 10 (x86) : 122912-36
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_APACHE2-MOD_JK-091028.NASL
    descriptionCertain HTTP request could confuse the JK connector in Apache Tomcat which could result in a user seeing responses destined for other users (CVE-2008-5519).
    last seen2020-06-01
    modified2020-06-02
    plugin id42392
    published2009-11-05
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/42392
    titleopenSUSE Security Update : apache2-mod_jk (apache2-mod_jk-1479)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-36.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/02/16
    last seen2020-06-01
    modified2020-06-02
    plugin id107385
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107385
    titleSolaris 10 (sparc) : 122911-36
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/29/16 This plugin has been deprecated and either replaced with individual 122912 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id22063
    published2006-07-18
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=22063
    titleSolaris 10 (x86) : 122912-37 (deprecated)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-35.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Nov/12/15
    last seen2020-06-01
    modified2020-06-02
    plugin id107886
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107886
    titleSolaris 10 (x86) : 122912-35
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_122912-34.NASL
    descriptionSunOS 5.10_x86: Apache 1.3 Patch. Date this patch was last updated by Sun : Jul/13/15
    last seen2020-06-01
    modified2020-06-02
    plugin id107885
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107885
    titleSolaris 10 (x86) : 122912-34
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-33.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/15/14
    last seen2020-06-01
    modified2020-06-02
    plugin id107382
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107382
    titleSolaris 10 (sparc) : 122911-33
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_122911-37.NASL
    descriptionSunOS 5.10: Apache 1.3 Patch. Date this patch was last updated by Sun : Mar/29/16
    last seen2020-06-01
    modified2020-06-02
    plugin id107386
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107386
    titleSolaris 10 (sparc) : 122911-37
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2009-1618.NASL
    descriptionAn updated mod_jk package that fixes one security issue is now available for Red Hat Network Satellite Server 5.1 and 5.2. This update has been rated as having low security impact by the Red Hat Security Response Team. mod_jk is an Apache Tomcat connector that allows Apache Tomcat and the Apache HTTP Server to communicate with each other. An information disclosure flaw was found in mod_jk. In certain situations, if a faulty client set the
    last seen2020-06-01
    modified2020-06-02
    plugin id43846
    published2010-01-10
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/43846
    titleRHEL 4 : mod_jk in Satellite Server (RHSA-2009:1618)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_X86_114017.NASL
    descriptionSunOS 5.9_x86: tomcat security patch. Date this patch was last updated by Sun : May/27/11
    last seen2020-06-01
    modified2020-06-02
    plugin id13588
    published2004-07-12
    reporterThis script is Copyright (C) 2004-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/13588
    titleSolaris 9 (x86) : 114017-07
  • NASL familyWeb Servers
    NASL idMOD_JK_1_2_27.NASL
    descriptionBased on the Server response header, the installation of the JK Connector (mod_jk) in Apache Tomcat listening on the remote host is version 1.2.x prior to 1.2.27. It is, therefore, affected by an information disclosure vulnerability. A remote attacker can view the response associated with a different user
    last seen2020-06-01
    modified2020-06-02
    plugin id46885
    published2010-06-14
    reporterThis script is Copyright (C) 2010-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/46885
    titleApache Tomcat JK Connector Content-Length Header Cross-User Information Disclosure
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_APACHE2-MOD_JK-091028.NASL
    descriptionCertain HTTP request could confuse the JK connector in Apache Tomcat which could result in a user seeing responses destined for other users (CVE-2008-5519).
    last seen2020-06-01
    modified2020-06-02
    plugin id42389
    published2009-11-05
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/42389
    titleopenSUSE Security Update : apache2-mod_jk (apache2-mod_jk-1479)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_APACHE2-MOD_JK-6599.NASL
    descriptionCertain HTTP request could confuse the JK connector in Apache Tomcat which could result in a user seeing responses destined for other users (CVE-2008-5519).
    last seen2020-06-01
    modified2020-06-02
    plugin id42397
    published2009-11-05
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/42397
    titleopenSUSE 10 Security Update : apache2-mod_jk (apache2-mod_jk-6599)

Redhat

advisories
rhsa
idRHSA-2009:0446
rpms
  • mod_jk-ap20-0:1.2.28-1.el5s2
  • mod_jk-debuginfo-0:1.2.28-1.el5s2
  • mod_jk-ap20-0:1.2.28-1jpp_3rh
  • mod_jk-debuginfo-0:1.2.28-1jpp_3rh
  • mod_jk-manual-0:1.2.28-1jpp_3rh
  • mod_jk-ap20-0:1.2.25-10
  • mod_jk-debuginfo-0:1.2.25-10

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 34412 CVE(CAN) ID: CVE-2008-5519 Apache Tomcat是一个流行的开放源码的JSP应用服务器程序。 如果恶意客户端向Apache Tomcat服务器的mod_jk模块提交了Content-Length头为空的恶意请求,或在短时间内反复提交相同的请求的话,就可以查看其他用户请求相关的响应。 Apache Group mod_jk 1.2.0 - 1.2.26 Apache Group ------------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: <a href=http://httpd.apache.org/ target=_blank rel=external nofollow>http://httpd.apache.org/</a>
idSSV:5023
last seen2017-11-19
modified2009-04-10
published2009-04-10
reporterRoot
titleApache Tomcat mod_jk Content-Length头信息泄露漏洞

References