The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-25499

CVE-2026-25499: Proxmox Provider Path Traversal Flaw

CVE-2026-25499 is a path traversal vulnerability in Terraform/OpenTofu Provider for Proxmox that allows attackers to escape directories and edit system files. This article covers technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25499 Overview

A path traversal vulnerability has been identified in the Terraform/OpenTofu Provider for Proxmox Virtual Environment. Prior to version 0.93.1, the SSH configuration documentation recommends an insecure sudoer line configuration that enables attackers to escape the intended directory using ../ sequences. This flaw allows unauthorized modification of arbitrary files on the system, potentially leading to complete system compromise.

Critical Impact

This path traversal vulnerability allows attackers to escape restricted directories and edit any files on the system, potentially enabling privilege escalation, configuration tampering, or deployment of malicious code in infrastructure-as-code environments.

Affected Products

  • Terraform Provider for Proxmox Virtual Environment versions prior to 0.93.1
  • OpenTofu Provider for Proxmox Virtual Environment versions prior to 0.93.1

Discovery Timeline

  • 2026-02-04 - CVE-2026-25499 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25499

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a common security weakness where user-controllable input is used to construct file paths without proper validation. In this case, the insecure sudoer configuration recommended in the SSH documentation fails to restrict directory traversal sequences, allowing attackers to navigate outside the intended working directory.

The vulnerability has a network-based attack vector, meaning it can be exploited remotely without requiring any authentication or user interaction. The primary impact is on system integrity, as attackers can modify arbitrary files on the target system. This is particularly dangerous in infrastructure-as-code environments where Terraform/OpenTofu providers manage critical infrastructure components.

Root Cause

The root cause stems from an insecure sudoer line configuration suggested in the provider's SSH documentation. The recommended configuration did not properly sanitize or restrict file path inputs, allowing relative path sequences like ../ to traverse outside the intended directory boundaries. This documentation-level security oversight propagated to any deployments following the official configuration guidance.

Attack Vector

The attack exploits the path traversal weakness by injecting directory traversal sequences (../) into file path parameters. When the sudoer configuration processes these paths without proper validation, the attacker can navigate to arbitrary locations in the filesystem. This enables reading or writing to sensitive system files, configuration files, or deploying malicious scripts that execute with elevated privileges.

An attacker with network access to a vulnerable Proxmox environment configured following the insecure documentation could craft requests containing traversal sequences to access files outside the intended scope. For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-25499

Indicators of Compromise

  • Unusual file access patterns in system logs showing ../ sequences in file paths
  • Unexpected modifications to system configuration files outside the Proxmox provider's working directory
  • SSH session logs indicating traversal attempts against the sudoer configuration
  • Changes to critical files like /etc/passwd, /etc/sudoers, or SSH authorized_keys files

Detection Strategies

  • Monitor file system access logs for path traversal patterns such as ../, ..%2f, or encoded variants
  • Implement file integrity monitoring (FIM) on critical system files to detect unauthorized modifications
  • Review Terraform/OpenTofu execution logs for suspicious file path parameters
  • Deploy runtime application self-protection (RASP) to detect and block traversal attempts in real-time

Monitoring Recommendations

  • Enable comprehensive audit logging on systems running the Proxmox provider
  • Configure SIEM rules to alert on path traversal patterns in SSH and sudo logs
  • Implement baseline monitoring for Terraform state files and configuration changes
  • Monitor process execution for unexpected file operations in infrastructure automation contexts

How to Mitigate CVE-2026-25499

Immediate Actions Required

  • Upgrade the Terraform/OpenTofu Provider for Proxmox to version 0.93.1 or later immediately
  • Review and update any sudoer configurations that were implemented using the previous insecure documentation
  • Audit systems for evidence of exploitation or unauthorized file modifications
  • Restrict network access to Proxmox management interfaces where possible

Patch Information

The vulnerability has been addressed in version 0.93.1 of the terraform-provider-proxmox. The fix is available in the GitHub commit bd604c41a31e2a55dd6acc01b0608be3ea49c023. Organizations should update their provider version constraints and run terraform init -upgrade or the equivalent OpenTofu command to pull the patched version.

Workarounds

  • Manually update the sudoer configuration to include proper path validation and restrictions
  • Implement file system access controls to limit the provider's write access to specific directories
  • Use containerization or sandboxing to isolate Terraform/OpenTofu execution environments
  • Apply network segmentation to restrict access to infrastructure automation systems
bash
# Update Terraform provider to patched version
terraform init -upgrade

# Verify the installed provider version
terraform version

# Review current sudoers configuration for insecure entries
sudo visudo -c

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTerraform

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27900: Terraform Linode Info Disclosure Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English