Skip to main content

Tag: Critical Failure

Failures that cause immediate service termination or data loss

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0113
Critical
Impact: 10/10
Mitigation: 8/10
MongoDB WiredTiger Cache OOM Kill
Detects MongoDB Out-Of-Memory (OOM) kill caused by WiredTiger cachepressure. This occurs when the cache fills with dirty pages fasterthan they can be evicted, causing uncontrolled memory growth untilthe OS kills the process.
Database AvailabilitymongodbMongoDBWiredTigerOOM KillMemory PressureCache EvictionCritical Failure
CRE-2025-0200
Critical
Impact: 9/10
Mitigation: 3/10
AutoGPT Recursive Self-Analysis Loop Leading to Token Exhaustion and System Crash
  • AutoGPT enters an infinite recursive loop when attempting to analyze and fix its own execution errors
  • The agent repeatedly tries to debug its own code, spawning new analysis tasks for each failure
  • Each iteration consumes API tokens and memory, eventually exhausting resources
  • The loop accelerates as error messages grow longer, consuming tokens exponentially
  • System becomes unresponsive and crashes with out-of-memory errors or API rate limit failures
Infinite Loop ProblemsautogptAutoGPTInfinite LoopToken ExhaustionAutonomous AgentsLLMOpenAIRecursive AnalysisCritical FailureMemory ExhaustionCrash LoopRate Limiting