---
id: CVE-2022-25856
aliases:
  - GHSA-qpgx-64h2-gc3c
  - GO-2022-0492
  - SNYK-GOLANG-GITHUBCOMARGOPROJARGOEVENTSSENSORSARTIFACTS-2864522
title: Insecure path traversal in Git Trigger Source can lead to arbitrary file read
summary: Insecure path traversal in Git Trigger Source can lead to arbitrary file read
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
vendor: argoproj
product: github.com/argoproj/argo-events
ecosystem: go
affected:
  - github.com/argoproj/argo-events < 1.7.1
patched:
  - github.com/argoproj/argo-events 1.7.1
published: '2022-06-17'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qpgx-64h2-gc3c'
references:
  - url: >-
      https://github.com/argoproj/argo-events/security/advisories/GHSA-qpgx-64h2-gc3c
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2022-25856'
  - url: 'https://github.com/argoproj/argo-events/issues/1947'
  - url: 'https://github.com/argoproj/argo-events/pull/1965'
  - url: >-
      https://github.com/argoproj/argo-events/commit/d0f66dbce78bc31923ca057b20fc722aa24ca961
  - url: 'https://github.com/argoproj/argo-events'
  - url: 'https://pkg.go.dev/vuln/GO-2022-0492'
  - url: >-
      https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMARGOPROJARGOEVENTSSENSORSARTIFACTS-2864522
tags:
  - osv
  - go
epss: 0.01909
epssPercentile: 0.78897
ingestedAt: '2026-07-09T18:56:36.700Z'
---

## Overview

### Impact
A path traversal issue was found in the `(g *GitArtifactReader).Read() API. Read()` calls into `(g *GitArtifactReader).readFromRepository()` that opens and reads the file that contains the trigger resource definition:

```go
func (g *GitArtifactReader) readFromRepository(r *git.Repository, dir string)
```

No checks are made on this file at read time, which could lead an attacker to read files anywhere on the system. This could be achieved by either using symbolic links, or putting `../` in the path.

### Patches
A patch for this vulnerability has been released in the following Argo Events version:

v1.7.1

### Credits
Disclosed by [Ada Logics](https://adalogics.com/) in a security audit sponsored by CNCF and facilitated by OSTIF.

### For more information
Open an issue in the [Argo Events issue tracker](https://github.com/argoproj/argo-events/issues) or [discussions](https://github.com/argoproj/argo-events/discussions)
Join us on [Slack](https://argoproj.github.io/community/join-slack) in channel #argo-events


## Affected packages

- `github.com/argoproj/argo-events < 1.7.1`

## Remediation

Upgrade to a patched release:

- `github.com/argoproj/argo-events 1.7.1`
