VYPR

Cors

by Gin Contrib

Source repositories

CVEs (1)

  • CVE-2019-25211CriJun 29, 2024
    risk 0.52cvss 9.1epss 0.00

    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…