CVE-2026-59705 Details
Description
mem0's openmemory/api component contains an unauthenticated access vulnerability that allows unauthenticated attackers to read, write, and delete arbitrary user memories by accessing API routers registered without authentication middleware. Attackers can supply arbitrary user_id parameters or directly access memory retrieval endpoints to expose private memory content, or invoke pause endpoints with global_pause=true to cause denial-of-service across all users.
A vulnerability exists in the OpenMemory API component of Mem0, allowing unauthenticated users to read, write, and delete any user's private memories. This issue arises because all API routers are registered without authentication middleware, enabling cross-user memory access. Attackers can exploit this by supplying arbitrary user_id parameters or directly accessing memory retrieval endpoints. Additionally, the vulnerability allows for a denial-of-service condition across all users by invoking pause endpoints with global_pause=true.
It is recommended to add authentication requirements to all API routers in the OpenMemory component and implement ownership checks in the memory handling endpoints to ensure that only authorized users can access or modify their own memory data.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 7, 2026CISA-ADP
Assessed Jul 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/mem0ai/mem0/issues/6080 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/mem0ai/mem0 | [email protected] | Source CodeVendor |
| https://github.com/mem0ai/mem0/commit/a3154d59e52386d4e1189c1f5f44819868f76514 | [email protected] | Source CodeVendor |
| https://github.com/mem0ai/mem0/issues/6080 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/mem0-openmemory-api-unauthenticated-access-via-memory-endpoints | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| mem0ai mem0 | <= a3154d5 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 8, 2026 | CVE Modified | CISA-ADP |
| Jul 7, 2026 | New CVE Received | [email protected] |
Volerion