cve/2021/CVE-2021-24610.md
2024-06-18 02:51:15 +02:00

1.1 KiB

CVE-2021-24610

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.

POC

Reference

Github