CVE-2025-62505

LOW EPSS 21.0%
Published Oct 17, 20258mo ago · Modified Jun 17, 20262w ago
3.0 CVSS 3.1
Low
Find Similar
Published Oct 17, 2025 8mo ago
Last Modified Jun 17, 2026 2w ago

Description

LobeChat is an open source chat application platform. The web-crawler package in LobeChat version 1.136.1 allows server-side request forgery (SSRF) in the tools.search.crawlPages tRPC endpoint. A client can supply an arbitrary urls array together with impls containing the value naive. The service passes the user URLs to Crawler.crawl and the naive implementation performs a server-side fetch of each supplied URL without validating or restricting internal network addresses (such as localhost, 127.0.0.1, private IP ranges, or cloud instance metadata endpoints). This allows an attacker with a valid user token (or in development mode using a bypass header) to make the server disclose responses from internal HTTP services, potentially exposing internal API data or cloud metadata credentials. Version 1.136.2 fixes the issue. Update to version 1.136.2. No known workarounds exist.

CVSS Details

Base Score
3.0
Exploitability
1.3
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:N/A:N
Attack Vector Network
Attack Complexity High
Privileges Required High
User Interaction None
Scope Changed
Confidentiality Low
Integrity None
Availability None

Threat Intelligence

EPSS Exploit Probability
21.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-918 Server-Side Request Forgery (SSRF) Validation

References 2

  • github.com https://github.com/lobehub/lobe-chat/commit/8d59583dca16f218b99213d641733d8ba77f182c
  • github.com https://github.com/lobehub/lobe-chat/security/advisories/GHSA-fgx4-p8xf-qhp9

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.