Releases38
Frequency1 month 3 weeks
Last Release
A Sanic extension adding a decorator for CORS support. Based on flask-cors by Cory Dolphin.

CVE History

CVEPublishedCVSS v3CVSS v2
6.5 MEDIUM

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.