Skip to main content

CRE-2025-0139

Container exited 139 due to segmentation fault (SIGSEGV)Medium
Impact: 7/10
Mitigation: 2/10

CRE-2025-0139View on GitHub

Description

Exit code 139 indicates SIGSEGV (invalid memory access) in native/runtime code.\nFrequently caused by unsafe pointer operations, ABI/library mismatches, or native extensions.\n

Mitigation

- Enable core dumps and symbol files; capture stack traces.\n- Pin compatible base image/libc; verify ABI expectations.\n- Use ASAN/UBSAN builds; bisect recent native/library changes.\n

References