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