CVE-2026-49948 PUBLISHED

Mem0 0.2.8 Missing Authorization via POST /configure Endpoint

Assigner: VulnCheck
Reserved: 02.06.2026 Published: 09.06.2026 Updated: 09.06.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor mem0ai
Product mem0
Versions Default: affected
  • affected from 0 to 0.2.8 (incl.)
  • Version ae7f4062652df1376990221101d1adbb0819c973 is unaffected

Credits

  • YU SUN finder

References

Problem Types

  • Missing Authorization CWE