CVE-2026-42563

Dulwich is a pure-Python implementation of the Git file formats and protocols. Starting in version 0.24.0 and prior to version 1.2.5, Dulwich's `ProcessMergeDriver` substitutes the file path (from the git tree, controllable by an attacker via a malicious branch) into the merge driver command via the `%P` placeholder and executes it with `subprocess.run(..., shell=True)`. An attacker who can cause a victim to merge an untrusted branch can achieve arbitrary command execution by crafting malicious file paths. Version 1.2.5 fixes the issue.
CVSS

No CVSS.

Configurations

No configuration.

History

21 Jul 2026, 19:10

Type Values Removed Values Added
Summary
  • (es) Dulwich es una implementación pura de Python de los formatos y protocolos de archivo de Git. A partir de la versión 0.24.0 y antes de la versión 1.2.5, el 'ProcessMergeDriver' de Dulwich sustituye la ruta del archivo (del árbol de Git, controlable por un atacante a través de una rama maliciosa) en el comando del controlador de fusión a través del marcador de posición '%P' y lo ejecuta con 'subprocess.run(..., shell=True)'. Un atacante que puede hacer que una víctima fusione una rama no confiable puede lograr la ejecución arbitraria de comandos al crear rutas de archivo maliciosas. La versión 1.2.5 corrige el problema.

11 Jun 2026, 14:16

Type Values Removed Values Added
References () https://github.com/jelmer/dulwich/security/advisories/GHSA-9277-mp7x-85jf - () https://github.com/jelmer/dulwich/security/advisories/GHSA-9277-mp7x-85jf -

10 Jun 2026, 23:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-10 23:16

Updated : 2026-07-21 19:10


NVD link : CVE-2026-42563

Mitre link : CVE-2026-42563

CVE.ORG link : CVE-2026-42563


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')