1 vulnerabilities classified as CWE-765 (关键资源的多重解锁). AI Chinese analysis included.
CWE-765 represents a concurrency weakness where a software component releases a critical resource lock more times than it was acquired, resulting in an unexpected and potentially unstable system state. This flaw typically arises in multi-threaded environments where improper synchronization logic causes duplicate unlock operations on mutexes, semaphores, or other locking mechanisms. Exploitation often leads to race conditions, data corruption, or denial of service, as the resource may become available to unauthorized threads prematurely or cause the system to crash due to invalid state transitions. Developers mitigate this risk by ensuring strict adherence to lock acquisition and release patterns, utilizing RAII (Resource Acquisition Is Initialization) principles to automate resource management, and implementing comprehensive unit tests that simulate concurrent access scenarios to verify that locks are balanced correctly under stress.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-49602 | Dell PowerScale OneFS 安全漏洞 — PowerScale OneFS | 6.5 | Medium | 2024-12-09 |
Vulnerabilities classified as CWE-765 (关键资源的多重解锁) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.