1 results (0.002 seconds)
CVSS: 5.0EPSS: 0%CPEs: 1EXPL: 1

CVE-2025-22620 – gix-worktree-state nonexclusive checkout sets executable files world-writable
https://notcve.org/view.php?id=CVE-2025-22620
20 Jan 2025 — gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some situations. This vulnerability is fixed in 0.17.0. • https://github.com/EliahKagan/checkout-index • CWE-281: Improper Preservation of Permissions CWE-687: Function Call With Incorrectly Specified Argument Value •