mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 18:29:31 +02:00
20 lines
815 B
Markdown
20 lines
815 B
Markdown
### [CVE-2017-1000434](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://cjc.im/advisories/0008/
|
|
- https://wpvulndb.com/vulnerabilities/8992
|
|
|
|
#### Github
|
|
- https://github.com/20142995/nuclei-templates
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|