Submit #826222: Enderfga claw-orchestrator v2.7.0-v3.7.0 Inefficient Regular Expression Complexityinfo

TitleEnderfga claw-orchestrator v2.7.0-v3.7.0 Inefficient Regular Expression Complexity
DescriptionThe /session/grep endpoint accepts user-controlled regex patterns and only validates their syntax via validateRegex(), without any detection for catastrophic backtracking (ReDoS) patterns. Malicious regex patterns can trigger exponential backtracking during session search, blocking the Node.js event loop and causing a full server denial of service (DoS). All client requests share the same event loop, so a single malicious request can make the server unresponsive to all users. More details: https://github.com/Enderfga/claw-orchestrator/issues/64
Source⚠️ https://github.com/Enderfga/claw-orchestrator/issues/64
User
 ybdesire (UID 83239)
Submission05/12/2026 03:14 (3 months ago)
Moderation05/31/2026 19:43 (20 days later)
StatusAccepted
VulDB entry367584 [Enderfga claw-orchestrator up to 3.7.0 Session Grep Endpoint embedded-server.ts validateRegex body.pattern redos]
Points20

Do you want to use VulDB in your project?

Use the official API to access entries easily!