Back to overview

CVE-2026-58578

MEDIUM
6.5
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-58578
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-07-01 15:00 UTC
Published
2026-07-02 19:38 UTC
Last updated
2026-07-02 19:38 UTC
Primary CWE
CWE-1333
Inefficient Regular Expression Complexity
Vendor / Product
lobehub / lobehub
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected products (1)
VendorProductPlatformVersions
lobehub lobehub 0 < 2.2.10-canary.15
Weakness (CWE)
CWESourceDescription
CWE-1333 cna Inefficient Regular Expression Complexity
CVSS scores (2)
ScoreSeverityVersionSourceVector
7.1 HIGH 4.0 cna 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
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Back to overview