A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1468

CVE-2025-1468: CODESYS OPC UA Information Disclosure Flaw

CVE-2025-1468 is an information disclosure vulnerability in CODESYS OPC UA Server that exposes sensitive authentication data to unauthenticated attackers. This article covers technical details, affected systems, and mitigations.

Published: May 4, 2026

CVE-2025-1468 Overview

CVE-2025-1468 is an information disclosure vulnerability affecting the CODESYS OPC UA Server when configured with the non-default Basic128Rsa15 security policy. An unauthenticated remote attacker can exploit the flaw over the network to recover sensitive information, including authentication credentials transmitted to or processed by the server.

The issue is tracked under CWE-203: Observable Discrepancy, indicating that the server exposes side-channel information allowing attackers to infer secret values. CODESYS-based controllers are widely deployed across industrial automation, manufacturing, and critical infrastructure environments, making credential exposure on these systems a meaningful operational risk.

Critical Impact

Unauthenticated network attackers can extract authentication information from CODESYS OPC UA Server deployments using the Basic128Rsa15 security policy.

Affected Products

  • CODESYS OPC UA Server (configurations using the Basic128Rsa15 security policy)
  • CODESYS Control runtime systems exposing OPC UA Server functionality
  • Industrial controllers and PLCs running CODESYS components with OPC UA enabled

Discovery Timeline

  • 2025-03-18 - CVE CVE-2025-1468 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-1468

Vulnerability Analysis

The vulnerability resides in the CODESYS OPC UA Server when operators select the Basic128Rsa15 security policy. This policy uses RSA with PKCS#1 v1.5 padding, a scheme long known to be susceptible to padding oracle attacks such as the Bleichenbacher attack. Under [CWE-203], discrepancies in server responses or processing time leak information about the cryptographic operation.

Attackers do not need credentials or user interaction to exploit the flaw. By submitting crafted OPC UA messages and observing differences in server behavior, an attacker can progressively recover plaintext, including session keys or authentication material exchanged during the secure channel handshake. The impact is limited to confidentiality; integrity and availability are not directly affected.

Root Cause

The root cause is reliance on the deprecated Basic128Rsa15 security policy, which the OPC Foundation itself has marked as obsolete due to known weaknesses in RSA PKCS#1 v1.5 key transport. Observable discrepancies in how the server handles malformed or specially crafted ciphertexts allow an attacker to act as an oracle and reconstruct sensitive values without needing to break RSA directly.

Attack Vector

Exploitation requires network reachability to the OPC UA Server endpoint, typically TCP port 4840. The attacker initiates connections using the Basic128Rsa15 policy and submits a sequence of crafted OpenSecureChannel requests. Variations in server responses reveal whether each guess yields valid PKCS#1 padding, enabling iterative recovery of authentication data. No prior authentication, privileges, or user interaction are required. Refer to the VDE Security Advisory VDE-2025-022 for vendor-specific technical details.

Detection Methods for CVE-2025-1468

Indicators of Compromise

  • High volumes of OpenSecureChannel requests from a single source against OPC UA endpoints on port 4840.
  • Repeated connection attempts negotiating the Basic128Rsa15 security policy, particularly from non-engineering hosts.
  • Sequences of malformed or invalid encrypted requests followed by error responses, consistent with padding oracle probing.

Detection Strategies

  • Inspect OPC UA traffic for clients explicitly requesting the Basic128Rsa15 policy URI and alert when modern clients should be using Basic256Sha256 or stronger.
  • Correlate volumetric anomalies in OPC UA handshakes against baselines for each PLC or controller.
  • Use industrial protocol-aware monitoring (for example Zeek or commercial OT IDS) to flag iterative cryptographic error patterns.

Monitoring Recommendations

  • Enable verbose logging on CODESYS OPC UA Server endpoints and forward logs to a central SIEM for retention and analysis.
  • Track authentication failures and secure channel errors per source IP, alerting when thresholds exceed normal operator activity.
  • Continuously inventory OPC UA endpoints and the security policies they advertise, prioritizing those still offering Basic128Rsa15.

How to Mitigate CVE-2025-1468

Immediate Actions Required

  • Disable the Basic128Rsa15 security policy on every CODESYS OPC UA Server endpoint and require Basic256Sha256 or stronger.
  • Restrict network reachability of OPC UA Server endpoints to engineering workstations and trusted SCADA hosts using firewall rules or network segmentation.
  • Rotate any credentials, certificates, or session keys that may have been exposed on systems where Basic128Rsa15 was previously enabled.
  • Apply vendor-supplied updates as referenced in VDE Security Advisory VDE-2025-022.

Patch Information

CODESYS has published remediation guidance through the VDE CERT advisory. Operators should consult VDE-2025-022 for the list of fixed product versions and upgrade their CODESYS Control runtime and OPC UA Server components accordingly.

Workarounds

  • Configure the OPC UA Server to advertise only modern security policies such as Basic256Sha256 and reject Basic128Rsa15 connections.
  • Place affected controllers behind an OT firewall or data diode and limit OPC UA access to authenticated, allowlisted clients only.
  • Where the OPC UA Server is not required, disable the service on the controller until patched.
bash
# Configuration example: restrict OPC UA Server traffic to trusted SCADA host
# Replace 10.10.5.20 with the authorized engineering workstation
iptables -A INPUT -p tcp --dport 4840 -s 10.10.5.20 -j ACCEPT
iptables -A INPUT -p tcp --dport 4840 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCodesys

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-203
  • Technical References
  • VDE Security Advisory VDE-2025-022
  • Related CVEs
  • CVE-2026-35227: CODESYS Modbus TCP Server DoS Vulnerability

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

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

  • CVE-2026-3509: CODESYS Control DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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