Publish GHSA-8vgw-p6qm-5gr7

This commit is contained in:
advisory-database[bot]
2025-03-21 22:12:02 +00:00
parent bb1159c99f
commit 57c68f6dc1
@@ -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"
}
}