Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Getgophish | Gophish | < 0.12.0 |
Related Weaknesses (CWE)
References
- https://github.com/gophish/gophish/pull/2262PatchThird Party Advisory
- https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177ExploitThird Party Advisory
- https://github.com/gophish/gophish/pull/2262PatchThird Party Advisory
- https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177ExploitThird Party Advisory
FAQ
What is CVE-2022-25295?
CVE-2022-25295 is a vulnerability with a CVSS score of 5.4 (MEDIUM). 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 pa...
How severe is CVE-2022-25295?
CVE-2022-25295 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-25295?
Check the references section above for vendor advisories and patch information. Affected products include: Getgophish Gophish.