漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Arbitrary file write via archive extraction (Zip Slip) vulnerability in sbt
Vulnerability Description
sbt is a build tool for Scala, Java, and others. Given a specially crafted zip or JAR file, `IO.unzip` allows writing of arbitrary file. This would have potential to overwrite `/root/.ssh/authorized_keys`. Within sbt's main code, `IO.unzip` is used in `pullRemoteCache` task and `Resolvers.remote`; however many projects use `IO.unzip(...)` directly to implement custom tasks. This vulnerability has been patched in version 1.9.7.
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
sbt 路径遍历漏洞
Vulnerability Description
sbt是一个适用于 Scala、Java 等的构建工具。 sbt 1.9.7之前版本存在安全漏洞,该漏洞源于允许攻击者通过特制的zip或JAR文件写入任意文件。
CVSS Information
N/A
Vulnerability Type
N/A