Server-Side Request Forgery Vulnerability in Lobe Chat Framework
CVE-2024-47066
Key Information:
Badges
What is CVE-2024-47066?
The Lobe Chat framework, an open-source artificial intelligence chat solution, is impacted by a server-side request forgery vulnerability. Prior to version 1.19.13, the protection mechanism within src/app/api/proxy/route.ts
fails to account for URL redirections. This oversight permits an attacker to exploit this flaw by supplying an external malicious URL that redirects to sensitive internal resources, including private networks or loopback addresses. Version 1.19.13 addresses this issue with an enhanced security fix, ensuring better protection against such attacks.
Exploit Proof of Concept (PoC)
PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.