CVE-2026-87817

Summary

GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that executes when a victim calls index.commit() on a cloned or opened repository.

Affected Software

VendorProductVersion RangeStatus
gitpython-developersGitPython0 < 3.1.60affected
gitpython-developersGitPython3.1.60unaffected

Weaknesses

  • CWE-94: Improper Control of Generation of Code ('Code Injection')

References