{ "schema_version": "1.4.0", "id": "GHSA-hvw3-p9px-gpc9", "modified": "2022-09-16T22:02:43Z", "published": "2022-09-12T00:00:33Z", "aliases": [ "CVE-2022-25295" ], "summary": "Gophish before 0.12.0 vulnerable to Open Redirect", "details": "This affects the package github.com/gophish/gophish before 0.12.0. The Open Redirect vulnerability exists in the next query parameter. The application uses url.Parse(r.FormValue(\"next\")) to extract path and eventually redirect user to a relative URL, but if next parameter starts with multiple backslashes like \\\\\\\\\\\\example.com, browser will redirect user to http://example.com.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/gophish/gophish" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.12.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25295" }, { "type": "WEB", "url": "https://github.com/gophish/gophish/pull/2262" }, { "type": "WEB", "url": "https://github.com/gophish/gophish/commit/2a452bda89ffdb85f929fa78290bce1f456881dc" }, { "type": "PACKAGE", "url": "https://github.com/gophish/gophish" }, { "type": "WEB", "url": "https://github.com/gophish/gophish/releases/tag/v0.12.0" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177" } ], "database_specific": { "cwe_ids": [ "CWE-601" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-09-15T03:28:46Z", "nvd_published_at": "2022-09-11T14:15:00Z" } }