CWE-833: Deadlock

BaseIncomplete

The product contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-833: Deadlock?+

CWE-833: Deadlock is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock.

What are the security consequences of Deadlock?+

If exploited, CWE-833 (Deadlock) it can compromise Availability, leading to outcomes such as DoS: Resource Consumption (CPU), DoS: Resource Consumption (Other) and DoS: Crash, Exit, or Restart.

What are real-world examples of Deadlock?+

MITRE documents real CVEs mapped to CWE-833, including CVE-1999-1476, CVE-2009-2857, CVE-2009-1961, CVE-2009-2699 and CVE-2009-4272. You can look up the full details of each CVE, including CVSS scores and remediation guidance, on our CVE Lookup tool.

What is the difference between a CWE and a CVE?+

A CWE (Common Weakness Enumeration) like CWE-833 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.

Learn More

CWE-833: Deadlock | CWE Lookup | InventiveHQ