CVE-2021-24610
MEDIUMTranslatePress < 2.0.9 - Authenticated Stored Cross-Site Scripting via Insufficient String Sanitization
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2021-24610. PoCs published by Nosa Shandy.
AI-analyzed exploit summary This is a writeup describing a stored XSS vulnerability in WordPress Plugin TranslatePress 2.0.8. The exploit leverages insufficient sanitization of the 'translated' parameter, allowing an attacker to inject malicious JavaScript via HTML tags like <img src=x onerror=alert(4)>.
Description
The TranslatePress WordPress plugin before 2.0.9 does not implement a proper sanitisation on the translated strings. The 'trp_sanitize_string' function only removes script tag with a regex, still allowing other HTML tags and attributes to execute javascript, which could lead to authenticated Stored Cross-Site Scripting issues.
Exploits (1)
This is a writeup describing a stored XSS vulnerability in WordPress Plugin TranslatePress 2.0.8. The exploit leverages insufficient sanitization of the 'translated' parameter, allowing an attacker to inject malicious JavaScript via HTML tags like <img src=x onerror=alert(4)>.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N