CyberRota Analysis
AI-GeneratedThe vulnerability allows unauthenticated attackers to access sensitive configuration API endpoints, exposing LLM API keys in plaintext and enabling server-side request forgery (SSRF) attacks through manipulation of the ollama_base_url parameter. This critical flaw poses a significant risk to any organization using the affected product, as it can lead to unauthorized access to stored secrets and potential exploitation of internal services. Organizations that utilize mem0 should prioritize immediate remediation to safeguard their API keys and internal infrastructure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
mem0 contains unauthenticated config API endpoints that expose LLM API keys in plaintext and allow server-side request forgery via attacker-controlled ollama_base_url parameter. Unauthenticated attackers can retrieve stored secrets like OpenAI API keys via GET /api/v1/config/ or trigger SSRF attacks by setting ollama_base_url to internal addresses like cloud IMDS via PUT /api/v1/config/mem0/llm endpoint.