Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-52726
Published:June 10, 2026
Updated:June 28, 2026
Dulwich is a pure-Python implementation of the Git file formats and protocols. Starting in version 0.23.2 and prior to version 1.2.5, "dulwich.porcelain.submodule_update", and by extension "porcelain.clone(..., recurse_submodules=True)", materializes attacker-controlled submodule paths from a crafted upstream repository without path validation. A malicious ".gitmodules" plus a matching tree gitlink whose "path" is ".git/hooks" (or any other directory inside the parent repository's ".git" directory) causes the attacker's submodule tree contents to be written directly into the victim's ".git/hooks/" directory, preserving executable mode bits. The dropped executables are then run by any subsequent "git" or "dulwich" command that invokes the matching hook, resulting in arbitrary code execution. This is the dulwich equivalent of the upstream Git fixes for CVE-2024-32002 / CVE-2024-32004, which were never propagated into dulwich's separately implemented submodule porcelain. Version 1.2.5 patches the issue.
Affected Packages
dulwich (CONDA):
Affected version(s) >=0.23.2 <1.2.5
Fix Suggestion:
Update to version 1.2.5
dulwich (PYTHON):
Affected version(s) >=0.23.2 <1.2.5
Fix Suggestion:
Update to version 1.2.5
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.45