From 4e773e410f026a201ad57c6192caabf4d14bf4d5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:17:45 +0000 Subject: [PATCH] Publish Advisories GHSA-43qf-4rqw-9q2g GHSA-43qf-4rqw-9q2g --- .../GHSA-43qf-4rqw-9q2g.json | 65 +++++++++++++++++++ .../GHSA-43qf-4rqw-9q2g.json | 36 ---------- 2 files changed, 65 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json diff --git a/advisories/github-reviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json b/advisories/github-reviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json new file mode 100644 index 00000000000..6bf7725ad78 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-43qf-4rqw-9q2g", + "modified": "2025-03-21T22:16:04Z", + "published": "2025-03-20T12:32:45Z", + "aliases": [ + "CVE-2024-6866" + ], + "summary": "Flask-CORS vulnerable to Improper Handling of Case Sensitivity", + "details": "corydolphin/flask-cors version 4.0.1 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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" + } + ], + "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-6866" + }, + { + "type": "PACKAGE", + "url": "https://github.com/corydolphin/flask-cors" + }, + { + "type": "WEB", + "url": "https://github.com/corydolphin/flask-cors/blob/4.0.1/flask_cors/extension.py#L195" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/808c11af-faee-43a8-824b-b5ab4f62b9e6" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-178" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:16:04Z", + "nvd_published_at": "2025-03-20T10:15:34Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json b/advisories/unreviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json deleted file mode 100644 index 71055d05636..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-43qf-4rqw-9q2g/GHSA-43qf-4rqw-9q2g.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-43qf-4rqw-9q2g", - "modified": "2025-03-20T12:32:45Z", - "published": "2025-03-20T12:32:45Z", - "aliases": [ - "CVE-2024-6866" - ], - "details": "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.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6866" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/808c11af-faee-43a8-824b-b5ab4f62b9e6" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-178" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:34Z" - } -} \ No newline at end of file