OpenClaw Feishu
CVE-2026-62188
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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
Network-reachable tool needing an existing low-trust authenticated caller (PR:L) and no interaction; broken authorization exposes and alters protected data (C:H/I:H) without availability impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
OpenClaw @openclaw/feishu versions 2026.6.6 and earlier contain an incorrect authorization vulnerability in which the Feishu permission tools could ignore per-account disablement settings. When the affected feature is enabled and reachable, a lower-trust caller or configured input path could perform actions that should have required a stronger authorization or policy check. The issue is fixed in version 2026.6.9.
AnalysisAI
Privilege escalation via broken authorization in the OpenClaw @openclaw/feishu integration (versions 2026.6.6 and earlier) allows a lower-trust, already-authenticated caller to invoke Feishu permission tools that should have been blocked by per-account disablement settings. Because the enforcement gap lets a low-privilege actor perform actions requiring stronger authorization, the flaw carries high confidentiality and integrity impact (CVSS 4.0 base 8.6). No public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
@openclaw/feishu is a Node.js/npm integration package (CPE cpe:2.3:a:openclaw:feishu) that exposes 'permission tools' bridging OpenClaw automation to Feishu/Lark, the enterprise collaboration and messaging suite. The root cause is CWE-863 (Incorrect Authorization): the code performs an authorization check but reaches the wrong decision, specifically failing to honor per-account disablement settings that are meant to gate which callers or input paths may invoke privileged Feishu actions. Rather than a missing check, this is a check that is present but evaluated incorrectly, so a request that should be denied under account-level policy is instead permitted when the affected feature is enabled and reachable.
RemediationAI
Vendor-released patch: upgrade @openclaw/feishu to 2026.6.9 or later, which corrects the per-account authorization enforcement; consult the GitHub advisory GHSA-w8wf-3qvj-6xqf (https://github.com/openclaw/openclaw/security/advisories/GHSA-w8wf-3qvj-6xqf) and the VulnCheck advisory (https://www.vulncheck.com/advisories/openclaw-feishu-authorization-bypass) for exact release notes. If immediate upgrade is not possible, reduce exposure by disabling the affected Feishu permission tools/feature where it is not required (removing the reachable code path, at the cost of losing that automation), and by restricting which accounts and input paths can reach the integration - tighten account-level trust so no low-privilege callers can invoke the permission tools, and monitor the advisory-referenced actions for anomalous authorization use until the patched version is deployed.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today