On this page

CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition

Weakness Summary

The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check.

  • Canonical source: MITRE CWE-367 (opens in a new tab)
  • Published Atomicorp CVE observations: 7
  • Distinct affected products in those observations: 7
  • Active Atomicorp rules associated with this weakness: 11

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-2026-55537PraisonAI: Webhook SSRF via DNS fail-open in JobSubmitRequest.validate_webhook_url() — bypass of CVE-2026-40114PraisonAIAttack Blocked by Atomicorp337109 , 337110 , 344360 , 398021 , 398022
CVE-2026-42344FastGPT: DNS rebinding TOCTOU bypass in isInternalAddress allows SSRF on all protected endpointsFastGPTAttack Blocked by Atomicorp337109 , 337110 , 340165 , 344360 , 347009 , 390722 , 398021 , 398022
CVE-2026-54020Open WebUI: DNS Rebinding SSRF Bypassopen-webuiAttack Blocked by Atomicorp337109 , 337110 , 340165 , 344360 , 347009 , 390722 , 398021 , 398022
CVE-2026-70667Lemur: SSRF protection in certificate revocation checking bypassable via HTTP redirects and DNS rebinding (incomplete filemurAttack Blocked by Atomicorp337109 , 337110 , 340162 , 340163 , 344360 , 398021 , 398022
CVE-2022-3590WordPress <= 6.2 - Server Side Request ForgeryWordPressDetected by Atomicorp398001
CVE-2026-42336MaxKB: SSRF Bypass via DNS Rebinding in MaxKB OSS URL FetchMaxKBAttack Blocked by Atomicorp337109 , 337110 , 340165 , 344360 , 347009 , 390722 , 398021 , 398022
CVE-2026-49262Aimeos Pagible CMS vulnerable to Server Side Request Forgery (SSRF) via DNS rebinding in admin proxypagibleAttack Blocked by Atomicorp337109 , 337110 , 340165 , 344360 , 347009 , 390722 , 398021 , 398022

Associated Atomicorp WAF Rules

RuleStatusBehavior
337109Activedisruptive (deny)
337110Activedisruptive (deny)
340162Activedisruptive (deny)
340163Activedisruptive (deny)
340165Activedisruptive (deny)
344360Activedisruptive (deny)
347009Activedisruptive (deny)
390722Activedisruptive (deny)
398001Activenon-disruptive (pass)
398021Activedisruptive (deny)
398022Activedisruptive (deny)

MITRE associates this CWE with the following attack-pattern entries. These taxonomy relationships are context, not Atomicorp coverage claims:

CAPEC-27 (opens in a new tab) , CAPEC-29 (opens in a new tab)