Publish GHSA-7rxf-gvfg-47g4

This commit is contained in:
advisory-database[bot]
2025-05-17 18:58:34 +00:00
parent 384993f0be
commit 9327ac889b
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7rxf-gvfg-47g4",
"modified": "2025-03-22T00:06:34Z",
"modified": "2025-05-17T18:57:12Z",
"published": "2025-03-20T12:32:45Z",
"aliases": [
"CVE-2024-6839"
],
"summary": "Flask-CORS improper regex path matching vulnerability",
"details": "corydolphin/flask-cors version 4.0.1 contains an improper regex path matching vulnerability. The plugin prioritizes longer regex patterns over more specific ones when matching paths, which can lead to less restrictive CORS policies being applied to sensitive endpoints. This mismatch in regex pattern priority allows unauthorized cross-origin access to sensitive data or functionality, potentially exposing confidential information and increasing the risk of unauthorized actions by malicious actors.",
"details": "corydolphin/flask-cors version 5.0.1 contains an improper regex path matching vulnerability. The plugin prioritizes longer regex patterns over more specific ones when matching paths, which can lead to less restrictive CORS policies being applied to sensitive endpoints. This mismatch in regex pattern priority allows unauthorized cross-origin access to sensitive data or functionality, potentially exposing confidential information and increasing the risk of unauthorized actions by malicious actors.",
"severity": [
{
"type": "CVSS_V3",
@@ -28,11 +28,14 @@
"introduced": "0"
},
{
"last_affected": "4.0.1"
"fixed": "6.0.0"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 5.0.1"
}
}
],
"references": [
@@ -40,10 +43,18 @@
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6839"
},
{
"type": "WEB",
"url": "https://github.com/corydolphin/flask-cors/commit/e970988bea563e05e8b8f53fa7bcc134b5bf5c5f"
},
{
"type": "PACKAGE",
"url": "https://github.com/corydolphin/flask-cors"
},
{
"type": "WEB",
"url": "https://github.com/corydolphin/flask-cors/blob/4.0.1/flask_cors/core.py#L73"
},
{
"type": "WEB",
"url": "https://huntr.com/bounties/403eb1fc-86f4-4820-8eba-0f3dfae9f2b4"