Wordpress Plugin How-Interest Cross-Site Scripting

2017.07.11
eg @wazehell (EG) eg
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

Cross-Site Scripting Wordpress Plugin How-Interest |########################################| "#"#"#" PoC "#"#"#" function how_interest_submit() echo "name = " . $name . ", email = " . $email . ", date = " . $date; // widget.php $name = $_POST['name']; // widget.php $email = $_POST['email']; // widget.php $date = time(); // widget.php |########################################| Dork : inurl:"how-interest/how-interest.php" Plugin Url : https://fuc.wordpress.org/plugins/how-interest/ |########################################| By : @wazehell


Vote for this issue:
50%
50%

Comment it here.

Copyright 2025, cxsecurity.com

 

Back to Top