Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-3825

CVE-2023-3825: Kepware KEPServerEX DoS Vulnerability

CVE-2023-3825 is a denial of service vulnerability in PTC Kepware KEPServerEX that allows attackers to crash the server through recursively defined OPC UA objects. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-3825 Overview

CVE-2023-3825 is a high-severity denial of service vulnerability affecting PTC's KEPServerEX, an industrial automation server widely used in operational technology (OT) and industrial control system (ICS) environments. The vulnerability exists in the OPC UA protocol implementation where the server fails to properly validate recursively defined objects, leading to uncontrolled resource consumption and potential stack overflow conditions.

KEPServerEX uses OPC UA (Open Platform Communications Unified Architecture), a machine-to-machine communication protocol that defines various object types capable of being nested to create complex arrays. The affected versions do not implement adequate checks to detect recursively defined objects. An attacker can exploit this by sending a maliciously crafted message containing recursive object definitions, causing the decoder to attempt processing until the stack overflows, ultimately crashing the device.

Critical Impact

Successful exploitation of this vulnerability can cause a complete denial of service condition in KEPServerEX servers, potentially disrupting critical industrial automation processes and SCADA systems.

Affected Products

  • PTC KEPServerEX versions 6.0 to 6.14.263
  • Kepware KEPServerEX (all deployments within the affected version range)
  • Systems utilizing OPC UA connectivity through KEPServerEX

Discovery Timeline

  • 2023-07-31 - CVE-2023-3825 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-3825

Vulnerability Analysis

This vulnerability falls under CWE-400 (Uncontrolled Resource Consumption) and CWE-787 (Out-of-Bounds Write). The root issue lies in the OPC UA message decoder's failure to implement depth-limiting checks when processing nested object structures.

OPC UA protocol specifications allow for complex data structures where objects can reference other objects, potentially creating deeply nested or circular reference patterns. In legitimate use cases, these structures have reasonable depth limits. However, the vulnerable KEPServerEX implementations accept and attempt to process arbitrarily deep or recursively defined structures without validation.

The vulnerability is exploitable remotely over the network without authentication, making it particularly concerning for internet-exposed or poorly segmented industrial environments. An attacker can craft and send malicious OPC UA messages to trigger the condition, requiring no user interaction.

Root Cause

The vulnerability stems from insufficient input validation in the OPC UA message decoder component of KEPServerEX. Specifically, the decoder lacks:

  1. Recursion depth limits - No maximum depth check is enforced when processing nested object definitions
  2. Circular reference detection - The decoder does not detect when an object definition references itself directly or indirectly
  3. Resource consumption bounds - No safeguards exist to limit memory or CPU usage during complex object parsing

When a recursively defined object is received, the decoder enters an unbounded recursive processing loop, consuming stack memory with each iteration until the stack space is exhausted, resulting in a crash.

Attack Vector

The attack can be executed by any network-accessible attacker who can reach the OPC UA service port on an affected KEPServerEX server. The attack flow involves:

  1. Establishing a connection to the KEPServerEX OPC UA endpoint (typically TCP port 4840 or 49320)
  2. Crafting an OPC UA message containing a recursively defined object structure
  3. Sending the malicious message to the server
  4. The server's decoder attempts to parse the recursive structure
  5. Stack memory is consumed with each recursion level until overflow occurs
  6. The KEPServerEX service crashes, disrupting all connected clients and industrial processes

This is a network-based attack requiring no privileges or user interaction, making it accessible to remote attackers with network connectivity to the target system.

Detection Methods for CVE-2023-3825

Indicators of Compromise

  • Unexpected crashes or restarts of the KEPServerEX service
  • Memory usage spikes preceding service failures
  • Unusual OPC UA traffic patterns with abnormally large or complex message structures
  • Stack overflow exceptions logged in Windows Event Viewer or application logs

Detection Strategies

  • Monitor OPC UA network traffic for messages with unusually deep nesting levels or recursive object definitions
  • Implement network intrusion detection rules to flag OPC UA messages exceeding normal complexity thresholds
  • Deploy application-level monitoring on KEPServerEX hosts to detect abnormal memory consumption patterns
  • Configure alerting on KEPServerEX service crashes or unexpected restarts

Monitoring Recommendations

  • Enable verbose logging on KEPServerEX servers to capture detailed message parsing information
  • Implement network segmentation and monitor traffic crossing ICS/OT network boundaries
  • Deploy endpoint detection and response (EDR) solutions on systems hosting KEPServerEX to detect exploitation attempts
  • Establish baseline OPC UA traffic patterns to identify anomalous activity

How to Mitigate CVE-2023-3825

Immediate Actions Required

  • Identify all KEPServerEX installations within your environment and determine their version numbers
  • Prioritize patching systems running versions 6.0 through 6.14.263
  • Implement network segmentation to limit exposure of KEPServerEX servers to untrusted networks
  • Review and restrict network access to OPC UA service ports using firewall rules

Patch Information

PTC has addressed this vulnerability in KEPServerEX versions later than 6.14.263. Organizations should upgrade to the latest available version of KEPServerEX to remediate this vulnerability. Refer to the CISA ICS Advisory ICSA-23-208-02 for official vendor guidance and patch information.

SentinelOne Singularity provides comprehensive protection for industrial and OT environments, offering real-time detection of exploitation attempts and behavioral analysis to identify anomalous process activity associated with denial of service attacks.

Workarounds

  • Restrict network access to KEPServerEX OPC UA ports using host-based and network firewalls
  • Implement network segmentation to isolate ICS/SCADA systems from general corporate networks
  • Deploy a reverse proxy or application gateway with OPC UA inspection capabilities to filter malicious messages
  • Consider disabling OPC UA connectivity if not required for operational purposes until patching is complete
bash
# Example Windows Firewall rule to restrict OPC UA access
netsh advfirewall firewall add rule name="Restrict OPC UA Access" dir=in action=block protocol=tcp localport=4840,49320 remoteip=any
netsh advfirewall firewall add rule name="Allow OPC UA Trusted" dir=in action=allow protocol=tcp localport=4840,49320 remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKepware Kepserverex

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • 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-400

  • CWE-787
  • Technical References
  • CISA ICS Advisory ICSA-23-208-02
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | 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