CVE Catalog

CVE-2026-49948

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

21th percentile - higher than 21% of all known CVEs

Summary

Mem0 versions up to 0.2.8 have a missing authorization vulnerability in the POST /configure endpoint. Any authenticated user with an API key can change global LLM and embedder configuration, redirecting all traffic to an attacker-controlled server. The malicious configuration persists in PostgreSQL and survives server restarts.

Risk Assessment

An attacker can intercept and manipulate all LLM and embedder traffic, leading to data leakage and loss of system control.

Recommendation

Apply the patch from commit ae7f406 or upgrade to a version newer than 0.2.8. Restrict access to the /configure endpoint to administrators only.

Other vulnerabilities in Mem0

See all
Original NVD description (English source)

Mem0 versions through 0.2.8, fixed in commit ae7f406, contain a missing authorization vulnerability in the self-hosted server component where the POST /configure endpoint modifies global LLM provider and embedder configuration but only verifies authentication via JWT or X-API-Key without validating the caller's role. Any authenticated user holding a distributed API key can redirect all LLM and embedder traffic to an attacker-controlled server, with the malicious configuration persisted to PostgreSQL and surviving server restarts to affect all users and API keys on the instance.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS