CVE-2026-78678

Description

A flaw was found in GitPython. An incomplete denylist in the unsafe_git_revision_options guard omits --contents and -S options. This allows an attacker to read arbitrary files by passing these options to the Repo.blame() function. This can lead to information disclosure, as attackers can supply revision values like --contents=/etc/passwd to leak file contents.

Statement

A flaw was found in GitPython. An incomplete denylist in the unsafe_git_revision_options guard omits --contents and -S options, allowing attackers who control the revision parameter passed to Repo.blame() or Repo.blame_incremental() to read arbitrary files on the system. The attacker can supply revision values like --contents=/etc/passwd to leak file contents through the blame result returned to the caller. This vulnerability requires that the application using GitPython forwards user-influenced input to the blame function's revision parameter.

Mitigation

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

Common Vulnerability Scoring System (CVSS) Score Details

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

The following CVSS metrics and score provided are preliminary and subject to review.

CVSS v3 Score Breakdown

Red HatNVDcve.org
Base Score6.5N/A6.5
Attack VectorNetworkN/ANetwork
Attack ComplexityLowN/ALow
Privileges RequiredLowN/ALow
User InteractionNoneN/ANone
ScopeUnchangedN/AUnchanged
ConfidentialityHighN/AHigh
Integrity ImpactNoneN/ANone
Availability ImpactNoneN/ANone

Vector

Red Hat: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

cve.org: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Understanding the Weakness (CWE)

Confidentiality,Integrity,Availability,Other

Technical Impact: Execute Unauthorized Code or Commands; Alter Execution Logic; Read Application Data; Modify Application Data

An attacker could include arguments that allow unintended commands or code to be executed, allow sensitive data to be read or modified or could cause other unintended behavior.

Frequently Asked Questions

Want to get errata notifications? Sign up here.