Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Werkzeug safe_join not safe on Windows
Vulnerability Description
Werkzeug is a Web Server Gateway Interface web application library. 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. Werkzeug version 3.0.6 contains a patch.
CVSS Information
N/A
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Werkzeug 路径遍历漏洞
Vulnerability Description
Werkzeug是Pallets开源的一个全面的 WSGI web 应用程序库。 Werkzeug 3.0.6之前版本存在路径遍历漏洞,该漏洞源于在Windows系统上且Python版本小于3.11时,os.path.isabs无法捕捉到UNC路径,导致Werkzeug的safe_join函数可能生成不安全的路径,从而潜在地允许非预期的数据访问。
CVSS Information
N/A
Vulnerability Type
N/A