On this page
CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Weakness Summary
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
- Canonical source: MITRE CWE-362 (opens in a new tab)
- Published Atomicorp CVE observations: 2
- Distinct affected products in those observations: 2
- Active Atomicorp rules associated with this weakness: 5
Atomicorp Research Context
Atomicorp has published CVE-specific research observations associated with this weakness category. Each linked CVE page states whether the tested request was detected or blocked and is the authoritative customer-facing finding.
The CVEs and rules shown here are selected published examples, not a complete list of Atomicorp protections. If a CWE, CVE, or rule is absent from this page, no conclusion should be drawn about whether Atomicorp protects against that weakness or attack method.
A CWE describes a class of software weakness. It does not identify one exploit request, and association with a CWE does not mean that every vulnerability or exploitation path in that category is detected or blocked.
Selected Published CVE Observations
| CVE | Vulnerability | Product | Atomicorp finding | Observed rules |
|---|---|---|---|---|
| CVE-2016-4309 | Symphony CMS 2.6.7 - Session Fixation | symphony | Attack Blocked by Atomicorp | 390727 , 392301 , 392648 |
| CVE-2017-14955 | Check_MK 1.2.8p25 - Information Disclosure | checkmk | Attack Blocked by Atomicorp | 330791 , 340152 |
Associated Atomicorp WAF Rules
| Rule | Status | Behavior |
|---|---|---|
| 330791 | Active | disruptive (deny) |
| 340152 | Active | disruptive (deny) |
| 390727 | Active | disruptive (deny) |
| 392301 | Active | disruptive (deny) |
| 392648 | Active | disruptive (deny) |
Related MITRE CAPEC Context
MITRE associates this CWE with the following attack-pattern entries. These taxonomy relationships are context, not Atomicorp coverage claims:
CAPEC-26 (opens in a new tab) , CAPEC-29 (opens in a new tab)