From 9327ac889bf7445d732a55ed7275fac5be20a7b2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 18:58:34 +0000 Subject: [PATCH] Publish GHSA-7rxf-gvfg-47g4 --- .../GHSA-7rxf-gvfg-47g4.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json b/advisories/github-reviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json index 2a5bee2cef2..ea910cff701 100644 --- a/advisories/github-reviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json +++ b/advisories/github-reviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json @@ -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"