Lack of data validation - Path Traversal In werkzeug
Description
Werkzeug safe_join not safe on Windows
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
pypi | 3.0.6 |
Aliases
1. 2. 3. 4. 5.
References
1. 2. 3. 4.