CVE-2019-25211

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
29/06/2024
Last modified:
14/03/2025

Description

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.