Search criteria
ⓘ
Use full-text search for keyword queries.
Combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by dates instead of relevance.
2 vulnerabilities by sbt
CVE-2026-32948 (GCVE-0-2026-32948)
Vulnerability from cvelistv5 – Published: 2026-03-24 18:48 – Updated: 2026-03-26 13:21
VLAI?
Title
sbt: Source dependency feature (via crafted VCS URL) leads to arbitrary code execution on Windows
Summary
sbt is a build tool for Scala, Java, and others. From version 0.9.5 to before version 1.12.7, on Windows, sbt uses Process("cmd", "/c", ...) to run VCS commands (git, hg, svn). The URI fragment (branch, tag, revision) is user-controlled via the build definition and passed to these commands without validation. Because cmd /c interprets &, |, and ; as command separators, a malicious fragment can execute arbitrary commands. This issue has been patched in version 1.12.7.
Severity ?
CWE
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Assigner
References
| URL | Tags | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-32948",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-26T03:55:37.968982Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-26T13:21:23.354Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sbt",
"vendor": "sbt",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.9.5, \u003c 1.12.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "sbt is a build tool for Scala, Java, and others. From version 0.9.5 to before version 1.12.7, on Windows, sbt uses Process(\"cmd\", \"/c\", ...) to run VCS commands (git, hg, svn). The URI fragment (branch, tag, revision) is user-controlled via the build definition and passed to these commands without validation. Because cmd /c interprets \u0026, |, and ; as command separators, a malicious fragment can execute arbitrary commands. This issue has been patched in version 1.12.7."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-24T18:48:30.620Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sbt/sbt/security/advisories/GHSA-x4ff-q6h8-v7gw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sbt/sbt/security/advisories/GHSA-x4ff-q6h8-v7gw"
},
{
"name": "https://github.com/sbt/sbt/commit/1ce945b6b79cbe3cef6c0fe9efbbd2904e0f479e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/sbt/commit/1ce945b6b79cbe3cef6c0fe9efbbd2904e0f479e"
},
{
"name": "https://github.com/sbt/sbt/commit/3a474ab060df4dbfa825a7e7bc97e00056519800",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/sbt/commit/3a474ab060df4dbfa825a7e7bc97e00056519800"
},
{
"name": "https://github.com/sbt/sbt/releases/tag/v1.12.7",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/sbt/releases/tag/v1.12.7"
}
],
"source": {
"advisory": "GHSA-x4ff-q6h8-v7gw",
"discovery": "UNKNOWN"
},
"title": "sbt: Source dependency feature (via crafted VCS URL) leads to arbitrary code execution on Windows"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-32948",
"datePublished": "2026-03-24T18:48:30.620Z",
"dateReserved": "2026-03-17T00:05:53.284Z",
"dateUpdated": "2026-03-26T13:21:23.354Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2023-46122 (GCVE-0-2023-46122)
Vulnerability from cvelistv5 – Published: 2023-10-23 15:51 – Updated: 2024-09-17 13:45
VLAI?
Title
Arbitrary file write via archive extraction (Zip Slip) vulnerability in sbt
Summary
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.
Severity ?
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
| URL | Tags | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T20:37:39.266Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhf",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhf"
},
{
"name": "https://github.com/sbt/io/issues/358",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/sbt/io/issues/358"
},
{
"name": "https://github.com/sbt/io/pull/360",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/sbt/io/pull/360"
},
{
"name": "https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188a",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188a"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-46122",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-11T20:11:11.780221Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-17T13:45:20.258Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sbt",
"vendor": "sbt",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.3.4, \u003c 1.9.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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\u0027s 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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-10-23T15:51:02.875Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhf",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sbt/sbt/security/advisories/GHSA-h9mw-grgx-2fhf"
},
{
"name": "https://github.com/sbt/io/issues/358",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/io/issues/358"
},
{
"name": "https://github.com/sbt/io/pull/360",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/io/pull/360"
},
{
"name": "https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sbt/io/commit/124538348db0713c80793cb57b915f97ec13188a"
}
],
"source": {
"advisory": "GHSA-h9mw-grgx-2fhf",
"discovery": "UNKNOWN"
},
"title": "Arbitrary file write via archive extraction (Zip Slip) vulnerability in sbt"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-46122",
"datePublished": "2023-10-23T15:51:02.875Z",
"dateReserved": "2023-10-16T17:51:35.571Z",
"dateUpdated": "2024-09-17T13:45:20.258Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}