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-41691

CVE-2025-41691: CODESYS Control Runtime DoS Vulnerability

CVE-2025-41691 is a denial-of-service flaw in CODESYS Control runtime systems that allows unauthenticated attackers to trigger NULL pointer dereference. This post covers technical details, affected systems, and mitigation.

Published: April 29, 2026

CVE-2025-41691 Overview

CVE-2025-41691 is a NULL pointer dereference vulnerability affecting CODESYS Control runtime systems. An unauthenticated remote attacker can exploit this vulnerability by sending specially crafted communication requests to the affected systems, potentially causing a denial-of-service (DoS) condition. This vulnerability is classified under CWE-476 (NULL Pointer Dereference).

Critical Impact

Unauthenticated remote attackers can crash CODESYS Control runtime systems through network-accessible attacks, disrupting industrial control operations without requiring any user interaction or authentication.

Affected Products

  • CODESYS Control runtime systems (refer to CERT@VDE Advisory VDE-2025-070 for specific affected versions)

Discovery Timeline

  • 2025-08-04 - CVE-2025-41691 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-41691

Vulnerability Analysis

This vulnerability stems from improper handling of incoming communication requests within CODESYS Control runtime systems. When the runtime receives a malformed or specially crafted network request, the code fails to properly validate or check for NULL values before dereferencing a pointer. This results in a NULL pointer dereference condition that causes the runtime to crash.

CODESYS Control is widely deployed in industrial control system (ICS) and operational technology (OT) environments, making this vulnerability particularly concerning for critical infrastructure. The attack can be executed remotely over the network without requiring authentication, and no user interaction is needed for successful exploitation.

Root Cause

The root cause is a NULL pointer dereference (CWE-476) in the communication handling code of CODESYS Control runtime systems. The vulnerability occurs when the software attempts to access memory through a pointer that has not been properly initialized or validated, leading to an application crash when the pointer value is NULL.

Attack Vector

The attack is network-based, allowing remote exploitation. An attacker can send specially crafted communication requests to the CODESYS Control runtime over the network. The malformed requests trigger the NULL pointer dereference condition, causing the runtime system to crash and resulting in a denial-of-service condition.

The vulnerability manifests in the communication request handling routines of the CODESYS Control runtime. For detailed technical information, refer to the CERT@VDE Advisory VDE-2025-070.

Detection Methods for CVE-2025-41691

Indicators of Compromise

  • Unexpected crashes or restarts of CODESYS Control runtime services
  • Anomalous network traffic patterns targeting CODESYS communication ports
  • Error logs indicating NULL pointer dereference or segmentation fault conditions
  • Multiple connection attempts from unknown or suspicious IP addresses

Detection Strategies

  • Implement network intrusion detection systems (IDS) to monitor for malformed CODESYS communication packets
  • Configure logging on CODESYS Control systems to capture connection attempts and application errors
  • Deploy anomaly detection to identify unusual patterns in communication request frequency or structure
  • Monitor system stability and track unexpected runtime crashes or service interruptions

Monitoring Recommendations

  • Enable verbose logging on CODESYS Control runtime systems to capture detailed error information
  • Establish baseline network communication patterns for CODESYS systems and alert on deviations
  • Implement real-time monitoring of CODESYS service availability and health status
  • Correlate logs from network devices and CODESYS systems to identify potential attack attempts

How to Mitigate CVE-2025-41691

Immediate Actions Required

  • Consult the CERT@VDE Advisory VDE-2025-070 for vendor-specific patch information
  • Restrict network access to CODESYS Control systems using firewalls and network segmentation
  • Implement strict access control lists (ACLs) to limit which hosts can communicate with CODESYS runtime systems
  • Monitor CODESYS Control systems for signs of exploitation or unexpected behavior

Patch Information

Refer to the official CERT@VDE Advisory VDE-2025-070 for detailed patch information and remediation guidance from CODESYS. Organizations should contact their CODESYS vendor representative for specific update instructions applicable to their deployed versions.

Workarounds

  • Isolate CODESYS Control systems on dedicated network segments with strict ingress filtering
  • Deploy network-level protections such as firewalls and intrusion prevention systems (IPS) in front of CODESYS systems
  • Implement allowlist-based network access controls to permit only authorized communication sources
  • Consider deploying application-level proxies or gateways that can validate CODESYS communication requests before forwarding
bash
# Example firewall rule to restrict CODESYS access (adjust port and IP ranges as needed)
# Allow only trusted management subnet to access CODESYS runtime
iptables -A INPUT -p tcp --dport 2455 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 2455 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCodesys

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • 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-476
  • Technical References
  • CERTVDE Advisory VDE-2025-070
  • Related CVEs
  • CVE-2026-35225: CODESYS EtherNet/IP Adapter DoS Flaw

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

  • CVE-2025-41739: 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