漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
shutil.unpack_archive() doesn't check for Windows absolute paths in ZIPs
Vulnerability Description
If `shutil.unpack_archive()` is given a ZIP archive with an absolute Windows path containing a drive (`C:\\...`) then the archive will be extracted outside the target directory which is different than other operating systems. Only Windows is affected by this vulnerability.
CVSS Information
N/A
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
CPython 路径遍历漏洞
Vulnerability Description
CPython是Python基金会的一个用C语言实现的Python解释器。 CPython存在路径遍历漏洞,该漏洞源于处理包含绝对Windows路径的ZIP归档时,可能导致归档提取到目标目录之外。
CVSS Information
N/A
Vulnerability Type
N/A