Releases16
Frequency7 months 2 weeks
Last Release
Stars2K
Official CORS gin's middleware

CVE History

CVEPublishedCVSS v3CVSS v2
9.1 CRITICAL

parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.