---
id: CVE-2025-1767
aliases:
  - GHSA-3wgm-2gw2-vh5m
  - GO-2025-3521
title: Kubernetes GitRepo Volume Inadvertent Local Repository Access
summary: Kubernetes GitRepo Volume Inadvertent Local Repository Access
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N'
vendor: kubernetes
product: k8s.io/kubernetes
ecosystem: go
affected:
  - k8s.io/kubernetes <= 1.32.3
published: '2025-03-13'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:56.736211169Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-3wgm-2gw2-vh5m'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-1767'
  - url: 'https://github.com/kubernetes/kubernetes/pull/130786'
  - url: 'https://github.com/kubernetes/kubernetes'
  - url: 'https://groups.google.com/g/kubernetes-security-announce/c/19irihsKg7s'
  - url: 'http://www.openwall.com/lists/oss-security/2025/03/13/9'
tags:
  - osv
  - go
epss: 0.00553
epssPercentile: 0.45051
ingestedAt: '2026-09-12T03:13:01.750Z'
---

## Overview

A security vulnerability was discovered in Kubernetes that could allow a user with create pod permission to exploit gitRepo volumes to access local git repositories belonging to other pods on the same node. This CVE only affects Kubernetes clusters that utilize the in-tree gitRepo volume to clone git repositories from other pods within the same node. Since the in-tree gitRepo volume feature has been deprecated and will not receive security updates upstream, any cluster still using this feature remains vulnerable.

## Affected packages

- `k8s.io/kubernetes <= 1.32.3`

## Remediation

Refer to the advisory for the patched release.
