Files
CVEs-PoC/2017/CVE-2017-1000434.md
2025-09-29 21:09:30 +02:00

815 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