ghsa-733f-44f3-3frw
Vulnerability from github
Published
2021-05-18 21:08
Modified
2024-05-20 19:24
Severity ?
Summary
gopkg.in/macaron.v1 Open Redirect vulnerability
Details
macaron before 1.3.7 has an open redirect in the static handler. Due to improper request santization, a specifically crafted URL can cause the static file handler to redirect to an attacker chosen URL, allowing for open redirect attacks.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "gopkg.in/macaron.v1" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.3.7" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-12666" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2021-05-18T20:50:16Z", "nvd_published_at": "2020-05-05T22:15:00Z", "severity": "MODERATE" }, "details": "macaron before 1.3.7 has an open redirect in the static handler. Due to improper request santization, a specifically crafted URL can cause the static file handler to redirect to an attacker chosen URL, allowing for open redirect attacks.", "id": "GHSA-733f-44f3-3frw", "modified": "2024-05-20T19:24:04Z", "published": "2021-05-18T21:08:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12666" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/issues/198" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/issues/198#issuecomment-622885959" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/pull/199" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/pull/199/commits/6bd9385542f7133467ab7d09a5f28f7d5dc52af7" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/commit/addc7461c3a90a040e79aa75bfd245107a210245" }, { "type": "PACKAGE", "url": "https://github.com/go-macaron/macaron" }, { "type": "WEB", "url": "https://github.com/go-macaron/macaron/releases/tag/v1.3.7" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3QEUOHRC4EN4WZ66EVFML2UCV7ZQ63XZ" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2020-0039" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "gopkg.in/macaron.v1 Open Redirect vulnerability" }
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.