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

CVEVulnerabilityProductAtomicorp findingObserved rules
CVE-2016-4309Symphony CMS 2.6.7 - Session FixationsymphonyAttack Blocked by Atomicorp390727 , 392301 , 392648
CVE-2017-14955Check_MK 1.2.8p25 - Information DisclosurecheckmkAttack Blocked by Atomicorp330791 , 340152

Associated Atomicorp WAF Rules

RuleStatusBehavior
330791Activedisruptive (deny)
340152Activedisruptive (deny)
390727Activedisruptive (deny)
392301Activedisruptive (deny)
392648Activedisruptive (deny)

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)