3 matches found
CVE-2026-37737
sanic-cors version 2.2.0 and prior contains an improper regular expression in the trymatch function in saniccors/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...
CVE-2026-37737
Sanic-Cors (version 2.2.0 and earlier) is affected by an improper regular expression in the try_match() function of 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 strin...
Improper Handling of Case Sensitivity
Overview Flask-Cors is an A Flask extension adding a decorator for CORS support Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the trymatch function. An attacker can access restricted paths and potentially expose sensitive data by exploiting the case...