CVE-2026-58578 PUBLISHED

LobeChat < 2.2.10-canary.15 - Regular Expression Denial of Service in GitHub Skill Import

Assigner: VulnCheck
Reserved: 01.07.2026 Published: 02.07.2026 Updated: 02.07.2026

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.

Metrics

CVSS Vector: 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
CVSS Score: 7.1

Product Status

Vendor lobehub
Product lobehub
Versions Default: affected
  • affected from 0 to 2.2.10-canary.15 (excl.)

Credits

  • George Chen finder

References

Problem Types

  • Inefficient Regular Expression Complexity CWE