Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-29870?
CVE-2026-29870 is a vulnerability with a CVSS score of 7.6 (HIGH). 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 ...
How severe is CVE-2026-29870?
CVE-2026-29870 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-29870?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.