Cyber Resilience

CVE-2026-41913

Race Condition in Openclaw ≤ 2026.4.4

Public PoCRace Condition
Published
28 April 2026
Modified
30 April 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0021 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-41913 is a medium-severity Race Condition (CWE-362) vulnerability in Openclaw Openclaw. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Brute Force (T1110); ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-7 (Unsuccessful Logon Attempts) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

OpenClaw before 2026.4.4 contains a race condition vulnerability in shared-secret authentication that allows concurrent asynchronous requests to bypass the per-key rate-limit budget. Attackers can exploit this by sending multiple simultaneous authentication attempts to circumvent intended rate-limiting protections on Tailscale-capable paths.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Why these techniques?

Race condition bypasses authentication rate limits, directly enabling brute force/password guessing attempts.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-32029Same product: Openclaw Openclaw
CVE-2026-32018Same product: Openclaw Openclaw
CVE-2026-41333Same product: Openclaw Openclaw
CVE-2026-32025Same product: Openclaw Openclaw
CVE-2026-35628Same product: Openclaw Openclaw
CVE-2026-62220Same product: Openclaw Openclaw
CVE-2026-35623Same product: Openclaw Openclaw
CVE-2026-35646Same product: Openclaw Openclaw
CVE-2026-28395Same product: Openclaw Openclaw
CVE-2026-28463Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.4.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-7 Unsuccessful Logon Attempts
  • AC-3 Access Enforcement
  • SC-39 Process Isolation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements per-key rate limiting on unsuccessful authentication attempts, the exact control the race condition bypasses.

prevent

Enforces access decisions atomically so concurrent authentication requests cannot evade the shared-secret rate-limit budget.

prevent

Provides process isolation that can reduce the window for TOCTOU-style races in the authentication path.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References