CVE-2026-29870 Details
Description
A directory traversal vulnerability in the agentic-context-engine project versions up to 0.7.1 allows arbitrary file writes via the checkpoint_dir parameter in OfflineACE.run. The save_to_file method in ace/skillbook.py fails to normalize or validate filesystem paths, allowing traversal sequences to escape the intended checkpoint directory. This vulnerability allows attackers to overwrite arbitrary files accessible to the application process, potentially leading to application corruption, privilege escalation, or code execution depending on the deployment context.
A directory traversal vulnerability has been identified in the agentic-context-engine project, affecting versions through 0.7.1. The vulnerability allows arbitrary file writes via the checkpoint_dir parameter in the OfflineACE.run method. The issue arises because the save_to_file method in ace/skillbook.py does not properly normalize or validate filesystem paths, enabling traversal sequences to escape the designated checkpoint directory. As a result, attackers can overwrite any files accessible to the application process, potentially leading to application corruption, privilege escalation, or code execution, depending on the deployment context.
To address this vulnerability, it is recommended to normalize file paths by resolving them to their absolute form and then enforce directory boundaries by ensuring that the resolved path remains within the intended directory. Additionally, input sanitization can be implemented to reject traversal sequences and restrict paths to safe subdirectories.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 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/lilmingwa13/security-research/blob/main/CVE-2026-29870.md | [email protected] |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | CISA-ADP |
Affected Products
No affected product data is available for this CVE.
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 25, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 31, 2026 | CVE Modified | CISA-ADP |
| Mar 31, 2026 | New CVE Received | [email protected] |