漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
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