CVE-2024-27302
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2024-27302
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-03-06T18:31:31.309Z
- Last Modified Date
- 2024-03-06T18:31:31.309Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/zeromicro/go-zero/security/advisories/GHSA-fgxv-gw55-r5fq | x_refsource_CONFIRM |
https://github.com/zeromicro/go-zero/commit/d9d79e930dff6218a873f4f02115df61c38b15db | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-27302 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27302 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 02:04:15 | Added to TrackCVE |