Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by superradcompany
CVE-2026-61670 (GCVE-0-2026-61670)
Vulnerability from nvd – Published: 2026-09-18 20:41 – Updated: 2026-09-21 20:47
VLAI
EPSS
VEX
Title
microsandbox: Secret values exposed in world-readable process arguments
Summary
microsandbox is an easy, fast, local-first microVM runtime and library. Prior to 0.5.10, sdk/rust/lib/runtime/spawn.rs serializes NetworkConfig secret values into the --network-config argument and passes per-sandbox secrets through repeated --env arguments accepted by crates/cli/lib/sandbox_cmd.rs. Other local users or co-resident processes can read these values through the host process table, including /proc process command lines on Linux and process listings on Linux and macOS, for the lifetime of the sandbox. Exploitation does not require code execution inside the sandbox or access to the spawning user's session, and can disclose host-side API keys, tokens, and environment secrets on shared hosts, CI runners, and developer systems. This issue is fixed in version 0.5.10.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-21 19:40 UTC
CWE
- CWE-214 - Invocation of Process Using Visible Sensitive Information
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/superradcompany/microsandbox/s… | x_refsource_CONFIRM |
| https://github.com/superradcompany/microsandbox/i… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/p… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/c… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/c… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/r… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| superradcompany | microsandbox |
Affected:
< 0.5.10
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-61670",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-21T19:40:17.339147Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-21T20:47:18.601Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "microsandbox",
"vendor": "superradcompany",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.10"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "microsandbox is an easy, fast, local-first microVM runtime and library. Prior to 0.5.10, sdk/rust/lib/runtime/spawn.rs serializes NetworkConfig secret values into the --network-config argument and passes per-sandbox secrets through repeated --env arguments accepted by crates/cli/lib/sandbox_cmd.rs. Other local users or co-resident processes can read these values through the host process table, including /proc process command lines on Linux and process listings on Linux and macOS, for the lifetime of the sandbox. Exploitation does not require code execution inside the sandbox or access to the spawning user\u0027s session, and can disclose host-side API keys, tokens, and environment secrets on shared hosts, CI runners, and developer systems. This issue is fixed in version 0.5.10."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-214",
"description": "CWE-214: Invocation of Process Using Visible Sensitive Information",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T20:41:31.276Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/superradcompany/microsandbox/security/advisories/GHSA-m8f5-rh7h-vgg3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/superradcompany/microsandbox/security/advisories/GHSA-m8f5-rh7h-vgg3"
},
{
"name": "https://github.com/superradcompany/microsandbox/issues/997",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/issues/997"
},
{
"name": "https://github.com/superradcompany/microsandbox/pull/1006",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/pull/1006"
},
{
"name": "https://github.com/superradcompany/microsandbox/commit/2ac6a177b11212d392bf1e7dc77aaf14e4768aa8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/commit/2ac6a177b11212d392bf1e7dc77aaf14e4768aa8"
},
{
"name": "https://github.com/superradcompany/microsandbox/commit/fbfb2366bfafad5e6df8778183f95fd8ca3c00a4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/commit/fbfb2366bfafad5e6df8778183f95fd8ca3c00a4"
},
{
"name": "https://github.com/superradcompany/microsandbox/releases/tag/v0.5.10",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/releases/tag/v0.5.10"
}
],
"source": {
"advisory": "GHSA-m8f5-rh7h-vgg3",
"discovery": "UNKNOWN"
},
"title": "microsandbox: Secret values exposed in world-readable process arguments"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-61670",
"datePublished": "2026-09-18T20:41:31.276Z",
"dateReserved": "2026-07-10T18:25:21.468Z",
"dateUpdated": "2026-09-21T20:47:18.601Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-61670 (GCVE-0-2026-61670)
Vulnerability from cvelistv5 – Published: 2026-09-18 20:41 – Updated: 2026-09-21 20:47
VLAI
EPSS
VEX
Title
microsandbox: Secret values exposed in world-readable process arguments
Summary
microsandbox is an easy, fast, local-first microVM runtime and library. Prior to 0.5.10, sdk/rust/lib/runtime/spawn.rs serializes NetworkConfig secret values into the --network-config argument and passes per-sandbox secrets through repeated --env arguments accepted by crates/cli/lib/sandbox_cmd.rs. Other local users or co-resident processes can read these values through the host process table, including /proc process command lines on Linux and process listings on Linux and macOS, for the lifetime of the sandbox. Exploitation does not require code execution inside the sandbox or access to the spawning user's session, and can disclose host-side API keys, tokens, and environment secrets on shared hosts, CI runners, and developer systems. This issue is fixed in version 0.5.10.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-21 19:40 UTC
CWE
- CWE-214 - Invocation of Process Using Visible Sensitive Information
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/superradcompany/microsandbox/s… | x_refsource_CONFIRM |
| https://github.com/superradcompany/microsandbox/i… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/p… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/c… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/c… | x_refsource_MISC |
| https://github.com/superradcompany/microsandbox/r… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| superradcompany | microsandbox |
Affected:
< 0.5.10
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-61670",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-21T19:40:17.339147Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-21T20:47:18.601Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "microsandbox",
"vendor": "superradcompany",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.10"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "microsandbox is an easy, fast, local-first microVM runtime and library. Prior to 0.5.10, sdk/rust/lib/runtime/spawn.rs serializes NetworkConfig secret values into the --network-config argument and passes per-sandbox secrets through repeated --env arguments accepted by crates/cli/lib/sandbox_cmd.rs. Other local users or co-resident processes can read these values through the host process table, including /proc process command lines on Linux and process listings on Linux and macOS, for the lifetime of the sandbox. Exploitation does not require code execution inside the sandbox or access to the spawning user\u0027s session, and can disclose host-side API keys, tokens, and environment secrets on shared hosts, CI runners, and developer systems. This issue is fixed in version 0.5.10."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-214",
"description": "CWE-214: Invocation of Process Using Visible Sensitive Information",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T20:41:31.276Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/superradcompany/microsandbox/security/advisories/GHSA-m8f5-rh7h-vgg3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/superradcompany/microsandbox/security/advisories/GHSA-m8f5-rh7h-vgg3"
},
{
"name": "https://github.com/superradcompany/microsandbox/issues/997",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/issues/997"
},
{
"name": "https://github.com/superradcompany/microsandbox/pull/1006",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/pull/1006"
},
{
"name": "https://github.com/superradcompany/microsandbox/commit/2ac6a177b11212d392bf1e7dc77aaf14e4768aa8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/commit/2ac6a177b11212d392bf1e7dc77aaf14e4768aa8"
},
{
"name": "https://github.com/superradcompany/microsandbox/commit/fbfb2366bfafad5e6df8778183f95fd8ca3c00a4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/commit/fbfb2366bfafad5e6df8778183f95fd8ca3c00a4"
},
{
"name": "https://github.com/superradcompany/microsandbox/releases/tag/v0.5.10",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/superradcompany/microsandbox/releases/tag/v0.5.10"
}
],
"source": {
"advisory": "GHSA-m8f5-rh7h-vgg3",
"discovery": "UNKNOWN"
},
"title": "microsandbox: Secret values exposed in world-readable process arguments"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-61670",
"datePublished": "2026-09-18T20:41:31.276Z",
"dateReserved": "2026-07-10T18:25:21.468Z",
"dateUpdated": "2026-09-21T20:47:18.601Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}