Security Advisory

CVE-2019-25211

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-28 00:00:00
Last updated 2025-11-03 18:07:54
Assigner mitre
State PUBLISHED

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.