Vulnerability in Corydolphin Corydolphin/flask-Cors

CVE-2024-6866

corydolphin/flask-cors version 4.01 contains a vulnerability where the request path matching is case-insensitive due to the use of the `try_match` function, which is originally intended for matching hosts. This results in a mismatch because paths in URLs are case-sensitive, but the regex matching treats them as case-insensitive. This misconfiguration can lead to significant security vulnerabilities, allowing unauthorized origins to access paths meant to be restricted, resulting in data exposure and potential data leaks.

EPSS: 0.007 (50.6th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.

Affected products

Weakness classification (CWE)

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2024-6866?
CVE-2024-6866 is a high-severity vulnerability in Corydolphin Corydolphin/flask-Cors, classified under Improper Handling of Case Sensitivity. CVSS score: 7.5/10. Published 2025-03-20.
How severe is CVE-2024-6866?
High severity. CVSS v3 base score is 7.5 out of 10.
Is CVE-2024-6866 known to be exploited?
1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.