Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. Werkzeug
  4. ›
  5. CVE-2024-49766

CVE-2024-49766: Werkzeug safe_join not safe on Windows

October 25, 2024 (updated January 31, 2025)

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.

References

  • github.com/advisories/GHSA-f9vj-2wh5-fj8j
  • github.com/pallets/werkzeug
  • github.com/pallets/werkzeug/commit/2767bcb10a7dd1c297d812cc5e6d11a474c1f092
  • github.com/pallets/werkzeug/releases/tag/3.0.6
  • github.com/pallets/werkzeug/security/advisories/GHSA-f9vj-2wh5-fj8j
  • nvd.nist.gov/vuln/detail/CVE-2024-49766
  • security.netapp.com/advisory/ntap-20250131-0005

Code Behaviors & Features

Detect and mitigate CVE-2024-49766 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.0.6

Fixed versions

  • 3.0.6

Solution

Upgrade to version 3.0.6 or above.

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

pypi/Werkzeug/CVE-2024-49766.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:47 +0000.