Cyber Resilience

CVE-2026-41340

Openclaw ≤ 2026.3.31

Public PoC
Published
23 April 2026
Modified
28 April 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/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.0028 20th percentile
Risk Priority 39 floored blend · peak EPSS

Summary

CVE-2026-41340 is a medium-severity Incomplete Internal State Distinction (CWE-372) vulnerability in Openclaw Openclaw. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked at the 20th 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 SC-24 (Fail in Known State) and AC-12 (Session Termination) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

OpenClaw before 2026.3.31 contains an authentication boundary vulnerability where Telegram legacy allowFrom migration incorrectly fans default-account trust into all named accounts. Attackers can exploit this trust propagation to bypass authentication controls and gain unauthorized access to named accounts.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
T1556 Modify Authentication Process Defense Impairment
Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-41300Same product: Openclaw Openclaw
CVE-2026-41388Same product: Openclaw Openclaw
CVE-2026-41390Same product: Openclaw Openclaw
CVE-2026-32975Same product: Openclaw Openclaw
CVE-2026-35655Same product: Openclaw Openclaw
CVE-2026-35624Same product: Openclaw Openclaw
CVE-2026-32057Same product: Openclaw Openclaw
CVE-2026-32898Same product: Openclaw Openclaw
CVE-2026-41403Same product: Openclaw Openclaw
CVE-2026-41299Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.3.31

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Ensures the system enters a predefined safe state on failure, containing damage from any prior state-distinction error.

Forces sessions into a known terminated state, limiting the window in which an incorrect state assumption can be exploited.

Enforces access decisions that depend on correctly maintained internal state, making incorrect operations due to state confusion less likely to succeed.

Requires developers to produce security architecture and design artifacts that must address correct internal state management.

Mandates application of engineering principles (e.g., explicit state-machine design, fail-safe defaults) that stop incomplete state distinction from being introduced.

Requires protection of session state authenticity, directly reducing the chance that the system misidentifies its own session state.

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 activities directly address proper state-machine design and testing that prevent incomplete state distinction.

ID.RA-01 partial match
prevents

Identifying recorded vulnerabilities can surface this class of state-management flaw during assessments.

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.

finds

Security testing can detect state-machine flaws that manifest as incomplete internal state distinction.

prevents

Secure development lifecycle practices can include state-machine validation and invariant checks that reduce incomplete internal state errors.

prevents

Explicit application security requirements can mandate state-transition validation and error-state handling.

prevents

Secure architecture principles encourage explicit state modelling and fail-safe transitions.

prevents

Secure coding standards can require defensive checks against invalid or ambiguous internal states.

prevents

Change-management procedures may indirectly catch state-related defects during release reviews.

References