Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
The Loco Translate plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘update_href’ parameter in all versions up to, and including, 2.8.2 due to insufficient input sanitization and output escaping. 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 link.
AnalysisAI
Reflected Cross-Site Scripting in Loco Translate WordPress plugin versions up to 2.8.2 allows unauthenticated attackers to inject arbitrary web scripts via the 'update_href' parameter due to insufficient input sanitization and output escaping. The vulnerability requires user interaction (clicking a malicious link) to execute, affecting WordPress sites with the plugin installed. CVSS 6.1 reflects moderate severity with network-accessible attack vector and cross-site scope impact on confidentiality and integrity.
Technical ContextAI
The Loco Translate plugin (timwhitlock:loco_translate) processes the 'update_href' parameter without adequate sanitization or HTML entity encoding before rendering it in page output. This is a classic Reflected XSS vulnerability (CWE-79) where attacker-controlled input is echoed back to the user's browser without proper escaping, allowing execution of arbitrary JavaScript in the context of the WordPress admin or front-end session. The vulnerability exists in template rendering code where user input flows directly into HTML attributes or content without WordPress escaping functions like esc_attr() or esc_url().
RemediationAI
Update Loco Translate plugin to version 2.8.3 or later, which includes fixes for input sanitization and output escaping in the affected parameters. Administrators should immediately upgrade via the WordPress plugin dashboard or manually download the patched version from https://plugins.trac.wordpress.org/. As an interim mitigation, restrict plugin access to trusted administrators only and review server access logs for evidence of XSS exploitation attempts. The plugin changeset 3482475 (referenced at https://plugins.trac.wordpress.org/changeset/3482475/loco-translate) details the security fixes applied.
More in Loco Translate
View allThe Loco Translate WordPress plugin before 2.5.4 mishandles data inputs which get saved to a file, which can be renamed
The Loco Translate WordPress plugin before 2.6.1 does not properly remove inline events from elements in the source tran
Remote code execution in the Loco Translate WordPress plugin (all versions up to and including 2.8.5) is reachable throu
Stored XSS in the Loco Translate WordPress plugin (versions up to and including 2.8.7) allows authenticated users holdin
Loco Translate plugin for WordPress versions up to 2.8.2 allows authenticated attackers with Translator-level access to
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17325