Skip to main content

OpenClaw EUVDEUVD-2026-29138

| CVE-2026-44993 LOW
Incomplete List of Disallowed Inputs (CWE-184)
2026-05-11 VulnCheck GHSA-hf7p-489h-xhj4
2.3
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.3 LOW
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:P/PR:L/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

5
Severity Changed
May 11, 2026 - 18:22 NVD
MEDIUM LOW
CVSS changed
May 11, 2026 - 18:22 NVD
5.4 (MEDIUM) 2.3 (LOW)
Source Code Evidence Fetched
May 11, 2026 - 17:47 vuln.today
Analysis Generated
May 11, 2026 - 17:47 vuln.today
CVE Published
May 11, 2026 - 16:46 nvd
MEDIUM 5.4

DescriptionCVE.org

OpenClaw before 2026.4.20 contains a message classification vulnerability in Feishu card-action callbacks that misclassifies direct messages as group conversations. Attackers can bypass dmPolicy enforcement by triggering card-action flows in direct message conversations that should have been blocked by restrictive policies.

AnalysisAI

OpenClaw before version 2026.4.20 misclassifies direct messages as group conversations in Feishu card-action callbacks, allowing authenticated attackers to bypass dmPolicy restrictions and trigger card-action flows that should have been blocked. The vulnerability affects direct message handling in the Feishu integration and requires authenticated access (PR:L per CVSS vector) but achieves both confidentiality and integrity impact with moderate CVSS score of 5.4.

Technical ContextAI

OpenClaw is a JavaScript/TypeScript bot framework (npm package) that integrates with Feishu (ByteDance's enterprise messaging platform). The vulnerability exists in the Feishu card-action handler (extensions/feishu/src/bot.card-action.ts), which processes interactive card callbacks from Feishu. When a user clicks a card action in a direct message (Feishu chat_type 'p2p'), the handler previously failed to correctly resolve the chat_type from Feishu API responses, instead falling through to group message handling logic. This caused dmPolicy (direct message policy restrictions) to be skipped entirely. The root cause is improper message classification (CWE-184: Incomplete List of Disallowed Inputs), where the handler did not properly distinguish between p2p and group chat contexts. The fix adds explicit API lookup of Feishu chat metadata using the Feishu client's im.chat.get() endpoint, preferring chat_mode over chat_type field, and implements fallback to p2p classification on API errors to ensure dmPolicy is always enforced.

RemediationAI

Vendor-released patch: upgrade OpenClaw to version 2026.4.20 or later via npm (npm install openclaw@2026.4.20). The fix resolves Feishu card-action chat type classification by querying the Feishu API (im.chat.get) when stored context is missing, ensuring p2p chats are correctly identified before dmPolicy enforcement. The patch is available at commit 90979d7c3ef7ec30b9f8aa6963a5e38d2f17d166 on GitHub. No workarounds are available prior to patching; however, organizations can mitigate by restricting Feishu bot permissions to disable card-action handling entirely if card interactions are not required, or by implementing upstream network-level restrictions on Feishu API callbacks to your OpenClaw instance. Note that disabling card actions may reduce bot functionality. See advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-72q8-jcmc-97wx for full details.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

EUVD-2026-29138 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy