Skip to main content

CRE-2025-0129

MongoDB Crash Loop Due to WiredTiger Metadata CorruptionCritical
Impact: 10/10
Mitigation: 9/10

CRE-2025-0129View on GitHub

Description

Detects MongoDB failures where the server enters a crash loop due to corrupted WiredTiger metadata.\nThis prevents startup and often requires manual repair or restoration from backups.\n

Mitigation

Prevent unclean shutdowns, monitor disk and filesystem health, run regular backups.\nIf corruption occurs, attempt recovery with mongod --repair, or restore from a known good backup.\n

References