{"id":"GO-2024-2604","summary":"CORS Filter bypass in github.com/zeromicro/go-zero","details":"The CORS Filter feature in go-zero allows users to specify an array of domains allowed in the CORS policy. However, the isOriginAllowed function uses strings.HasSuffix to check the origin, which can lead to a bypass via a domain like \"evil-victim.com\". This vulnerability is capable of breaking CORS policy and thus allowing any page to make requests and retrieve data on behalf of other users.","aliases":["CVE-2024-27302","GHSA-fgxv-gw55-r5fq"],"modified":"2024-05-20T16:03:47Z","published":"2024-03-11T18:58:48Z","database_specific":{"review_status":"REVIEWED","url":"https://pkg.go.dev/vuln/GO-2024-2604"},"references":[{"type":"ADVISORY","url":"https://github.com/zeromicro/go-zero/security/advisories/GHSA-fgxv-gw55-r5fq"},{"type":"FIX","url":"https://github.com/zeromicro/go-zero/commit/d9d79e930dff6218a873f4f02115df61c38b15db"}],"affected":[{"package":{"name":"github.com/zeromicro/go-zero","ecosystem":"Go","purl":"pkg:golang/github.com/zeromicro/go-zero"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"1.4.4"}]}],"ecosystem_specific":{"imports":[{"symbols":["isOriginAllowed"],"path":"github.com/zeromicro/go-zero/rest/internal/cors"}]},"database_specific":{"source":"https://vuln.go.dev/ID/GO-2024-2604.json"}}],"schema_version":"1.7.3","credits":[{"name":"cokeBeer"}]}