Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-47712— Dulwich doesn't sanitize commit subjects in `porcelain.format_patch`

CVSS 3.3 · Low EPSS 0.14% · P4

Possible ATT&CK Techniques 1AI

T1564.004 · NTFS File Attributes

Affected Version Matrix 1

VendorProductVersion RangeStatus
jelmerdulwich>= 0.24.0, < 1.2.5affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-47712

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Dulwich doesn't sanitize commit subjects in `porcelain.format_patch`
Source: NVD (National Vulnerability Database)
Vulnerability Description
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.porcelain.format_patch(outdir=...) derives each patch filename from the commit's subject line. Prior to this fix, get_summary only replaced spaces with dashes - path separators (/, \), parent-directory components (..), and other filename-hostile characters (e.g. :) were preserved verbatim and passed straight into os.path.join(outdir, f"{i:04d}-{summary}.patch"). A malicious commit subject could therefore direct the generated patch file outside the requested outdir. This is fixed in Dulwich 1.2.5. Users should upgrade to 1.2.5 or later. dulwich.patch.get_summary now mirrors git's format_sanitized_subject: only `[A-Za-z0-9._]` are kept, runs of other characters collapse to a single -, consecutive . collapse to a single ., trailing ./- are stripped, and the result is length-limited. This makes the returned string safe to embed as a filename component, so format_patch can no longer be steered out of outdir via the commit subject. Until upgrading, callers that pass untrusted commits to porcelain.format_patch can use stdout=True and write the patch to a destination they control, rather than letting format_patch choose the filename; validate the chosen path before opening - e.g. compare os.path.realpath(returned_path) against os.path.realpath(outdir) and reject any patch whose resolved path is not inside outdir; and/or pre-screen commits and refuse to format any whose subject's first line contains /, \, .., or other characters that are not safe on the target filesystem.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Source: NVD (National Vulnerability Database)
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: NVD (National Vulnerability Database)
Vulnerability Title
Dulwich 路径遍历漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Dulwich是Jelmer Vernooij个人开发者的一款纯Python实现的Git仓库操作接口。 Dulwich 1.2.5之前版本存在路径遍历漏洞,该漏洞源于从提交主题行派生补丁文件名时未清理路径分隔符和父目录组件,可能导致恶意提交主题将生成的补丁文件导向请求的输出目录之外。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
jelmerdulwich >= 0.24.0, < 1.2.5 -

II. Public POCs for CVE-2026-47712

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-47712

登录查看更多情报信息。

Patches & Fixes for CVE-2026-47712 (1)

Vendor Advisories for CVE-2026-47712 (1)

Vendor Pages for CVE-2026-47712 (1)

Same Patch Batch · jelmer · 2026-06-10 · 5 CVEs total

CVE-2026-423058.8 HIGHDulwich has an arbitrary file write via NTFS-hostile tree entries on Windows
CVE-2026-527267.5 HIGHDulwich's submodule path traversal in porcelain.submodule_update / porcelain.clone(recurse
CVE-2026-477345.7 MEDIUMDulwich has unbounded memory allocation in receive-pack from crafted thin packs
CVE-2026-42563Dulwich Vulnerable to Command Injection via Merge Driver Path

IV. Related Vulnerabilities

V. Comments for CVE-2026-47712

No comments yet


Leave a comment