CVE-2026-58499 Details
Description
EverOS is a memory runtime for agents. Prior to 1.0.1, EverOS is vulnerable to path traversal in the POST /api/v1/memory/add ingestion endpoint because the per-message sender_id field was not validated as a path-safe identifier, unlike app_id and project_id. During user-memory extraction, sender_id is used as owner_id and joined into the filesystem path where the extracted episode is persisted as a Markdown file, so a sender_id containing ../ sequences could direct writes outside the configured memory root and allow an unauthenticated caller to create or overwrite .md files at locations writable by the server process with partially attacker-influenced content. This issue is fixed in version 1.0.1.
A path traversal vulnerability has been identified in EverOS, a memory runtime for agents, in versions prior to 1.0.1. The issue arises in the POST /api/v1/memory/add ingestion endpoint, where the sender_id field was not properly validated as a path-safe identifier. Unlike the app_id and project_id fields, which include path-safety validation, sender_id allowed ../ sequences to escape the designated memory root. This flaw enabled an unauthenticated user to create or overwrite Markdown files in locations writable by the server process, with content partially influenced by the attacker.
Users are advised to upgrade to EverOS version 1.0.1, which addresses the vulnerability by implementing path-safe validation for the sender_id and adding a containment check in the Markdown writer to prevent writes outside the memory root.
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 10, 2026CISA-ADP
Assessed Jul 13, 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/EverMind-AI/EverOS/commit/a10cdcd197747f371b7879a32c2cc3f77471e9c2 | [email protected] | Source CodeVendor |
| https://github.com/EverMind-AI/EverOS/releases/tag/v1.0.1 | [email protected] | Release NotesVendor |
| https://github.com/EverMind-AI/EverOS/security/advisories/GHSA-c795-2g9c-j48m | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| EverMind-AI EverOS | <= 1.0.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 13, 2026 | CVE Modified | CISA-ADP |
| Jul 10, 2026 | New CVE Received | [email protected] |
Volerion