AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-27302

CRITICAL · CVSS 9.1 EPSS 0.77% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-03-06 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.1. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-27302
Severity
CRITICAL
CVSS
9.1
EPSS
0.77%

Original NVD 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.