Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions gems/vagrant/CVE-2025-34075.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
gem: vagrant
cve: 2025-34075
ghsa: hqp6-mjw3-f586
url: https://github.com/advisories/GHSA-hqp6-mjw3-f586
title: HashiCorp Vagrant has code injection vulnerability
through default synced folders
date: 2025-07-02
description: |
An authenticated virtual machine escape vulnerability exists in
HashiCorp Vagrant versions 2.4.6 and below when using the default
synced folder configuration. By design, Vagrant automatically mounts
the host system’s project directory into the guest VM under /vagrant
(or C:\vagrant on Windows). This includes the Vagrantfile configuration
file, which is a Ruby script evaluated by the host every time a vagrant
command is executed in the project directory. If a low-privileged
attacker obtains shell access to the guest VM, they can append
arbitrary Ruby code to the mounted Vagrantfile. When a user on the
host later runs any vagrant command, the injected code is executed
on the host with that user’s privileges.

While this shared-folder behavior is well-documented by Vagrant, the
security implications of Vagrantfile execution from guest-writable
storage are not explicitly addressed. This effectively enables
guest-to-host code execution in multi-tenant or adversarial VM scenarios.
cvss_v4: 5.4
unaffected_versions:
- "< 2.2.10"
patched_versions:
- ">= 2.4.7"
related:
url:
- https://nvd.nist.gov/vuln/detail/CVE-2025-34075
- https://developer.hashicorp.com/vagrant
- https://developer.hashicorp.com/vagrant/docs/synced-folders/basic_usage
- https://developer.hashicorp.com/vagrant/docs/vagrantfile
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/multi/local/vagrant_synced_folder_vagrantfile_breakout.rb
- https://vulncheck.com/advisories/hashicorp-vagrant-synced-folder-vagrantfile-breakout
- https://github.com/hashicorp/vagrant/issues/13688
- https://github.com/hashicorp/vagrant/commit/abe87b2fdc124ef426c016d44d2f6f4792f0cbe3
- https://github.com/advisories/GHSA-hqp6-mjw3-f586