Impact
EverOS, a memory runtime for agents, allows an attacker to send a POST request to /api/v1/memory/add with a specially crafted sender_id. Because the sender_id is not validated for path safety, the system joins this value into the filesystem path when persisting extracted memory as a Markdown file. This flaw can be abused to write files outside the intended memory root, potentially creating or overwriting any .md file that the server process can write to. The weakness is a classic path traversal flaw (CWE-22).
Affected Systems
The vulnerable product is EverMind-AI EverOS. Versions before 1.0.1 include the flaw; it was eliminated in v1.0.1.
Risk and Exploitability
The CVSS score of 8.2 indicates high severity. The EPSS score is < 1%, and the issue is not listed in KEV, but the attack vector is unauthenticated and requires only sending a request to the exposed HTTP endpoint. An attacker who can reach the target can place arbitrary content on the host filesystem, leading to data disclosure, modification, or further compromise.
OpenCVE Enrichment