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-2023-46849

CVE-2023-46849: OpenVPN Denial of Service Vulnerability

CVE-2023-46849 is a denial of service flaw in OpenVPN that triggers a divide by zero error causing application crashes. This article covers the technical details, affected versions 2.6.0 to 2.6.6, and mitigation.

Published: January 28, 2026

CVE-2023-46849 Overview

CVE-2023-46849 is a denial of service vulnerability affecting OpenVPN versions 2.6.0 through 2.6.6. The vulnerability exists in the handling of the --fragment option in certain configuration setups, where an attacker can trigger a divide by zero condition. This arithmetic error causes the OpenVPN application to crash, resulting in a denial of service condition that disrupts VPN connectivity for affected users and organizations.

Critical Impact

Attackers can remotely crash OpenVPN servers or clients configured with the --fragment option, causing complete disruption of VPN services without requiring authentication.

Affected Products

  • OpenVPN Community Edition versions 2.6.0 to 2.6.6
  • OpenVPN Access Server versions 2.12.0 and 2.12.1
  • Debian Linux 12.0
  • Fedora 39

Discovery Timeline

  • 2023-11-11 - CVE-2023-46849 published to NVD
  • 2025-06-11 - Last updated in NVD database

Technical Details for CVE-2023-46849

Vulnerability Analysis

This vulnerability is classified as CWE-369 (Divide By Zero), a classic arithmetic error that occurs when a program attempts to divide a value by zero. In the context of OpenVPN, this flaw manifests when the --fragment configuration option is used under specific conditions. The --fragment option is designed to handle packet fragmentation for tunneled traffic, breaking large packets into smaller fragments to traverse networks with restrictive MTU settings.

When certain configuration parameters are combined with the --fragment option, the code path responsible for calculating fragment sizes encounters a scenario where the divisor becomes zero. This triggers an unhandled exception at the CPU level, causing the OpenVPN process to terminate immediately. The vulnerability is remotely exploitable over the network without requiring any user interaction or authentication, making it particularly concerning for internet-facing VPN deployments.

Root Cause

The root cause of this vulnerability lies in insufficient validation of configuration parameters and runtime values used in fragment size calculations within the OpenVPN codebase. When the --fragment option is enabled, the application performs arithmetic operations to determine how to split packets. Under specific configuration conditions, a value used as a divisor is not properly validated to ensure it is non-zero before the division operation occurs. This oversight allows the divide by zero condition to be triggered.

Attack Vector

The attack vector for CVE-2023-46849 is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by sending specially crafted network traffic to an OpenVPN server or client that has the --fragment option enabled. The vulnerability can be triggered during normal protocol operations, causing the VPN service to crash.

The attack scenario involves:

  1. Identifying an OpenVPN deployment using the vulnerable --fragment configuration
  2. Sending network packets that trigger the vulnerable code path
  3. Causing the divide by zero condition and subsequent application crash
  4. Repeating the attack to maintain denial of service

Detection Methods for CVE-2023-46849

Indicators of Compromise

  • Unexpected OpenVPN service crashes or restarts in system logs
  • Core dump files generated by the OpenVPN process indicating arithmetic exceptions
  • Repeated VPN connection failures coinciding with external network traffic
  • Log entries showing abnormal packet fragmentation behavior

Detection Strategies

  • Monitor OpenVPN process stability and implement alerting for unexpected service terminations
  • Review system logs for SIGFPE (floating point exception) signals associated with OpenVPN processes
  • Implement network intrusion detection rules to identify malformed or suspicious VPN traffic patterns
  • Deploy application crash monitoring to detect repeated OpenVPN failures

Monitoring Recommendations

  • Configure process monitoring tools to track OpenVPN daemon uptime and restart frequency
  • Enable verbose logging for the --fragment option to capture detailed fragmentation events
  • Implement centralized log aggregation to correlate crash events across multiple VPN endpoints
  • Set up automated alerts for service availability degradation

How to Mitigate CVE-2023-46849

Immediate Actions Required

  • Upgrade OpenVPN Community Edition to version 2.6.7 or later
  • Upgrade OpenVPN Access Server to version 2.12.2 or later
  • Review VPN configurations and identify deployments using the --fragment option
  • Apply vendor-provided security patches from Debian and Fedora repositories

Patch Information

OpenVPN has released security patches addressing this vulnerability. Organizations should apply updates from official sources immediately:

  • OpenVPN Community Edition: Upgrade to version 2.6.7 or later via the OpenVPN Security Advisory
  • OpenVPN Access Server: Update to version 2.12.2 or later
  • Debian Linux: Apply patches from Debian Security Advisory DSA-5555
  • Fedora: Update packages via the Fedora Package Announcements

For additional technical details, refer to the OpenVPN CVE-2023-46849 Overview.

Workarounds

  • Temporarily disable the --fragment option in OpenVPN configurations if not strictly required
  • Implement network-level access controls to restrict VPN service exposure to trusted networks
  • Deploy redundant VPN servers with automatic failover to maintain availability during attacks
  • Consider using alternative MTU handling methods such as --mssfix instead of --fragment
bash
# Configuration example - Disable fragment option as temporary mitigation
# In your OpenVPN server configuration file (e.g., /etc/openvpn/server.conf)
# Comment out or remove the fragment directive:
# fragment 1300

# Alternative: Use mssfix instead of fragment for MTU handling
mssfix 1300

# Restart OpenVPN service after configuration changes
systemctl restart openvpn@server

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenvpn

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-369
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian Security Advisory DSA-5555
  • Vendor Resources
  • OpenVPN CVE-2023-46849 Overview

  • OpenVPN Security Advisory
  • Related CVEs
  • CVE-2025-15497: OpenVPN Denial of Service Vulnerability

  • CVE-2025-13086: OpenVPN Denial of Service Vulnerability

  • CVE-2025-2704: OpenVPN DoS Vulnerability

  • CVE-2020-11810: OpenVPN Denial of Service Vulnerability
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