WordPress security changelog
MEDIUM CVE-2017-1000434 Modified

Furikake: An open redirect

Furikake is affected by an open redirect. Exposure depends on how the affected operation is made reachable by the site. A crafted link can redirect visitors from the trusted site to an attacker-controlled destination.

CVE / CNA score 6.1 CVSS · cve@mitre.org
NVD score 6.1 CVSS 3.0 · nvd@nist.gov
Component
Furikake
Plugin slug
furikake
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Jan 02, 2018
Weakness
CWE-601 — URL Redirection to Untrusted Site ('Open Redirect')

This CVE was published Jan 02, 2018 and is one of 1 known issue for this plugin.

Update, patch or deactivate.

Update Furikake to a release outside the affected range, or disable and remove it until a fixed version is available.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical 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']));

NVD vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Primary and upstream sources