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-2026-35225

CVE-2026-35225: CODESYS EtherNet/IP Adapter DoS Flaw

CVE-2026-35225 is a DoS vulnerability in CODESYS EtherNet/IP adapter that lets unauthenticated attackers exhaust TCP connections, blocking legitimate access. This article covers technical details, affected versions, and mitigations.

Published: April 23, 2026

CVE-2026-35225 Overview

CVE-2026-35225 is a resource exhaustion vulnerability in the CODESYS EtherNet/IP adapter stack that allows an unauthenticated remote attacker to exhaust all available TCP connections. This denial of service condition prevents legitimate clients from establishing new connections to affected industrial control systems, potentially disrupting critical operational technology (OT) environments.

Critical Impact

Unauthenticated attackers can remotely exhaust TCP connections in industrial control systems, causing denial of service to legitimate operations without any user interaction required.

Affected Products

  • CODESYS EtherNet/IP adapter stack (specific versions detailed in vendor advisory)

Discovery Timeline

  • April 23, 2026 - CVE-2026-35225 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35225

Vulnerability Analysis

This vulnerability is classified under CWE-754 (Improper Check for Unusual or Exceptional Conditions). The CODESYS EtherNet/IP adapter stack fails to properly handle or limit TCP connection requests, allowing an attacker to consume all available connection slots. Once exhausted, the system cannot accept new legitimate connections, effectively denying service to authorized clients.

The network-based attack vector requires no privileges or user interaction, making it particularly dangerous in industrial environments where availability is paramount. The vulnerability specifically impacts availability without affecting confidentiality or integrity of the system.

Root Cause

The root cause stems from improper handling of exceptional network conditions within the EtherNet/IP adapter stack. The implementation lacks adequate connection rate limiting and fails to properly validate or restrict the number of concurrent TCP connections from individual sources. This allows attackers to rapidly consume connection resources without proper checks for unusual connection patterns or resource exhaustion conditions.

Attack Vector

The attack can be executed remotely over the network by an unauthenticated attacker. The attacker initiates numerous TCP connection requests to the EtherNet/IP adapter, exhausting the finite pool of available connections. The low complexity of this attack, combined with the absence of authentication requirements, makes it particularly accessible to threat actors targeting industrial control systems.

An attacker would establish multiple TCP connections to the target system's EtherNet/IP service port, holding these connections open to prevent new legitimate connections from being established. The attack does not require specialized tools beyond basic network capabilities and can be sustained with minimal resources on the attacker's end while causing significant operational disruption to the target.

Detection Methods for CVE-2026-35225

Indicators of Compromise

  • Unusual spike in TCP connection attempts to EtherNet/IP service ports from single or multiple source IP addresses
  • Connection table exhaustion warnings or errors in system logs
  • Legitimate clients reporting inability to connect to CODESYS-based controllers
  • Abnormally high number of half-open or established connections from unexpected sources

Detection Strategies

  • Monitor TCP connection states and counts on industrial control system network interfaces
  • Implement network flow analysis to detect connection flooding patterns targeting EtherNet/IP ports
  • Configure alerting thresholds for connection table utilization on affected devices
  • Deploy network intrusion detection signatures for TCP connection exhaustion attempts

Monitoring Recommendations

  • Establish baseline connection patterns for normal EtherNet/IP operations and alert on deviations
  • Implement continuous monitoring of device availability and connection responsiveness
  • Log and analyze all connection attempts to industrial control system endpoints
  • Correlate network traffic anomalies with device performance degradation indicators

How to Mitigate CVE-2026-35225

Immediate Actions Required

  • Review the CERTVDE Advisory VDE-2026-040 for vendor-specific remediation guidance
  • Implement network segmentation to restrict access to CODESYS EtherNet/IP services from untrusted networks
  • Deploy firewall rules to limit connection rates from individual source IP addresses
  • Enable connection monitoring and alerting on affected industrial control systems

Patch Information

Consult the official CERTVDE Security Advisory 2026-040 for detailed patch availability and installation instructions. Organizations should prioritize applying vendor-released updates to affected CODESYS EtherNet/IP adapter implementations.

Workarounds

  • Implement strict network access controls limiting EtherNet/IP access to authorized IP addresses only
  • Deploy connection rate limiting at the network perimeter or inline security devices
  • Consider deploying industrial-grade firewalls with protocol-aware filtering for EtherNet/IP traffic
  • Establish redundant communication paths where operational requirements permit
bash
# Example firewall rate limiting configuration (adapt to your environment)
# Limit new TCP connections to EtherNet/IP port from single source
iptables -A INPUT -p tcp --dport 44818 -m conntrack --ctstate NEW -m recent --set
iptables -A INPUT -p tcp --dport 44818 -m conntrack --ctstate NEW -m recent --update --seconds 60 --hitcount 20 -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 Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-754
  • Technical References
  • CERTVDE Security Advisory 2026-040

  • CERTVDE Advisory VDE-2026-040
  • Related CVEs
  • CVE-2025-41691: CODESYS Control Runtime DoS Vulnerability

  • 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