CVE-2024-49766
Werkzeug safe_join not safe on Windows
EPSS 0.79%
描述
On Python < 3.11 on Windows, `os.path.isabs()` does not catch UNC paths like `//server/share`. Werkzeug's `safe_join()` relies on this check, and so can produce a path that is not safe, potentially allowing unintended access to data. Applications using Python >= 3.11, or not using Windows, are not vulnerable.
如何修補 CVE-2024-49766
要修補 CVE-2024-49766,請將受影響套件升級到下列已修補版本。
- PyPI/werkzeug—升級至 3.0.6 或更新版本
- PyPI/werkzeug—升級至 3.0.6 或更新版本
CVE-2024-49766 正在被利用嗎?
低 — EPSS 為 0.8%,目前沒有觀察到大規模利用活動。
受影響套件(2)
- from 0, < 3.0.6
- from 0, < 3.0.6
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N |