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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-42284— GitPython: Unsafe option check validates multi_options before shlex.split transforms it

CVSS 8.1 · High EPSS 0.04% · P14
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-42284

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
GitPython: Unsafe option check validates multi_options before shlex.split transforms it
Source: NVD (National Vulnerability Database)
Vulnerability Description
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.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Source: NVD (National Vulnerability Database)
Vulnerability Type
参数注入或修改
Source: NVD (National Vulnerability Database)
Vulnerability Title
GitPython 参数注入漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
GitPython是gitpython-developers开源的一个用于与 Git 存储库交互的 Python 库。 GitPython 3.1.47之前版本存在参数注入漏洞,该漏洞源于_clone()验证multi_options后执行shlex.split,可能导致字符串如--branch main --config core.hooksPath=/x绕过验证,导致Git在克隆期间应用配置并执行攻击者钩子。
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
gitpython-developersGitPython < 3.1.47 -

II. Public POCs for CVE-2026-42284

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium
Qwen3.6-35B-A3B · 7982 chars
Paid plan includes:
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-42284

登录查看更多情报信息。

Same Patch Batch · gitpython-developers · 2026-05-07 · 4 CVEs total

CVE-2026-422158.8 HIGHGitPython: Command injection via Git options bypass
CVE-2026-442447.8 HIGHGitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath
CVE-2026-44243GitPython: Path traversal in GitPython reference APIs allows arbitrary file write and dele

IV. Related Vulnerabilities

V. Comments for CVE-2026-42284

No comments yet


Leave a comment