CWE-414: Missing Lock Check
A product does not check to see if a lock is present before performing sensitive operations on a resource.
Last updated
Overview
CWE-414 (Missing Lock Check) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Real-world CVEs
3 recorded CVEs are caused by CWE-414 (Missing Lock Check). The highest-severity and most recent are shown first. 2 new CWE-414 CVEs have been recorded so far in 2026 (1 in 2025).
Common consequences
What can happen when CWE-414 is exploited.