From 3dce3d64365088948dad235817abc3c86a52b128 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 12 Oct 2021 16:26:35 +0530 Subject: [PATCH] Delete CVE-2021-20792.yaml --- cves/2021/CVE-2021-20792.yaml | 36 ----------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 cves/2021/CVE-2021-20792.yaml diff --git a/cves/2021/CVE-2021-20792.yaml b/cves/2021/CVE-2021-20792.yaml deleted file mode 100644 index 2ac7c4927e..0000000000 --- a/cves/2021/CVE-2021-20792.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: CVE-2021-20792 - -info: - name: Quiz And Survey Master < 7.1.14 - Reflected Cross-Site Scripting - author: dhiyaneshDK - severity: medium - reference: - - https://wpscan.com/vulnerability/4deb3464-00ed-483b-8d91-f9dffe2d57cf - tags: wordpress,cve,cve2021,wp-plugin - classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N - cvss-score: 6.10 - cve-id: CVE-2021-20792 - cwe-id: CWE-79 - description: "Cross-site scripting vulnerability in Quiz And Survey Master versions prior to 7.1.14 allows a remote attacker to inject arbitrary script via unspecified vectors." - -requests: - - method: GET - path: - - '{{BaseURL}}/wp-admin/admin.php?page=mlw_quiz_list&s=">&paged=">' - - matchers-condition: and - matchers: - - type: word - words: - - '' - part: body - - - type: status - status: - - 200 - - - type: word - words: - - "text/html" - part: header