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
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