Exploits / Vulnerability Discovered : 2021-09-28 |
Type : webapps |
Platform : php
This exploit / vulnerability Wordpress plugin translatepress 2.0.8 stored crosssite scripting (xss) (authenticated) is for educational purposes only and if it is used you will do on your own risk!
Description:
The plugin does not implement a proper filter on the 'translated' parameter when input to the database. The 'trp_sanitize_string' function only check the "<script></script>" with the preg_replace, the attacker can use the HTML Tag to execute javascript.
Step To Reproduce:
1. Go to http://localhost:8888/wordpress/?trp-edit-translation=true
2. Input Gettext String
3. Input the payload such as <img src=x onerror=alert(4)>
4. Save, The payload will be executed.
5. Look on the homepage will be affected.
Video : https://drive.google.com/file/d/1PnvjHuKCvjmom6xz_sxNLBu3jixCiHy_/view?usp=sharing