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

CVE-2025-41700: CODESYS Project File RCE Vulnerability

CVE-2025-41700 is a remote code execution vulnerability in CODESYS development system. Attackers can execute arbitrary code by tricking users into opening malicious project files. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-41700 Overview

CVE-2025-41700 is a high-severity insecure deserialization vulnerability affecting CODESYS development systems. An unauthenticated attacker can trick a local user into executing arbitrary code by opening a deliberately manipulated CODESYS project file. The vulnerability exploits improper handling of serialized data within project files, allowing malicious payloads to execute in the user's security context when the project is opened.

This vulnerability is particularly concerning for industrial control system (ICS) environments where CODESYS is widely deployed for programming programmable logic controllers (PLCs) and industrial automation systems.

Critical Impact

Successful exploitation enables arbitrary code execution in the user context, potentially leading to complete system compromise, data theft, or lateral movement within industrial networks.

Affected Products

  • CODESYS Development System (specific versions to be confirmed via vendor advisory)
  • Industrial automation environments utilizing CODESYS project files
  • Systems where users may open untrusted .project files

Discovery Timeline

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

Technical Details for CVE-2025-41700

Vulnerability Analysis

This vulnerability is classified under CWE-502 (Deserialization of Untrusted Data). The CODESYS development system fails to properly validate serialized objects contained within project files before deserializing them. When a user opens a maliciously crafted project file, the embedded payload is automatically deserialized and executed without proper security checks.

The vulnerability has been assigned a CVSS 3.1 base score of 7.8 (High severity) with the following vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Key CVSS metrics indicate:

  • Attack Vector (AV:L): Local access required - attacker must deliver malicious file to victim
  • Attack Complexity (AC:L): Low complexity - exploitation is straightforward once file is opened
  • Privileges Required (PR:N): No prior privileges needed
  • User Interaction (UI:R): User must open the malicious project file
  • Impact: High confidentiality, integrity, and availability impact

The EPSS (Exploit Prediction Scoring System) indicates a probability of 0.023% with a percentile ranking of 5.319 as of 2025-12-16, suggesting relatively low current exploitation activity.

Root Cause

The root cause lies in insecure deserialization practices within the CODESYS project file parser. The development system does not implement sufficient validation of serialized object types and contents before reconstituting them in memory. This allows attackers to embed arbitrary objects that, when deserialized, trigger code execution through gadget chains or direct payload execution.

The vulnerability occurs because:

  1. Project files contain serialized configuration and code objects
  2. The parser trusts the integrity of these serialized structures
  3. No cryptographic validation or type whitelisting is enforced during deserialization
  4. Malicious objects can leverage existing application classes to achieve code execution

Attack Vector

The attack follows a social engineering approach combined with technical exploitation:

  1. Preparation: Attacker crafts a malicious CODESYS project file containing a serialized payload designed to execute arbitrary code upon deserialization
  2. Delivery: The malicious project file is delivered to the victim via email attachment, file share, compromised repository, or other distribution channels
  3. Execution: When the victim opens the project file in their CODESYS development environment, the deserialization process triggers automatic execution of the embedded payload
  4. Compromise: The malicious code executes with the privileges of the user running the CODESYS application, potentially enabling system access, data exfiltration, or further attacks on connected industrial systems

The attack requires user interaction (opening the file) but no authentication or special privileges on the attacker's part. Given CODESYS's prevalence in ICS/SCADA environments, successful exploitation could impact critical infrastructure operations.

Detection Methods for CVE-2025-41700

Indicators of Compromise

  • Unexpected process spawning from CODESYS development system executables
  • Anomalous network connections initiated by CODESYS processes
  • Unusual file system activity in user profile directories after opening project files
  • Memory artifacts consistent with deserialization attacks
  • Presence of unfamiliar or suspicious CODESYS project files (.project extensions)

Detection Strategies

File-Based Detection:
Organizations should implement file scanning for CODESYS project files that exhibit characteristics of deserialization payloads. Security solutions can analyze project file structures for anomalous serialized objects or known malicious patterns.

Behavioral Analysis:
Monitor CODESYS process behavior for signs of exploitation:

  • Child process creation from the CODESYS development environment
  • Attempts to access sensitive system resources or registry keys
  • Network connections to external addresses from development workstations
  • Execution of scripting engines (PowerShell, cmd.exe) spawned by CODESYS

Endpoint Detection:
SentinelOne's behavioral AI engine provides autonomous detection of post-exploitation activities resulting from this vulnerability. The Singularity platform monitors for:

  • Anomalous code execution patterns originating from legitimate applications
  • Deserialization attack indicators across process memory
  • Lateral movement attempts following initial compromise

Monitoring Recommendations

Implement comprehensive logging for development workstations running CODESYS:

  • Enable Windows process creation auditing (Event ID 4688)
  • Monitor file access events for project file directories
  • Establish baseline behavior for CODESYS processes and alert on deviations
  • Deploy network segmentation monitoring between development environments and production ICS networks

How to Mitigate CVE-2025-41700

Immediate Actions Required

  • Review and apply vendor security patches as they become available from CODESYS
  • Implement strict policies against opening project files from untrusted or unknown sources
  • Enable application whitelisting to prevent unauthorized code execution
  • Isolate CODESYS development workstations from sensitive network segments
  • Backup critical project files and verify their integrity before use

Patch Information

Refer to the official vendor security advisory at VDE-2025-101 for detailed patching instructions and affected version information. Organizations should coordinate with their CODESYS vendors to obtain and apply security updates addressing this deserialization vulnerability.

Workarounds

If immediate patching is not possible, implement the following defensive measures:

File Source Verification:
Establish procedures to verify the source and integrity of all CODESYS project files before opening. Consider implementing digital signatures for project files within your organization.

Network Segmentation:
Ensure CODESYS development environments are properly segmented from production ICS/SCADA networks to limit the impact of potential compromise.

User Awareness:
Train engineering staff to recognize social engineering attempts and exercise caution when receiving project files via email or external channels.

Endpoint Protection:
Deploy SentinelOne Singularity on development workstations to provide real-time protection against exploitation attempts and autonomous remediation of threats.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCodesys

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Certvde
  • Related CVEs
  • CVE-2025-41660: CODESYS Control Runtime RCE Vulnerability

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

  • CVE-2026-2364: CODESYS Privilege Escalation Vulnerability

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