CVE-2026-35636: OpenClaw: session isolation bypass exposes parent sessions
MEDIUMOpenClaw versions 2026.3.11–2026.3.24 contain a session isolation bypass where the session_status API resolves a sessionId to its canonical key before enforcing visibility restrictions, allowing a sandboxed child session to read parent or sibling sessions it should never access. The CVSS confidentiality impact is rated High (C:H), and an EPSS score placing this vulnerability in the top 83rd percentile means exploitation probability is significantly above average for the broader CVE population — notable despite the absence of a public exploit or CISA KEV listing. The attack path requires only low privileges and no user interaction over the network, making it accessible to any authenticated platform user, which is especially dangerous in multi-tenant or multi-session orchestration environments where session context may carry API keys, system prompts, or user PII. Organizations running OpenClaw should apply the patch at commit d9810811b6c3c9266d7580f00574e5e02f7663de or upgrade beyond 2026.3.24 immediately; as a temporary control, restrict child session creation to trusted principals and audit session_status API calls for out-of-scope session ID references.
What is the risk?
Medium severity (CVSS 6.5) with high confidentiality impact and low attack complexity. EPSS top 83rd percentile indicates above-average exploitation probability relative to the broader CVE population. No public exploit or KEV listing reduces immediate urgency, but the exploitation path is operationally trivial — low privileges, network-accessible, no user interaction required — lowering the bar significantly for any authenticated adversary. Risk amplifies substantially in multi-tenant deployments, orchestration platforms with privileged parent sessions, or any environment where session context carries sensitive data such as API keys, user PII, or proprietary system prompts. The 396 other CVEs attributed to the same package signal a systemic security posture concern for openclaw as a dependency.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
4 steps-
Patch: upgrade OpenClaw beyond 2026.3.24. Apply commit d9810811b6c3c9266d7580f00574e5e02f7663de directly if a tagged patched release is not yet available.
-
Workaround: restrict session creation APIs to trusted, authenticated principals; prevent untrusted users from instantiating child sessions that could be weaponized for lateral session access.
-
Detection: audit session_status API call logs for sessionId values outside the requesting session's expected scope — specifically low-privileged sessions querying IDs associated with administrative or system-level parent sessions.
-
Architecture: avoid passing sensitive data (credentials, API keys) through session context; use dedicated secret management and inject secrets at the infrastructure layer instead of through agent session state.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-35636?
OpenClaw versions 2026.3.11–2026.3.24 contain a session isolation bypass where the session_status API resolves a sessionId to its canonical key before enforcing visibility restrictions, allowing a sandboxed child session to read parent or sibling sessions it should never access. The CVSS confidentiality impact is rated High (C:H), and an EPSS score placing this vulnerability in the top 83rd percentile means exploitation probability is significantly above average for the broader CVE population — notable despite the absence of a public exploit or CISA KEV listing. The attack path requires only low privileges and no user interaction over the network, making it accessible to any authenticated platform user, which is especially dangerous in multi-tenant or multi-session orchestration environments where session context may carry API keys, system prompts, or user PII. Organizations running OpenClaw should apply the patch at commit d9810811b6c3c9266d7580f00574e5e02f7663de or upgrade beyond 2026.3.24 immediately; as a temporary control, restrict child session creation to trusted principals and audit session_status API calls for out-of-scope session ID references.
Is CVE-2026-35636 actively exploited?
No confirmed active exploitation of CVE-2026-35636 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-35636?
1. Patch: upgrade OpenClaw beyond 2026.3.24. Apply commit d9810811b6c3c9266d7580f00574e5e02f7663de directly if a tagged patched release is not yet available. 2. Workaround: restrict session creation APIs to trusted, authenticated principals; prevent untrusted users from instantiating child sessions that could be weaponized for lateral session access. 3. Detection: audit session_status API call logs for sessionId values outside the requesting session's expected scope — specifically low-privileged sessions querying IDs associated with administrative or system-level parent sessions. 4. Architecture: avoid passing sensitive data (credentials, API keys) through session context; use dedicated secret management and inject secrets at the infrastructure layer instead of through agent session state.
What systems are affected by CVE-2026-35636?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-agent orchestration, AI assistant platforms, sandboxed execution environments.
What is the CVSS score for CVE-2026-35636?
CVE-2026-35636 has a CVSS v3.1 base score of 6.5 (MEDIUM). The EPSS exploitation probability is 0.26%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0049 Exploit Public-Facing Application AML.T0053 AI Agent Tool Invocation AML.T0085 Data from AI Services AML.T0105 Escape to Host Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions 2026.3.11 through 2026.3.24 contain a session isolation bypass vulnerability where session_status resolves sessionId to canonical session keys before enforcing visibility checks. Sandboxed child sessions can exploit this to access parent or sibling sessions that should be blocked by explicit sessionKey restrictions.
Exploitation Scenario
An adversary with a low-privileged account on an OpenClaw-powered AI agent platform creates a sandboxed child session. The attacker calls session_status with a parent or sibling session's sessionId — obtained via enumeration, predictable ID patterns, or leaked application logs. Because OpenClaw resolves the sessionId to its canonical session key before evaluating whether the calling session has visibility rights, the child session receives the full state of the target session. This may include the parent's system prompt with embedded API credentials, ongoing task context shared between sibling sessions, or user-supplied sensitive data from a concurrent session. The attacker extracts this state for privilege escalation, pivoting to backend systems, or bulk user data exfiltration.
Weaknesses (CWE)
CWE-696 — Incorrect Behavior Order: The product performs multiple related behaviors, but the behaviors are performed in the wrong order in ways that may produce resultant weaknesses.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N References
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw