CVEbaza.plCWE DictionaryCWE-765
Common Weakness Enumeration

CWE-765

Multiple Unlocks of a Critical Resource

Category: BaseCVE: 1
Description

The product unlocks a critical resource more times than intended, leading to an unexpected state in the system.

Extended Description

When the product is operating in a concurrent environment and repeatedly unlocks a critical resource, the consequences will vary based on the type of lock, the lock's implementation, and the resource being protected. In some situations such as with semaphores, the resources are pooled and extra calls to unlock will increase the count for the number of available resources, likely resulting in a crash or unpredictable behavior when the system nears capacity.

CVE vulnerabilities with CWE-765 (1)
6.5
CVSS
MEDIUM
CVE-2024-49602

Dell PowerScale OneFS Versions 8.2.2.x through 9.8.0.x contain an improper resource unlocking vulnerability. A remote low privileged attacker could potentially exploit this vulnerability, leading to denial of service.

pub. 2024-12-09
Information
ID: CWE-765
Type: Base
Vulnerabilities: 1
MITRE CWE ↗
← CWE Dictionary