CVE-2023-46122
Given a specially crafted zip or JAR file, `IO.unzip` allows writing of arbitrary file.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.34%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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 3.1
- 7.1 HIGHCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
- EPSS
- 0.34% probability · 27th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-22
- Affected
- scala-sbt/io · scala-sbt/sbt
- Source
- security-advisories@github.com
References
- https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188aPatch
- https://github.com/sbt/io/issues/358Issue Tracking, Patch
- https://github.com/sbt/io/pull/360Patch
- https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhfExploit, Patch, Third Party Advisory
- https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188aPatch
- https://github.com/sbt/io/issues/358Issue Tracking, Patch
- https://github.com/sbt/io/pull/360Patch
- https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhfExploit, Patch, Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.