CVE-2024-6844
Flask-CORS allows for inconsistent CORS matching
5.3
MEDIUM
CVSS 3.1
EPSS 0.28%
描述
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.
如何修補 CVE-2024-6844
要修補 CVE-2024-6844,請將受影響套件升級到下列已修補版本。
- —升級至 6.0.0 或更新版本
- —升級至 6.0.0 或更新版本
CVE-2024-6844 正在被利用嗎?
低 — EPSS 為 0.3%,目前沒有觀察到大規模利用活動。
受影響套件(2)
- from 0, < 6.0.0
- from 0, < 6.0.0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.3 | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |