๐Ÿ” CVE Alert

CVE-2026-52726

HIGH 7.5

Dulwich's submodule path traversal in porcelain.submodule_update / porcelain.clone(recurse_submodules=True) yields RCE via attacker-dropped .git/hooks payload

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor jelmer
Product dulwich
Published Jun 10, 2026
Stay Ahead of the Next One

Get instant alerts for jelmer dulwich

Be the first to know when new high vulnerabilities affecting jelmer dulwich are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

jelmer / dulwich
>= 0.23.2, < 1.2.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jelmer/dulwich/security/advisories/GHSA-gfhv-vqv2-4544 github.com: https://github.com/jelmer/dulwich/releases/tag/dulwich-1.2.5