cve/2025/CVE-2025-22240.md
2025-09-29 21:09:30 +02:00

831 B

CVE-2025-22240

Description

Arbitrary directory creation or file deletion. In the find_file method of the GitFS class, a path is created using os.path.join using unvalidated input from the “tgt_env” variable. This can be exploited by an attacker to delete any file on the Master's process has permissions to.

POC

Reference

No PoCs from references.

Github