Impact
Boxlite sandbox allows users to set a service timeout. The implementation mistakenly uses the catchable SIGALRM instead of the uncatchable SIGKILL when the timeout fires. This is a CWE‑404 vulnerability: improper resource shutdown or release. Malicious code running inside the sandbox can capture or ignore SIGALRM and continue executing after the timeout, leading to prolonged resource usage within the virtual machine.
Affected Systems
Vendor boxlite-ai offers Boxlite. Versions 0.8.2 and earlier are affected.
Risk and Exploitability
The CVSS score of 6.5 indicates moderate severity. EPSS is not available and the vulnerability is not listed in the KEV catalog. Exploitation requires the ability to run code inside the sandbox; an attacker can trigger the timeout bypass by submitting a container that listens for SIGALRM and keeps running. The resulting resource exhaustion can impact the availability of the Boxlite service.
OpenCVE Enrichment
Github GHSA