### [CVE-2017-1000434](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000434) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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 - https://cjc.im/advisories/0008/ - https://wpvulndb.com/vulnerabilities/8992 #### Github - https://github.com/ARPSyndicate/cvemon