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-2025-41739

CVE-2025-41739: CODESYS Control Runtime DoS Vulnerability

CVE-2025-41739 is a denial of service flaw in CODESYS Control runtime on Linux and QNX that allows remote attackers to trigger an out-of-bounds read. This post covers technical details, affected systems, and mitigation.

Updated: January 22, 2026

CVE-2025-41739 Overview

CVE-2025-41739 is an Out-of-Bounds Read vulnerability affecting the CODESYS Control runtime system on Linux and QNX platforms. An unauthenticated remote attacker who successfully exploits a race condition can trigger this flaw in the communication servers via crafted socket communication, potentially resulting in a denial of service condition.

This vulnerability is classified as CWE-125 (Out-of-bounds Read) and carries a CVSS v3.1 score of 5.9 (Medium severity). The attack requires network access and exploitation of a race condition, which increases the complexity but does not require authentication or user interaction.

Critical Impact

Successful exploitation allows remote attackers to cause denial of service on industrial control systems running CODESYS Control runtime, potentially disrupting critical operational technology (OT) environments.

Affected Products

  • CODESYS Control runtime system on Linux
  • CODESYS Control runtime system on QNX
  • Communication servers within CODESYS Control runtime

Discovery Timeline

  • 2025-12-01 - CVE-2025-41739 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-41739

Vulnerability Analysis

The vulnerability resides in the communication servers of the CODESYS Control runtime system. When processing socket communications, the runtime fails to properly validate buffer boundaries under certain race conditions, leading to an out-of-bounds read operation.

The CVSS vector CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H indicates:

  • Attack Vector (AV:N): Network-accessible, allowing remote exploitation
  • Attack Complexity (AC:H): High complexity due to race condition requirement
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:N): No user interaction required
  • Scope (S:U): Impact limited to the vulnerable component
  • Confidentiality (C:N): No confidentiality impact
  • Integrity (I:N): No integrity impact
  • Availability (A:H): High availability impact (denial of service)

The EPSS (Exploit Prediction Scoring System) probability is 0.107% with a percentile of 29.59, suggesting relatively low likelihood of exploitation in the wild at this time.

Root Cause

The root cause is improper bounds checking in the communication server's socket handling routines. When processing incoming network data, a race condition exists that can cause the runtime to read memory beyond allocated buffer boundaries. This is a classic CWE-125 vulnerability where memory access operations do not properly validate array indices or pointer arithmetic against buffer limits.

Attack Vector

The attack requires an unauthenticated remote attacker to:

  1. Establish a network connection to the CODESYS Control runtime communication server
  2. Send specially crafted socket communications designed to trigger the race condition
  3. Successfully win the race condition to cause the out-of-bounds read
  4. The resulting memory access violation causes the service to crash or become unresponsive

The vulnerability is exploited through crafted socket communications targeting the communication servers. The attacker must successfully trigger a race condition in the socket processing logic to cause the out-of-bounds memory read. Due to the timing-dependent nature of race conditions, exploitation may require multiple attempts. See the security advisory at https://certvde.com/de/advisories/VDE-2025-099 for additional technical details.

Detection Methods for CVE-2025-41739

Indicators of Compromise

  • Unexpected crashes or restarts of CODESYS Control runtime services
  • Abnormal network traffic patterns to CODESYS communication server ports
  • High volume of malformed socket connection attempts from single sources
  • Memory access violations in system logs related to CODESYS processes
  • Service availability issues correlating with network activity spikes

Detection Strategies

Network-based detection should focus on monitoring traffic to CODESYS Control runtime communication ports for anomalous patterns. Implement intrusion detection rules to identify:

  • Rapid connection attempts that may indicate race condition exploitation attempts
  • Malformed or unusual socket communication payloads
  • Connection patterns inconsistent with normal SCADA/ICS traffic profiles

Host-based detection should monitor CODESYS runtime processes for:

  • Segmentation faults or access violations
  • Unexpected process terminations
  • Memory corruption indicators in application logs

SentinelOne Singularity platform can detect anomalous process behavior associated with out-of-bounds read exploitation attempts, providing real-time visibility into runtime integrity and crash events.

Monitoring Recommendations

Organizations should implement continuous monitoring of CODESYS Control runtime systems with focus on:

  1. Process Monitoring: Track CODESYS runtime process health and restart frequency
  2. Network Monitoring: Log and analyze all connections to CODESYS communication servers
  3. System Logs: Centralize and monitor system logs for memory access violations
  4. Performance Baselines: Establish normal operation baselines to identify anomalies
  5. Availability Monitoring: Implement alerting for service availability degradation

How to Mitigate CVE-2025-41739

Immediate Actions Required

  • Review the CERT@VDE advisory VDE-2025-099 for vendor-specific guidance
  • Implement network segmentation to isolate CODESYS Control runtime systems
  • Restrict network access to communication server ports using firewalls
  • Enable logging and monitoring on affected systems
  • Prepare incident response procedures for potential denial of service events

Patch Information

Organizations should consult the official CERT@VDE advisory at https://certvde.com/de/advisories/VDE-2025-099 for patch availability and installation guidance from CODESYS. Apply vendor-provided security updates as soon as they become available, following proper change management procedures for OT environments.

Workarounds

If immediate patching is not possible, implement the following compensating controls:

Network segmentation is the primary defensive measure for industrial control systems. Ensure CODESYS Control runtime systems are isolated within dedicated network segments with strict access controls.

bash
# Example firewall rule to restrict access to CODESYS ports (adjust port numbers per deployment)
# Limit access to known management IPs only
iptables -A INPUT -p tcp --dport <CODESYS_PORT> -s <TRUSTED_MGMT_NETWORK> -j ACCEPT
iptables -A INPUT -p tcp --dport <CODESYS_PORT> -j DROP

Additional workarounds include:

  • Deploy application-layer firewalls or ICS-aware security appliances
  • Implement VPN requirements for remote access to OT networks
  • Disable unnecessary communication server features if operationally feasible
  • Increase monitoring and alerting thresholds for availability events

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCodesys

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Certvde
  • Related CVEs
  • CVE-2026-35225: CODESYS EtherNet/IP Adapter DoS Flaw

  • CVE-2025-41691: CODESYS Control Runtime DoS Vulnerability

  • CVE-2026-3509: CODESYS Control Runtime DoS Vulnerability

  • CVE-2025-41738: CODESYS Control Runtime DoS 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