-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anonymous
committed
Jan 1, 1970
1 parent
3c7dbf5
commit 6fe96f8
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
id: CVE-2024-56337 | ||
|
||
info: | ||
name: Apache Tomcat RCE Vulnerability | ||
author: ProjectDiscoveryAI | ||
severity: high | ||
description: | | ||
Apache Tomcat is vulnerable to Remote Code Execution (RCE) on case insensitive file systems with the default servlet write enabled. This occurs when the readonly initialization parameter is set to false. This template attempts to induce an error that reveals the Tomcat version. | ||
reference: | ||
- https://nvd.nist.gov/vuln/detail/CVE-2024-56337 | ||
|
||
http: | ||
- raw: | ||
- | | ||
GET /?f=[ HTTP/1.1 | ||
Host: {{Hostname}} | ||
User-Agent: Nuclei | ||
Accept: */* | ||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 500 | ||
- type: regex | ||
regex: | ||
- "Apache Tomcat/([0-9]+\\.[0-9]+\\.[0-9]+)" |