Description
LobeChat before 2.2.10-canary.18 contains a server-side request forgery vulnerability that allows authenticated attackers to direct internal HTTP requests to arbitrary URLs by supplying user-controlled input to the skill import service (importFromUrl) and topic cover update (fetchImageFromUrl) endpoints, which use the global fetch without the project's ssrf-safe-fetch wrapper. Attackers can target internal addresses such as cloud instance metadata endpoints through these unprotected code paths to disclose internal service responses and cloud credentials.
Published: 2026-07-02
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LobeChat before 2.2.10‑canary.18 allows authenticated users to submit any URL to the importFromUrl and fetchImageFromUrl endpoints. These APIs use the global fetch function without the project’s ssrf‑safe to issue internal HTTP requests. An attacker can target internal services, such as cloud instance metadata endpoints, and read their responses, potentially revealing sensitive data like credentials. The vulnerability is classified as a CWE‑918 SSRF flaw.

Affected Systems

The affected product is LobeChat by Lobehub. All installations of LobeChat older than version 2.2.10‑canary.18 are susceptible until the vulnerability is fixed or the endpoints are disabled.

Risk and Exploitability

The CVSS score of 8.3 highlights a high risk of internal data disclosure. With an EPSS score of less than 1%, the exploit probability in the wild is low, and the flaw is not currently listed in the CISA KEV catalog. Exploitation requires the attacker to be authenticated to a LobeChat instance; once authenticated, the attacker can direct internal HTTP requests to arbitrary endpoints reachable from the host, potentially leaking confidential information and enabling further compromise.

Generated by OpenCVE AI on July 21, 2026 at 10:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest LobeChat release 2.2.10‑canary.18 or newer to remove the SSRF flaw.
  • If an upgrade cannot be applied immediately, disable or restrict the importFromUrl and fetchImageFromUrl endpoints to block internal requests.
  • Configure network egress or firewall rules to limit the application’s outbound traffic to only required external IPs, preventing access to internal services.
  • Monitor application logs for unexpected outbound requests to detect any residual abuse.

Generated by OpenCVE AI on July 21, 2026 at 10:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description LobeChat before 2.2.10-canary.18 contains a server-side request forgery vulnerability that allows authenticated attackers to direct internal HTTP requests to arbitrary URLs by supplying user-controlled input to the skill import service (importFromUrl) and topic cover update (fetchImageFromUrl) endpoints, which use the global fetch without the project's ssrf-safe-fetch wrapper. Attackers can target internal addresses such as cloud instance metadata endpoints through these unprotected code paths to disclose internal service responses and cloud credentials.
Title LobeChat < 2.2.10-canary.18 - SSRF via importFromUrl and fetchImageFromUrl
First Time appeared Lobehub
Lobehub lobehub
Weaknesses CWE-918
CPEs cpe:2.3:a:lobehub:lobehub:*:*:*:*:*:node.js:*:*
Vendors & Products Lobehub
Lobehub lobehub
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:22.385Z

Reserved: 2026-07-02T15:38:18.928Z

Link: CVE-2026-59095

cve-icon Vulnrichment

Updated: 2026-07-06T19:00:36.352Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:00:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)