Skip to content

Commit d1eb7d3

Browse files
authored
Merge pull request #177 from dwisiswant0/add-cve-2020-9484
Add CVE-2020-9484
2 parents 3914856 + 5756349 commit d1eb7d3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

cves/CVE-2020-9484.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
id: CVE-2020-9484
2+
3+
info:
4+
name: Apache Tomcat RCE by deserialization
5+
author: dwisiswant0
6+
severity: high
7+
8+
requests:
9+
- method: GET
10+
headers:
11+
Cookie: "JSESSIONID=../../../../../usr/local/tomcat/groovy"
12+
path:
13+
- "{{BaseURL}}/index.jsp"
14+
- "{{BaseURL}}:8080/index.jsp"
15+
matchers-condition: and
16+
matchers:
17+
- type: status
18+
status:
19+
- 500
20+
- type: word
21+
words:
22+
- "Exception"
23+
- "ObjectInputStream"
24+
- "PersistentManagerBase"
25+
condition: and
26+
part: body

0 commit comments

Comments
 (0)