---
id: CVE-2023-49569
aliases:
  - GHSA-449p-3h89-pw88
  - GO-2024-2456
title: >-
  Maliciously crafted Git server replies can lead to path traversal and RCE on
  go-git clients
summary: >-
  Maliciously crafted Git server replies can lead to path traversal and RCE on
  go-git clients
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: go-git
product: github.com/go-git/go-git/v5
ecosystem: go
affected:
  - 'github.com/go-git/go-git/v5 >= 5.0.0, < 5.11.0'
  - 'gopkg.in/src-d/go-git.v4 >= 4.0.0, <= 4.13.1'
patched:
  - github.com/go-git/go-git/v5 5.11.0
published: '2024-01-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:04.744502851Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-449p-3h89-pw88'
references:
  - url: 'https://github.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-49569'
  - url: 'https://github.com/go-git/go-git'
tags:
  - osv
  - go
epss: 0.0151
epssPercentile: 0.73324
ingestedAt: '2026-07-09T18:56:35.866Z'
---

## Overview

### Impact
A path traversal vulnerability was discovered in go-git versions prior to `v5.11`. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved.

Applications are only affected if they are using the [ChrootOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#ChrootOS), which is the default when using "Plain" versions of Open and Clone funcs (e.g. PlainClone). Applications using [BoundOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#BoundOS) or in-memory filesystems are not affected by this issue.
This is a `go-git` implementation issue and does not affect the upstream `git` cli.

### Patches
Users running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.11` in order to mitigate this vulnerability.

### Workarounds
In cases where a bump to the latest version of `go-git` is not possible in a timely manner, we recommend limiting its use to only trust-worthy Git servers.

## Credit
Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.

## Affected packages

- `github.com/go-git/go-git/v5 >= 5.0.0, < 5.11.0`
- `gopkg.in/src-d/go-git.v4 >= 4.0.0, <= 4.13.1`

## Remediation

Upgrade to a patched release:

- `github.com/go-git/go-git/v5 5.11.0`
