VDB
Sign up

PYSEC-2026-3950

Quick fix

PYSEC-2026-3950 — gitpython: upgrade to the fixed version with the command below.

pip install --upgrade 'gitpython>=3.1.56'

Details

GitPython before 3.1.56 contains an argument injection vulnerability in the Commit.count() method, which forwards keyword arguments to 'git rev-list' without the check_unsafe_options guard present in the sibling iter_items method. An attacker who can control options passed to Commit.count (e.g., via an application that forwards a user-supplied options dict) can supply output=<path>, causing 'git rev-list --output=<path>' to open and truncate the target file to zero bytes before revision parsing. This allows destruction/blanking of an arbitrary file at the process's privilege level (no content control, 0-byte truncation).

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/gitpython
Introduced in: 0Fixed in: 3.1.56
Fixpip install --upgrade 'gitpython>=3.1.56'

References