CVE-2026-37737
Deferred
Deferred - Pending Action
Improper Regex in Sanic-CORS Allowlist Bypass
Publication date: 2026-06-05
Last updated on: 2026-06-05
Assigner: MITRE
Description
Description
sanic-cors version 2.2.0 and prior contains an improper regular expression in the try_match() function in sanic_cors/core.py that uses re.match without end-anchoring. This allows an attacker to bypass CORS origin allowlists by registering a domain that begins with a trusted origin string, to gain unauthorized access to cross-origin requests for authenticated resources.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ashleysommer | sanic-cors | to 2.2.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-625 | The product uses a regular expression that does not sufficiently restrict the set of allowed values. |
| CWE-346 | The product does not properly verify that the source of data or communication is valid. |