6.1
CVE-2017-1000434
- EPSS 0.24%
- Veröffentlicht 02.01.2018 23:29:00
- Zuletzt bearbeitet 21.11.2024 03:04:44
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
furikake <= 0.1.0 - Open Redirect
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']));Mögliche Gegenmaßnahme
furikake: Update to version 0.1.1, or a newer patched version
Weitere Schwachstelleninformationen
SystemWordPress Plugin
≫
Produkt
furikake
Version
*-0.1.0
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Furikake Project ≫ Furikake Version0.1.0 SwPlatformwordpress
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.24% | 0.472 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 6.1 | 2.8 | 2.7 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
| nvd@nist.gov | 5.8 | 8.6 | 4.9 |
AV:N/AC:M/Au:N/C:P/I:P/A:N
|
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.