-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| gradio | pip | < 4.44.0 | 4.44.0 |
The vulnerability description explicitly mentions the CustomCORSMiddleware class as the location for workarounds. CORS middleware typically handles origin validation logic, and the cookie-related bypass condition would be implemented in the middleware's request handling flow (call method). The high confidence comes from: 1) Direct reference to CustomCORSMiddleware in mitigation guidance 2) Logical placement of CORS validation logic in middleware 3) Alignment with described vulnerability pattern (conditional origin check bypass).
Ongoing coverage of React2Shell