ghsa-5m6c-jp6f-2vcv
Vulnerability from github
Published
2021-12-20 17:58
Modified
2021-05-24 20:58
Severity ?
VLAI Severity ?
Summary
Open Redirect in OAuth2 Proxy
Details
Impact
As users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access. This redirect URL is checked within the proxy and validated before redirecting the user to prevent malicious actors providing redirects to potentially harmful sites.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/oauth2-proxy/oauth2-proxy" }, "ranges": [ { "events": [ { "introduced": "5.1.1" }, { "fixed": "6.0.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-4037" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2021-05-24T20:58:18Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "### Impact\nAs users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access.\nThis redirect URL is checked within the proxy and validated before redirecting the user to prevent malicious actors providing redirects to potentially harmful sites.", "id": "GHSA-5m6c-jp6f-2vcv", "modified": "2021-05-24T20:58:18Z", "published": "2021-12-20T17:58:59Z", "references": [ { "type": "WEB", "url": "https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-4037" }, { "type": "WEB", "url": "https://github.com/oauth2-proxy/oauth2-proxy/commit/ee5662e0f5001d76ec76562bb605abbd07c266a2" }, { "type": "WEB", "url": "https://github.com/oauth2-proxy/oauth2-proxy/releases/tag/v6.0.0" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Open Redirect in OAuth2 Proxy" }
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…
Loading…