---
id: GHSA-9557-234j-7rv9
title: >-
  Duplicate Advisory: Dormant multi-line git-config values are corrupted into
  live injected directives (e.g. core.hooksPath) on any unrelated
  GitConfigParser write, enabling RCE
summary: >-
  Duplicate Advisory: Dormant multi-line git-config values are corrupted into
  live injected directives (e.g. core.hooksPath) on any unrelated
  GitConfigParser write, enabling RCE
severity: critical
cvss: 9.8
cwe:
  - CWE-88
vendor: GitPython
product: GitPython
ecosystem: pip
affected:
  - GitPython <= 3.1.58
published: '2026-08-25'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T18:39:18Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-9557-234j-7rv9'
references:
  - url: >-
      https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-284h-m62q-gf8w
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-78676'
  - url: >-
      https://www.vulncheck.com/advisories/gitpython-before-remote-code-execution-via-config-injection
  - url: 'https://github.com/advisories/GHSA-9557-234j-7rv9'
tags:
  - ghsa
  - pip
ingestedAt: '2026-09-08T19:08:49.634Z'
---

## Overview

## Duplicate Advisory

This advisory has been withdrawn because it is a duplicate of GHSA-284h-m62q-gf8w. This link is maintained to preserve external references.

## Original Description
GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated GitPython config write, enabling arbitrary code execution via hook invocation.

## Affected packages

- `GitPython <= 3.1.58`

## Remediation

Refer to the advisory for the patched release.
