Inefficient regular expression complexity in OpenClaw - CVE-2026-22178
Published: May 4, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to inefficient regular expression complexity in stripBotMention() in extensions/feishu/src/bot.ts when processing Feishu mention metadata in RegExp construction. A remote attacker can supply crafted mention metadata with nested quantifiers to cause a denial of service.
The issue can trigger catastrophic backtracking and block message processing.