PT-2024-21806 · Zero G · Go-Zero
Cokebeer
·
Published
2024-03-04
·
Updated
2024-03-11
·
CVE-2024-27302
CVSS v3.1
9.1
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
go-zero versions prior to 1.4.4
Description
The issue concerns the CORS Filter feature in go-zero, which allows users to specify an array of domains allowed in the CORS policy. However, the
isOriginAllowed function uses strings.HasSuffix to check the origin, leading to a bypass via a malicious domain. This can break CORS policy, allowing any page to make requests and retrieve data on behalf of other users.Recommendations
For versions prior to 1.4.4, update to version 1.4.4 to resolve the issue. As a temporary workaround, consider disabling the
isOriginAllowed function or restricting the use of the CORS Filter feature until a patch is available. Avoid using the strings.HasSuffix method to check the origin in the CORS Filter configuration.Exploit
Fix
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Go-Zero