Skip to main content

Tag: Reliability

Unstable behavior such as unexpected restarts, crash loops, or intermittent failures affecting service reliability.

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0137
High
Impact: 6/10
Mitigation: 2/10
Pod terminated with Exit Code 137 due to OOMKilled (memory limit exceeded)The container exceeded its memory limit and was killed by the kernel OOM killer. Kubernetes reports a terminated state with Reason=OOMKilled and exitCode=137. This often manifests as CrashLoopBackOff under sustained memory pressure.Memory ProblemskubernetesK8sExit CodeOut of MemoryMemoryCrash LoopReliability
CRE-2025-0139
Medium
Impact: 7/10
Mitigation: 2/10
Container exited 139 due to segmentation fault (SIGSEGV)Exit code 139 indicates SIGSEGV (invalid memory access) in native/runtime code. Frequently caused by unsafe pointer operations, ABI/library mismatches, or native extensions.RuntimekubernetesK8sExit CodeSegfaultNativeReliability