Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. GitPython
  4. ›
  5. CVE-2026-42215

CVE-2026-42215: GitPython has Command Injection via Git options bypass

April 25, 2026 (updated May 8, 2026)

GitPython blocks dangerous Git options such as --upload-pack and --receive-pack by default, but the equivalent Python kwargs upload_pack and receive_pack bypass that check. If an application passes attacker-controlled kwargs into Repo.clone_from(), Remote.fetch(), Remote.pull(), or Remote.push(), this leads to arbitrary command execution even when allow_unsafe_options is left at its default value of False.

References

  • github.com/advisories/GHSA-rpm5-65cw-6hj4
  • github.com/gitpython-developers/GitPython
  • github.com/gitpython-developers/GitPython/releases/tag/3.1.47
  • github.com/gitpython-developers/GitPython/security/advisories/GHSA-rpm5-65cw-6hj4
  • nvd.nist.gov/vuln/detail/CVE-2026-42215

Code Behaviors & Features

Detect and mitigate CVE-2026-42215 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 3.1.30 before 3.1.47

Fixed versions

  • 3.1.47

Solution

Upgrade to version 3.1.47 or above.

Impact 8.8 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Source file

pypi/GitPython/CVE-2026-42215.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:08 +0000.