id: CVE-2020-2551 info: name: Oracle Weblogic RCE risk: Critical params: - root: '{{.BaseURL}}' variables: - endpoint: | console/login/LoginForm.jsp requests: - method: GET url: >- {{.root}}/{{.endpoint}}?value=*j%3Ch1%3Esample 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 detections: - >- StatusCode() == 200 && ( StringSearch("resBody", "10.3.6.0") || StringSearch("resBody", "12.1.3.0") || StringSearch("resBody", "12.2.1.3") || StringSearch("resBody", "12.2.1.4")) references: - https://www.cvebase.com/cve/2020/2551