Critical severityNVD Advisory· Published Mar 6, 2024· Updated Aug 5, 2024
Authorization Bypass Through User-Controlled Key in go-zero
CVE-2024-27302
Description
go-zero is a web and rpc framework. Go-zero allows user to specify a CORS Filter with a configurable allows param - which is an array of domains allowed in CORS policy. However, the isOriginAllowed uses strings.HasSuffix to check the origin, which leads to bypass via a malicious domain. This vulnerability is capable of breaking CORS policy and thus allowing any page to make requests and/or retrieve data on behalf of other users. Version 1.4.4 fixes this issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/zeromicro/go-zeroGo | < 1.4.4 | 1.4.4 |
Affected products
2Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-fgxv-gw55-r5fqghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-27302ghsaADVISORY
- github.com/zeromicro/go-zero/commit/d9d79e930dff6218a873f4f02115df61c38b15dbghsax_refsource_MISCWEB
- github.com/zeromicro/go-zero/security/advisories/GHSA-fgxv-gw55-r5fqghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.