From 57c68f6dc192d7a7541fc95fa4747ae5ae87b0a9 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:12:02 +0000 Subject: [PATCH] Publish GHSA-8vgw-p6qm-5gr7 --- .../GHSA-8vgw-p6qm-5gr7.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json (62%) diff --git a/advisories/unreviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json b/advisories/github-reviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json similarity index 62% rename from advisories/unreviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json rename to advisories/github-reviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json index ae11660c8c8..95b92155750 100644 --- a/advisories/unreviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json +++ b/advisories/github-reviewed/2025/03/GHSA-8vgw-p6qm-5gr7/GHSA-8vgw-p6qm-5gr7.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-8vgw-p6qm-5gr7", - "modified": "2025-03-20T12:32:45Z", + "modified": "2025-03-21T22:10:24Z", "published": "2025-03-20T12:32:45Z", "aliases": [ "CVE-2024-6844" ], + "summary": "Flask-CORS allows for inconsistent CORS matching", "details": "A vulnerability in corydolphin/flask-cors version 4.0.1 allows for inconsistent CORS matching due to the handling of the '+' character in URL paths. The request.path is passed through the unquote_plus function, which converts the '+' character to a space ' '. This behavior leads to incorrect path normalization, causing potential mismatches in CORS configuration. As a result, endpoints may not be matched correctly to their CORS settings, leading to unexpected CORS policy application. This can cause unauthorized cross-origin access or block valid requests, creating security vulnerabilities and usability issues.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/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-6844" }, + { + "type": "PACKAGE", + "url": "https://github.com/corydolphin/flask-cors" + }, + { + "type": "WEB", + "url": "https://github.com/corydolphin/flask-cors/blob/main/flask_cors/extension.py#L193" + }, { "type": "WEB", "url": "https://huntr.com/bounties/731a6cd4-d05f-4fe6-8f5b-fe088d7b34e0" @@ -27,8 +56,8 @@ "database_specific": { "cwe_ids": [], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:10:24Z", "nvd_published_at": "2025-03-20T10:15:34Z" } } \ No newline at end of file