furikake <= 0.1.0 - Open Redirect
2018-01-01 00:00
Carl CleggStrategic Overview
StatusPatched in 0.1.1
Affected Pluginfurikake
Affected Version
<= 0.1.0CVSS6.1Medium
CVE
CVE-2017-1000434Vulnerability Overview
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']));
Technical Analysis
REMEDIATION: Update to version 0.1.1, or a newer patched version --- IDENTIFIER: CWE-601 (URL Redirection to Untrusted Site ('Open Redirect')) The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.
External References
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C