diff --git a/http/cves/2019/CVE-2019-0192.yaml b/http/cves/2019/CVE-2019-0192.yaml index bbf7a0d0d8..c550dbd251 100644 --- a/http/cves/2019/CVE-2019-0192.yaml +++ b/http/cves/2019/CVE-2019-0192.yaml @@ -42,8 +42,12 @@ http: part: body words: - "javax.management.remote.rmi" + - type: status + # Some status codes we want to match + status: + - 500 extractors: - type: regex part: body regex: - - "rmi://.+?:1097/obj" + - "rmi://.+?:1097/obj" \ No newline at end of file