OSV 1.4.0 · github-reviewed · 修改于 2026-06-19 23:00
发布时间
2026-06-19 23:00
GitHub 审查时间
2026-06-19 23:00
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/06/GHSA-2h46-9x5w-4wf7/GHSA-2h46-9x5w-4wf7.json
A path traversal vulnerability in Entire CLI allows an attacker with push access to the checkpoints repository to craft malicious checkpoint metadata that causes entire session resume or entire checkpoint rewind to write attacker-controlled transcript data outside of the expected session directory.
The issue occurs because checkpoint metadata is fetched from the remote entire/checkpoints/v1 branch and the SessionID field was used to construct filesystem paths without validation in the restore path. A malicious SessionID containing absolute paths or path traversal sequences could cause arbitrary files on the victim’s machine to be overwritten.
The patched versions (v0.7.7 or v0.7.8-nightly.*) observe stronger input validation and enforce traversal-resistant primitives to ensure that only descending directories can be accessed by the affected commands.
If upgrading immediately is not possible:
entire session resume or entire checkpoint rewind on repositories where untrusted users can push to entire/checkpoints/v1.entire/checkpoints/v1 branch for suspicious checkpoint metadata before resuming or rewinding.These mitigations reduce exposure but do not fully address the vulnerability. Upgrading is recommended.
Thanks Navtej Kathuria for privately reporting this issue to the Entire Security team.