cve/2017/CVE-2017-1000434.md
2024-06-18 02:51:15 +02:00

757 B

CVE-2017-1000434

Description

Wordpress plugin Furikake version 0.1.0 is vulnerable to an Open Redirect The furikake-redirect parameter on a page allows for a redirect to an attacker controlled page classes/Furigana.php: header('location:'.urldecode($_GET['furikake-redirect']));

POC

Reference

Github