CVE-2026-42284

Published: Mag 07, 2026 Last Modified: Mag 09, 2026
ExploitDB:
Other exploit source:
Google Dorks:
HIGH 8,1
Attack Vector: network
Attack Complexity: high
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: high
Integrity: high
Availability: high

Description

AI Translation Available

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, _clone() validates multi_options as the original list, then executes shlex.split(' '.join(multi_options)). A string like '--branch main --config core.hooksPath=/x' passes validation (starts with --branch), but after split becomes ['--branch', 'main', '--config', 'core.hooksPath=/x']. Git applies the config and executes attacker hooks during clone. This issue has been patched in version 3.1.47.

EPSS (Exploit Prediction Scoring System)

Trend Analysis

EPSS (Exploit Prediction Scoring System)

Prevede la probabilità di sfruttamento basata su intelligence sulle minacce e sulle caratteristiche della vulnerabilità.

EPSS Score
0,0005
Percentile
0,1th
Updated

Single Data Point

Only one EPSS measurement is available for this CVE. Trend analysis requires multiple data points over time.

88

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

Draft
Common Consequences
Security Scopes Affected:
Confidentiality Integrity Availability Other
Potential Impacts:
Execute Unauthorized Code Or Commands Alter Execution Logic Read Application Data Modify Application Data
Applicable Platforms
Languages: Not Language-Specific, PHP
View CWE Details
Application

Gitpython by Gitpython Project

Version Range Affected
To 3.1.47 (exclusive)
cpe:2.3:a:gitpython_project:gitpython:*:*:*:*:*:python:*:*
Common Platform Enumeration - Standardized vulnerability identification
https://www.tenable.com/cve/CVE-2026-32686
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.47
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-x2qx…