diff --git a/advisories/unreviewed/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 similarity index 64% rename from advisories/unreviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json rename to advisories/github-reviewed/2025/03/GHSA-7rxf-gvfg-47g4/GHSA-7rxf-gvfg-47g4.json index f776d630d2c..2a5bee2cef2 100644 --- a/advisories/unreviewed/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,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-7rxf-gvfg-47g4", - "modified": "2025-03-20T12:32:45Z", + "modified": "2025-03-22T00:06:34Z", "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.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "flask-cors" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.0.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6839" }, + { + "type": "PACKAGE", + "url": "https://github.com/corydolphin/flask-cors" + }, { "type": "WEB", "url": "https://huntr.com/bounties/403eb1fc-86f4-4820-8eba-0f3dfae9f2b4" @@ -29,8 +54,8 @@ "CWE-41" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-22T00:06:34Z", "nvd_published_at": "2025-03-20T10:15:33Z" } } \ No newline at end of file