CVE-2024-27302

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.
Configurations

No configuration.

History

21 Nov 2024, 09:04

Type Values Removed Values Added
References () https://github.com/zeromicro/go-zero/commit/d9d79e930dff6218a873f4f02115df61c38b15db - () https://github.com/zeromicro/go-zero/commit/d9d79e930dff6218a873f4f02115df61c38b15db -
References () https://github.com/zeromicro/go-zero/security/advisories/GHSA-fgxv-gw55-r5fq - () https://github.com/zeromicro/go-zero/security/advisories/GHSA-fgxv-gw55-r5fq -
Summary
  • (es) go-zero es un framework web y rpc. Go-zero permite al usuario especificar un filtro CORS con un parámetro de permisos configurable, que es una serie de dominios permitidos en la política CORS. Sin embargo, `isOriginAllowed` usa `strings.HasSuffix` para verificar el origen, lo que lleva a pasar por alto un dominio malicioso. Esta vulnerabilidad es capaz de romper la política CORS y así permitir que cualquier página realice solicitudes y/o recupere datos en nombre de otros usuarios. La versión 1.4.4 soluciona este problema.

06 Mar 2024, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-03-06 19:15

Updated : 2024-11-21 09:04


NVD link : CVE-2024-27302

Mitre link : CVE-2024-27302

CVE.ORG link : CVE-2024-27302


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key