CVE-2025-32439: Unhandled Child Process Spawn
A child process is spawned but its handle is discarded without being awaited. When using `std::process::Command::spawn`, failing to call `wait()` on the returned `Child` causes the terminated child to become a zombie process until the parent exits. Repeatedly spawning processes this way can exhaust the operating system's process table, resulting in a Denial
greprules fetch cve-2025-32439-unhandled-child-process-spawn --engine opengrepDescription
A child process is spawned but its handle is discarded without being awaited. When using `std::process::Command::spawn`, failing to call `wait()` on the returned `Child` causes the terminated child to become a zombie process until the parent exits. Repeatedly spawning processes this way can exhaust the operating system's process table, resulting in a Denial
Community feedback
0 signals from signed-in users.
- Useful
- 0
- False positive
- 0
- Metadata
- 0