Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/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 skill import with low complexity but requires an authenticated account (PR:L); impact is a full event-loop stall so A:H, with no confidentiality or integrity effect.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
4DescriptionCVE.org
LobeChat before version 2.2.10-canary.15 contains a regular expression denial of service (ReDoS) vulnerability that allows authenticated attackers to block the Node.js event loop by supplying a catastrophic-backtracking pattern in a GitHub repository URL path during skill import. Attackers can craft a malicious basePath value containing unescaped regex metacharacters such as catastrophic-backtracking patterns, which are injected into a dynamically constructed regular expression in the findSkillMd function and executed synchronously against archive entries, denying service to all concurrent users for tens of seconds per request.
AnalysisAI
Denial of service in LobeChat before 2.2.10-canary.15 lets an authenticated user hang the entire Node.js server by importing a GitHub-hosted skill whose repository URL path contains a catastrophic-backtracking regex pattern. Because the malicious basePath is compiled into a dynamic regular expression in findSkillMd and matched synchronously against archive entries, a single request blocks the shared event loop for tens of seconds, denying service to all concurrent users. Publicly available exploit code exists and a vendor patch is available, though there is no public exploit identified as being used in active exploitation.
Technical ContextAI
LobeChat (LobeHub) is a Node.js/TypeScript open-source AI chat framework that supports importing 'skills' from GitHub repositories. The affected code path constructs a regular expression at runtime by interpolating a user-controlled basePath (derived from the GitHub repository URL path) without escaping regex metacharacters, then evaluates it against archive entries in findSkillMd. This is a textbook CWE-1333 (Inefficient Regular Expression Complexity / ReDoS): an attacker-supplied pattern such as nested quantifiers causes catastrophic backtracking, and because the match runs synchronously on Node.js's single-threaded event loop, the whole process stalls rather than just the offending request. The single affected CPE is cpe:2.3:a:lobehub:lobehub:*:*:*:*:*:*:*:* (all versions prior to the fix).
RemediationAI
Vendor-released patch: upgrade to LobeChat 2.2.10-canary.15 or later (https://github.com/lobehub/lobehub/releases/tag/v2.2.10-canary.15); the code fix is in commit 349bbe326eb8635d6d9c6a96d12702681ae3a84a and PR https://github.com/lobehub/lobehub/pull/16548, which properly escapes the user-supplied basePath before regex construction. If you cannot upgrade immediately, restrict who can use the GitHub skill-import feature by limiting accounts to trusted users, or disable skill import entirely on shared multi-tenant instances - the trade-off is loss of GitHub skill-import functionality for all users. As a secondary control, place the instance behind rate limiting or a per-user request timeout so a single hanging request cannot be repeated to sustain the outage, accepting that a synchronous event-loop stall may still not be interrupted by request-level timeouts. Track details via the VulnCheck advisory and issue https://github.com/lobehub/lobehub/issues/16494.
A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41420
GHSA-g4jq-25cx-3cw5