ghsa-hvw3-p9px-gpc9
Vulnerability from github
Published
2022-09-12 00:00
Modified
2022-09-16 22:02
Severity ?
VLAI Severity ?
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.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/gophish/gophish" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.12.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-25295" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2022-09-15T03:28:46Z", "nvd_published_at": "2022-09-11T14:15:00Z", "severity": "MODERATE" }, "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.", "id": "GHSA-hvw3-p9px-gpc9", "modified": "2022-09-16T22:02:43Z", "published": "2022-09-12T00:00:33Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Gophish before 0.12.0 vulnerable to Open Redirect" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…