Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/tam-k592/cve-2024-52317
Vulnerability AnalysisExploitationData ExfiltrationInformation GatheringWeb Security
GitHubtam-k592/cve-2024-52317

CVE-2024-52317

CVE-2024-52317 - Apache Tomcat HTTP/2 Data Leakage Vulnerability

View Repository
3451 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🚨🚨CVE-2024-52317🚨🚨

CVE-2024-52317 - Apache Tomcat HTTP/2 Data Leakage Vulnerability

Overview CVE-2024-52317 is a vulnerability affecting Apache Tomcat's HTTP/2 implementation. The issue arises due to improper recycling of HTTP/2 request and response resources, potentially leading to data leakage between users. This means that sensitive data from one user might appear in the response sent to another user.

Affected Versions

The following versions of Apache Tomcat are vulnerable:

Version Series Affected Versions Apache Tomcat 11.0 Versions prior to 11.0.0 Apache Tomcat 10.1 Versions prior to 10.1.31 Apache Tomcat 9.0 Versions prior to 9.0.96

Exploitability

Attack Vector

How the Exploit Works:
An attacker can exploit this vulnerability by sending multiple HTTP/2 requests to a target server, triggering resource reuse issues that result in data leakage. Specifically, one user’s response may inadvertently include sensitive data belonging to another user.

Potential Impact: Leakage of sensitive user data, including session cookies, tokens, or private information. Potential escalation of privilege using leaked session tokens or credentials. Disruption of data integrity in a multiuser environment.

Mitigation

Upgrade

To resolve this vulnerability, upgrade to a patched version of Apache Tomcat:

Apache Tomcat 11.0.0 or later. Apache Tomcat 10.1.31 or later. Apache Tomcat 9.0.96 or later.

Configuration Adjustments

If upgrading is not immediately feasible:

  1. Disable HTTP/2 to mitigate the risk:

    ``` Remove any HTTP/2 configurations in the server settings.
  2. Implement strict monitoring of HTTP/2 traffic for anomalies or unexpected patterns.

References

Apache Tomcat Security Advisory for CVE202452317](https://tomcat.apache.org/security11.html)

Apache Mailing List Discussion](https://lists.apache.org/thread/yyp6hsvy71y67c85n20j8lfhpnvrqtw2

Apache Tomcat Downloads](https://tomcat.apache.org/download11.cgi)

Download Tool