Cyber Posture

CVE-2026-35660

HighPublic PoC

Published: 10 April 2026

Published
10 April 2026
Modified
13 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0004 13.7th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-35660 is a high-severity Missing Authorization (CWE-862) vulnerability in Openclaw Openclaw. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 13.7th 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 are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

AC-3 mandates enforcement of approved authorizations for access to system resources, directly preventing operator.write users from bypassing operator.admin requirements to reset sessions.

prevent

AC-6 enforces least privilege, ensuring only users with necessary operator.admin privileges can perform admin session resets.

preventrecover

SI-2 requires timely identification, reporting, and correction of flaws like this access control vulnerability via patching to OpenClaw 2026.3.23 or later.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The insufficient access control vuln in the network-accessible /reset endpoint allows lower-privilege (operator.write) callers to bypass admin requirements and reset sessions, directly enabling privilege escalation via vulnerability exploitation (T1068) and exploitation of public-facing applications (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenClaw before 2026.3.23 contains an insufficient access control vulnerability in the Gateway agent /reset endpoint that allows callers with operator.write permission to reset admin sessions. Attackers with operator.write privileges can invoke /reset or /new messages with an explicit sessionKey to…

more

bypass operator.admin requirements and reset arbitrary sessions.

Deeper analysisAI

CVE-2026-35660 is an insufficient access control vulnerability (CWE-862) in OpenClaw versions before 2026.3.23. The flaw affects the Gateway agent's /reset endpoint, which improperly allows callers possessing operator.write permission to reset admin sessions, enabling bypass of operator.admin requirements.

Attackers with operator.write privileges can exploit this vulnerability over the network with low complexity and no user interaction by invoking /reset or /new messages with an explicit sessionKey. Successful exploitation resets arbitrary sessions, potentially disrupting administrative access and operations. The issue carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H), reflecting high impacts on integrity and availability.

Mitigation requires upgrading to OpenClaw 2026.3.23 or later. Relevant patches are detailed in GitHub commits 50f6a2f136fed85b58548a38f7a3dbb98d2cd1a0 and 630f1479c44f78484dfa21bb407cbe6f171dac87, with further guidance in the GitHub Security Advisory GHSA-wq58-2pvg-5h4f and VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-insufficient-access-control-in-gateway-agent-session-reset.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.3.23

CVEs Like This One

CVE-2026-22172Same product: Openclaw Openclaw
CVE-2026-41394Same product: Openclaw Openclaw
CVE-2026-41378Same product: Openclaw Openclaw
CVE-2026-42426Same product: Openclaw Openclaw
CVE-2026-32005Same product: Openclaw Openclaw
CVE-2026-42439Same product: Openclaw Openclaw
CVE-2026-32916Same product: Openclaw Openclaw
CVE-2026-43566Same product: Openclaw Openclaw
CVE-2026-28392Same product: Openclaw Openclaw
CVE-2026-32987Same product: Openclaw Openclaw

References