SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-67326

HIGH · CVSS 7 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

GitPython versions prior to 3.1.50 are vulnerable due to inadequate validation of newline characters in the section parameter of the config_writer() function, enabling attackers to inject arbitrary section headers into the .git/config file. This flaw can lead to the creation of a malicious [core] section that points to attacker-controlled directories, potentially resulting in remote code execution when git hooks are activated. Organizations using GitPython should prioritize patching this vulnerability to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67326
Severity
HIGH
CVSS
7
EPSS
0.19%

Original NVD Description

GitPython before 3.1.50 fails to validate newline characters in the section parameter of config_writer(), allowing attackers to inject arbitrary section headers into .git/config. Attackers can inject newlines to create a forged [core] section with hooksPath pointing to attacker-controlled directories, achieving remote code execution when git hooks are triggered.