AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-17505

MEDIUM · CVSS 6.1 EPSS 0.80%

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The TranslatePress plugin for WordPress is vulnerable to reflected cross-site scripting due to improper handling of the 's' parameter, allowing attackers to inject arbitrary scripts into web pages. This vulnerability affects versions up to 3.2.5 and can be exploited by unauthenticated users, potentially leading to session hijacking or other malicious actions if a victim interacts with a crafted link. WordPress site administrators using this plugin should prioritize applying updates to mitigate the risk of exploitation.

CVE
CVE-2026-17505
Severity
MEDIUM
CVSS
6.1
EPSS
0.80%
WordPress

Original NVD Description

The Translate Multilingual sites – TranslatePress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 's' parameter in versions up to, and including, 3.2.5. This is due to the translate_page() function unconditionally replacing the plugin's internal #!trpst# and #!trpen# marker tokens with literal angle brackets across the entire HTML page output after WordPress has already sanitized and escaped user input — allowing the attacker to bypass WordPress's normal HTML escaping by using these tokens, which are not HTML special characters, in the search query. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a specially crafted link.