SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-59706

CRITICAL · CVSS 9.3 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-59706
Severity
CRITICAL
CVSS
9.3
EPSS
0.26%

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.