CVE-2022-25295

Severity CVSS v4.0:
Pending analysis
Type:
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')
Publication date:
11/09/2022
Last modified:
15/09/2022

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.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:getgophish:gophish:*:*:*:*:*:*:*:* 0.12.0 (excluding)