Cyber Resilience

CVE-2024-47066

CriticalPublic PoC

Published: 23 September 2024

Published
23 September 2024
Modified
30 September 2024
KEV Added
Patch
CVSS Score v3.1 9.0 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:H
EPSS Score 0.0578 90.7th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-47066 is a critical-severity SSRF (CWE-918) vulnerability in Lobehub Lobe Chat. Its CVSS base score is 9.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 9.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Other ATLAS/OWASP Terms risk domain; MITRE ATLAS techniques in scope: Obtain Capabilities (AML.T0016), AI Model Inference API Access (AML.T0040), Exfiltration via AI Inference API (AML.T0024).

Deeper analysis

Lobe Chat is an open-source AI chat framework that contains a server-side request forgery vulnerability in versions prior to 1.19.13. The flaw resides in the proxy handler at src/app/api/proxy/route.ts, where SSRF protections fail to account for HTTP redirects, allowing an attacker-supplied external URL to reach internal targets such as private network addresses or loopback interfaces. The issue is tracked as CWE-918 and carries a CVSS 3.1 score of 9.0.

An authenticated user with administrative privileges can supply a malicious URL that redirects to internal resources, bypassing the intended network restrictions and potentially reading or interacting with services that should remain inaccessible from outside the application. Successful exploitation can result in high confidentiality and availability impact along with limited integrity effects and a scope change.

The project’s GitHub security advisories and the commit e960a23b0c69a5762eb27d776d33dac443058faf document the improved redirect handling introduced in version 1.19.13; administrators are advised to upgrade to that release to close the bypass.

The associated EPSS score rose from a low baseline to a peak of 0.0813, indicating emerging exploitation interest after public disclosure of the SSRF issue in this AI-oriented application.

EU & UK References

Vulnerability details

Lobe Chat is an open-source artificial intelligence chat framework. Prior to version 1.19.13, server-side request forgery protection implemented in `src/app/api/proxy/route.ts` does not consider redirect and could be bypassed when attacker provides an external malicious URL which redirects to internal resources…

more

like a private network or loopback address. Version 1.19.13 contains an improved fix for the issue.

CWE(s)

AI Security AnalysisAI

AI Category
Enterprise AI Assistants
Risk Domain
Other ATLAS/OWASP Terms
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Lobe Chat is an open-source AI chat framework designed for interacting with AI models, fitting the Enterprise AI Assistants category as it provides a platform for AI-powered chat interfaces and assistants.

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1046 Network Service Discovery Discovery
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1595.001 Scanning IP Blocks Reconnaissance
Adversaries may scan victim IP blocks to gather information that can be used during targeting.
T1595.002 Vulnerability Scanning Reconnaissance
Adversaries may scan victims for vulnerabilities that can be used during targeting.
T1595.003 Wordlist Scanning Reconnaissance
Adversaries may iteratively probe infrastructure using brute-forcing and crawling techniques.
Why these techniques?

SSRF via redirect bypass in public-facing Lobe Chat proxy enables exploitation (T1190), internal active scanning of IP blocks/ports/wordlists (T1595.*), network service discovery (T1046), and exploitation of internal remote services (T1210).

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0016: Obtain CapabilitiesAML.T0040: AI Model Inference API AccessAML.T0024: Exfiltration via AI Inference APIAML.T0048: External Harms

Affected Assets

lobehub
lobe chat
≤ 1.19.3

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References