A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2025-10680

CVE-2025-10680: OpenVPN DNS Command Injection RCE Flaw

CVE-2025-10680 is a remote code execution vulnerability in OpenVPN 2.7 alpha/beta versions on POSIX platforms. Attackers can inject shell commands via DNS variables when --dns-updown is enabled. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2025-10680 Overview

CVE-2025-10680 is a command injection vulnerability in OpenVPN versions 2.7_alpha1 through 2.7_beta1 on POSIX based platforms. A remote authenticated server can inject shell commands through DNS variables when the --dns-updown option is in use. The flaw is classified under CWE-78 (Improper Neutralization of Special Elements used in an OS Command). Successful exploitation gives the attacking server the ability to execute arbitrary shell commands on the connecting client with the privileges of the OpenVPN process.

Critical Impact

A malicious or compromised OpenVPN server can execute arbitrary shell commands on connected POSIX clients running pre-release OpenVPN 2.7 builds with --dns-updown enabled.

Affected Products

  • OpenVPN 2.7_alpha1 on POSIX based platforms
  • OpenVPN 2.7_alpha2 on POSIX based platforms
  • OpenVPN 2.7_beta1 on POSIX based platforms

Discovery Timeline

  • 2025-10-24 - CVE-2025-10680 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-10680

Vulnerability Analysis

The vulnerability resides in the OpenVPN client-side handling of DNS configuration data pushed by the server. When a client connects with --dns-updown enabled, OpenVPN executes a helper script to apply DNS settings provided by the server. The client passes DNS-related values into shell command execution without sufficient sanitization. A remote authenticated server can craft DNS variables containing shell metacharacters that are interpreted by the underlying shell, resulting in arbitrary command execution on the client host. The flaw only affects pre-release builds in the 2.7 development branch on POSIX platforms such as Linux, macOS, and BSD derivatives.

Root Cause

The root cause is improper neutralization of special elements used in an OS command [CWE-78]. Server-supplied DNS values flow into a shell invocation initiated by the --dns-updown handler without escaping or argument-list isolation. Any shell metacharacter present in those variables is parsed by the shell rather than treated as data.

Attack Vector

Exploitation requires that the victim client connects to a malicious or compromised OpenVPN server and that the client is configured with --dns-updown. The attacking server, already authenticated within the OpenVPN session, pushes DNS configuration containing injected shell syntax. When the client invokes the DNS update helper, the injected commands execute under the user account running OpenVPN, which is often privileged on POSIX systems.

No verified exploit code is available in public repositories at the time of writing. See the OpenVPN Security Advisory CVE-2025-10680 for vendor technical details.

Detection Methods for CVE-2025-10680

Indicators of Compromise

  • Unexpected child processes spawned by the OpenVPN client binary or its --dns-updown helper script shortly after VPN session establishment.
  • Shell processes (/bin/sh, /bin/bash) invoked with arguments containing DNS server addresses or domain strings concatenated with shell metacharacters such as ;, |, `, or $().
  • Modifications to /etc/resolv.conf, NetworkManager DNS state, or system DNS configuration coinciding with anomalous process execution.

Detection Strategies

  • Monitor process lineage where openvpn is the parent of unexpected interpreters or system utilities such as curl, wget, nc, or chmod.
  • Inspect OpenVPN client logs for pushed DNS options containing non-standard characters and correlate timestamps with shell activity.
  • Audit client systems for installed OpenVPN versions matching 2.7_alpha1, 2.7_alpha2, or 2.7_beta1 and flag any in production use.

Monitoring Recommendations

  • Enable command-line auditing (Linux auditd, macOS Endpoint Security) for processes spawned by OpenVPN and its update scripts.
  • Alert on connections from OpenVPN clients to servers outside an approved allowlist of VPN concentrators.
  • Capture and retain OpenVPN client logs at verbosity sufficient to record pushed options for forensic review.

How to Mitigate CVE-2025-10680

Immediate Actions Required

  • Upgrade OpenVPN clients off the affected 2.7_alpha1 through 2.7_beta1 development builds to a fixed release as published by the OpenVPN project.
  • Remove --dns-updown from client configurations until upgrading is complete if the affected versions remain deployed.
  • Restrict clients to connect only to trusted, organization-controlled OpenVPN servers and disable arbitrary server selection.

Patch Information

Refer to the OpenVPN Security Advisory CVE-2025-10680 and the OpenVPN Mailing List Announcement for the corrected versions and patch commits. Production deployments should avoid pre-release 2.7_alpha and 2.7_beta builds and use stable OpenVPN releases.

Workarounds

  • Disable --dns-updown and rely on a stable, vetted DNS update mechanism until clients are patched.
  • Pin client configurations to a known set of trusted server certificates and use TLS client authentication to prevent connections to rogue servers.
  • Run the OpenVPN client under a least-privileged account where feasible to limit the impact of injected commands.
bash
# Configuration example: disable the vulnerable DNS handler in client config
# Remove or comment out the following directive until patched:
# dns-updown /path/to/dns-updown-script

# Verify installed OpenVPN version on POSIX clients
openvpn --version | head -n 1

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenvpn

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • OpenVPN Security Advisory CVE-2025-10680

  • OpenVPN Mailing List Announcement
  • Related CVEs
  • CVE-2024-1490: WAGO PLC OpenVPN RCE Vulnerability

  • CVE-2026-30815: TP-Link Archer AX53 RCE Vulnerability

  • CVE-2026-45918: Linux Kernel Race Condition Vulnerability

  • CVE-2026-41070: OpenVPN Auth OAuth2 Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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