CVE-2026-61670
CVE-2026-61670 is a medium-severity vulnerability with a CVSS 3.x base score of 6.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-214.
Key facts
- Severity: Medium (CVSS 3.x base score 6.5)
- EPSS exploit prediction: 0% (2nd percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-214
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2026-61670?
- 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.
- How severe is CVE-2026-61670?
- CVE-2026-61670 has a CVSS 3.x base score of 6.5, rated medium severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2026-61670 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (2nd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-61670?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- When was CVE-2026-61670 published?
- CVE-2026-61670 was published on 2026-09-18.
References
- https://github.com/superradcompany/microsandbox/commit/2ac6a177b11212d392bf1e7dc77aaf14e4768aa8
- https://github.com/superradcompany/microsandbox/commit/fbfb2366bfafad5e6df8778183f95fd8ca3c00a4
- https://github.com/superradcompany/microsandbox/issues/997
- https://github.com/superradcompany/microsandbox/pull/1006
- https://github.com/superradcompany/microsandbox/releases/tag/v0.5.10
- https://github.com/superradcompany/microsandbox/security/advisories/GHSA-m8f5-rh7h-vgg3
Other CWE-214 vulnerabilities
- CVE-2026-12250 — High (CVSS 7.9): Invocation of process using visible sensitive information vulnerability in TUBITAK BILGEM Software Technologies…
- CVE-2020-36771 — High (CVSS 7.8): CloudLinux CageFS 7.1.1-1 or below passes the authentication token as a command line argument. In some configurations…
- CVE-2021-3859 — High (CVSS 7.5): A flaw was found in Undertow that tripped the client-side invocation timeout with certain calls made over HTTP2. This…
- CVE-2026-76054 — High (CVSS 7.1): Invocation of Process Using Visible Sensitive Information in Black Duck blackduck-c-cpp 1.0.17 through 3.0.6 allows an…
- CVE-2024-4254 — High (CVSS 7.1): The 'deploy-website.yml' workflow in the gradio-app/gradio repository, specifically in the 'main' branch, is vulnerable…
- CVE-2025-5452 — Medium (CVSS 6.6): A malicious ACAP application can gain access to admin-level service account credentials used by legitimate ACAP…