The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-55069

CVE-2025-55069: Click Plus PLC PRNG Seed Vulnerability

CVE-2025-55069 is a predictable pseudo-random number generator seed flaw in Click Plus PLC firmware 3.60 that weakens cryptographic key generation. This article covers technical details, affected versions, and mitigation.

Published: April 22, 2026

CVE-2025-55069 Overview

A predictable seed in pseudo-random number generator (PRNG) vulnerability has been discovered in firmware version 3.60 of the Click Plus PLC. The vulnerability stems from the software implementing a predictable seed for its pseudo-random number generator, which fundamentally compromises the security of any cryptographic private keys generated by the device. This weakness allows attackers to potentially predict or reconstruct private keys, undermining the entire cryptographic security model of affected industrial control systems.

Critical Impact

Attackers with network access can exploit the predictable PRNG seed to compromise private key generation, potentially enabling unauthorized access, man-in-the-middle attacks, or complete authentication bypass on industrial control systems.

Affected Products

  • AutomationDirect Click Plus PLC - Firmware version 3.60

Discovery Timeline

  • 2025-09-23 - CVE-2025-55069 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-55069

Vulnerability Analysis

This vulnerability is classified under CWE-337 (Predictable Seed in Pseudo-Random Number Generator), a cryptographic weakness that occurs when a random number generator uses a predictable or insufficiently random seed value. In the case of the Click Plus PLC firmware 3.60, the PRNG seed can be predicted by an attacker, which means any cryptographic operations relying on the randomness—such as private key generation, session token creation, or nonce generation—are fundamentally insecure.

The attack can be conducted over the network without requiring any privileges on the target system. However, some user interaction may be required to trigger the vulnerable code path. Once exploited, an attacker could recover or predict the private keys generated by the PLC, potentially gaining the ability to impersonate the device, decrypt sensitive communications, or forge authenticated messages.

Root Cause

The root cause lies in the implementation of the pseudo-random number generator within the Click Plus PLC firmware. Rather than using a cryptographically secure source of entropy (such as hardware-based random number generators or system noise), the firmware uses a predictable seed—possibly based on easily obtainable values like system time, device serial numbers, or other deterministic inputs. This design flaw means that an attacker who can determine or guess the seed value can reproduce the entire sequence of "random" numbers generated by the device.

Attack Vector

The attack vector is network-based. An attacker with network connectivity to the vulnerable Click Plus PLC can:

  1. Identify the device and determine it is running vulnerable firmware version 3.60
  2. Analyze the predictable seed mechanism through firmware reverse engineering or traffic analysis
  3. Reconstruct or predict the PRNG output sequence
  4. Derive any private keys or cryptographic material generated using the compromised PRNG
  5. Use the recovered keys to authenticate as the device, decrypt communications, or perform other malicious actions

The attack requires no prior authentication or privileges on the target device, though some user interaction may be needed depending on the specific exploitation scenario.

Detection Methods for CVE-2025-55069

Indicators of Compromise

  • Unexpected authentication attempts from untrusted sources using valid-appearing credentials
  • Network traffic patterns indicating key enumeration or brute-force attempts against PLC devices
  • Unauthorized configuration changes to Click Plus PLC devices
  • Anomalous encrypted communications that may indicate key compromise

Detection Strategies

  • Monitor network traffic to and from Click Plus PLC devices for unusual patterns or volumes
  • Implement network segmentation to isolate PLCs and detect lateral movement attempts
  • Deploy ICS-specific intrusion detection systems capable of analyzing industrial protocol traffic
  • Compare firmware versions across all Click Plus devices to identify vulnerable installations running version 3.60

Monitoring Recommendations

  • Enable logging on network devices monitoring PLC communication segments
  • Establish baseline communication patterns for industrial control systems and alert on deviations
  • Monitor for unauthorized firmware download attempts from AutomationDirect Software Downloads
  • Review the CISA ICS Advisory ICSA-25-266-01 for additional detection guidance

How to Mitigate CVE-2025-55069

Immediate Actions Required

  • Identify all Click Plus PLC devices running firmware version 3.60 in your environment
  • Isolate affected devices behind firewalls and restrict network access to essential personnel only
  • Rotate any cryptographic keys or credentials that may have been generated by affected devices
  • Implement network segmentation to limit exposure of industrial control systems
  • Review and apply the latest firmware updates from AutomationDirect

Patch Information

AutomationDirect has released firmware updates to address this vulnerability. Administrators should download the latest firmware from the AutomationDirect Software Downloads page. After updating, any keys or cryptographic material generated by the vulnerable firmware should be regenerated to ensure they are not compromised.

For detailed guidance, refer to the CISA ICS Advisory ICSA-25-266-01.

Workarounds

  • Implement strict network segmentation to isolate PLCs from untrusted networks
  • Use external cryptographic key management solutions rather than relying on keys generated by the PLC
  • Deploy VPN or encrypted tunnels for all communication with affected devices
  • Restrict physical and network access to PLCs to authorized personnel only
  • Monitor for anomalous authentication attempts until patches can be applied
bash
# Example: Network isolation using firewall rules
# Restrict access to PLC network segment (adjust IPs as needed)
iptables -A INPUT -s 10.0.0.0/24 -d 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -d 192.168.100.0/24 -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/TechClick Plus

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/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
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-337
  • Technical References
  • AutomationDirect Software Downloads

  • CISA ICS Advisory ICSA-25-266-01
  • Related CVEs
  • CVE-2025-59484: Click Plus PLC Cryptographic 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