CWE · MITRE source
CWE-662Improper Synchronization
The product utilizes multiple threads, processes, components, or systems to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes.
Synchronization refers to a variety of behaviors and mechanisms that allow two or more independently-operating processes or threads to ensure that they operate on shared resources in predictable ways that do not interfere with each other. Some shared resource operations cannot be executed atomically; that is, multiple steps must be guaranteed to execute sequentially, without any interference by other processes. Synchronization mechanisms vary widely, but they may include locking, mutexes, and semaphores. When a multi-step operation on a shared resource cannot be guaranteed to execute independent of interference, then the resulting behavior can be unpredictable. Improper synchronization could lead to data or memory corruption, denial of service, etc.
Last updated: 22 August 2026 07:11 UTC
Cumulative inbound coverage
How completely the frameworks we cross-walk collectively cover this — the verdict is the strongest single mapping (overlapping partials are not summed); breadth shows the corroboration behind it.
Collective: partial · 5 mapping(s) from 2 framework(s): CAPEC 4 (partial) · ATT&CK 1 (partial)
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
MITRE ATT&CK techniques this weakness enables
Our own two-way CWE↔ATT&CK cross-walk — a direct mapping with no public source (the CWE→CAPEC→ATT&CK chain leaves most top weaknesses, incl. XSS and SQLi, mapped to nothing).
Direction: ← other covers this;
→ this covers other (F/M/P = full / mostly /
partial). gov = governs / implements (a mandate, not coverage).
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2018-15555 UPD | 7.8 | 9.8 | 0.0297 | 2019-06-28 |
CVE-2020-7457 UPD | 7.7 | 8.1 | 0.3311 | 2020-07-09 |
CVE-2024-32644 UPD | 7.0 | 9.1 | 0.0094 | 2024-04-19 |
CVE-2016-8368 UPD | 6.7 | 8.6 | 0.0261 | 2017-02-13 |
CVE-2022-1931 UPD | 6.5 | 8.1 | 0.0205 | 2022-05-31 |
CVE-2022-23005 UPD | 6.4 | 8.7 | 0.0082 | 2023-01-23 |
CVE-2018-4027 UPD | 6.2 | 7.5 | 0.0174 | 2019-05-13 |
CVE-2019-17185 UPD | 6.2 | 7.5 | 0.0222 | 2020-03-21 |
CVE-2020-13759 UPD | 6.2 | 7.5 | 0.0160 | 2020-06-02 |
CVE-2019-16137 UPD | 6.1 | 7.5 | 0.0142 | 2019-09-09 |
CVE-2020-14098 UPD | 6.1 | 7.5 | 0.0122 | 2021-01-13 |
CVE-2020-36215 UPD | 6.1 | 7.5 | 0.0136 | 2021-01-26 |
CVE-2021-20592 UPD | 6.1 | 7.5 | 0.0150 | 2021-08-05 |
CVE-2023-2801 UPD | 6.0 | 7.5 | 0.0075 | 2023-06-06 |
CVE-2024-7409 UPD | 6.0 | 7.5 | 0.0103 | 2024-08-05 |
CVE-2026-53277 UPD | 5.9 | 8.8 | 0.0011 | 2026-06-25 |
CVE-2019-5675 UPD | 5.8 | 7.8 | 0.0038 | 2019-05-10 |
CVE-2020-36208 UPD | 5.8 | 7.8 | 0.0043 | 2021-01-26 |
CVE-2022-2962 UPD | 5.8 | 7.8 | 0.0039 | 2022-09-13 |
CVE-2025-27104 UPD | 5.8 | 7.5 | 0.0043 | 2025-02-21 |
CVE-2026-28789 | 5.8 | 7.5 | 0.0039 | 2026-03-05 |
CVE-2020-14059 UPD | 5.7 | 6.5 | 0.0441 | 2020-06-30 |
CVE-2020-25668 UPD | 5.5 | 7.0 | 0.0103 | 2021-05-26 |
CVE-2020-3471 UPD | 5.4 | 6.5 | 0.0176 | 2020-11-18 |
CVE-2019-19577 UPD | 5.2 | 7.2 | 0.0050 | 2019-12-11 |