DELETE /memoriesMITRE service request: 1988584
Status: RESERVED (pending a qualifying public reference per CNA Rules §5.3).
The mem0 1.0.0 server lacks authentication and authorization controls for its memory deletion API endpoint (DELETE /memories). The endpoint allows unauthenticated users to delete memory records by specifying arbitrary user identifiers (e.g., user_id, run_id, agent_id) in the request query parameters. A remote attacker can exploit this by sending unauthenticated DELETE requests to erase memory data for any user, leading to unauthorized data loss and denial of service.
DELETE /memories?user_id=victim style calls reach delete_all_memories without verifying that the caller owns that user_id. Attackers can bulk-delete another user’s memories or wipe entire cohorts.
5f5e64b44be9be26c6aa223f5c4b538998b8ec8e).DELETE /memories with query filters (user_id, run_id, agent_id).PGVector.delete() invoked without authorization mapping.Critical on internet-facing mem0 instances.