Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Lifecycle Timeline
4DescriptionCVE.org
OpenClaw versions prior to 2026.2.19 construct RegExp objects directly from unescaped Feishu mention metadata in the stripBotMention function, allowing regex injection and denial of service. Attackers can craft nested-quantifier patterns or metacharacters in mention metadata to trigger catastrophic backtracking, block message processing, or remove unintended content before model processing.
AnalysisAI
OpenClaw versions before 2026.2.19 are vulnerable to regex injection and denial of service through unescaped Feishu mention metadata in the stripBotMention function. An unauthenticated network attacker can craft malicious mention metadata containing nested-quantifier patterns or regex metacharacters to trigger catastrophic backtracking, block message processing, or remove unintended content before model processing, with a CVSS score of 6.5 indicating medium severity with integrity and availability impact. Patch availability exists from the vendor via GitHub commits, and proof-of-concept details are available through VulnCheck advisory references.
Technical ContextAI
The vulnerability exists in OpenClaw's message processing pipeline, specifically in the stripBotMention function which handles Feishu (a collaboration platform) mention metadata. The root cause is CWE-1333 (Inefficient Regular Expression Complexity), where user-controlled input from Feishu mention metadata is directly passed to RegExp object construction without proper escaping or validation. When an attacker supplies specially crafted metacharacters or nested quantifiers (such as (a+)+b patterns), the regex engine enters a state of catastrophic backtracking, consuming excessive CPU resources and blocking the entire message processing queue. The affected product is OpenClaw (CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*), which integrates with Feishu as a messaging platform, making the attack vector network-accessible without authentication.
RemediationAI
Immediately upgrade OpenClaw to version 2026.2.19 or later, which includes fixes implemented in the referenced GitHub commits. Verify the patches are applied by checking commit 7e67ab75cc2f0e93569d12fecd1411c2961fcc8c and 74268489137510b6f6349919d1e197b17290d92c are included in your deployment. As an interim mitigation if immediate patching is not possible, restrict or disable Feishu mention metadata processing by rate-limiting or filtering incoming Feishu message events, and monitor CPU usage for signs of regex backtracking attacks (sustained high CPU on message processing threads). Additionally, implement network segmentation to limit which external Feishu instances can send messages to OpenClaw deployments. Refer to the vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-c6hr-w26q-c636 for deployment-specific guidance.
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 technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12722
GHSA-c6hr-w26q-c636