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
    • 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-64388

CVE-2025-64388: Web Server DOS Vulnerability

CVE-2025-64388 is a denial of service vulnerability affecting web servers through specific protocol requests that can crash or disable services. This article covers technical details, affected systems, and mitigation.

Published: April 1, 2026

CVE-2025-64388 Overview

CVE-2025-64388 is a critical denial of service vulnerability affecting CIRCUTOR IoT industrial automation devices. The vulnerability allows remote attackers to crash the embedded web server through specially crafted protocol requests, potentially disrupting industrial monitoring and control operations.

Critical Impact

Remote attackers can exploit this vulnerability to cause a complete denial of service of the web server, affecting industrial control system availability without requiring authentication.

Affected Products

  • CIRCUTOR IoT Industrial Converters and Gateways
  • CIRCUTOR Industrial Automation Devices with Web Interface

Discovery Timeline

  • 2025-10-31 - CVE-2025-64388 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-64388

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), indicating that the web server fails to properly manage resource allocation when processing specific protocol requests. The flaw resides in the embedded web server component of CIRCUTOR IoT devices used in industrial automation environments.

The vulnerability is remotely exploitable over the network without requiring any authentication or user interaction. Successful exploitation results in complete unavailability of the web management interface, which can severely impact operational visibility and control capabilities in industrial environments. Given the nature of IoT and ICS devices, a denial of service attack could cascade into operational disruptions affecting downstream systems that rely on data from these converters and gateways.

Root Cause

The root cause stems from improper resource consumption controls (CWE-400) within the web server's request handling mechanism. The server fails to implement adequate safeguards against malformed or excessive protocol requests, allowing an attacker to exhaust available resources and crash the service. This represents a common vulnerability pattern in embedded systems where resource constraints often lead developers to omit robust input validation and rate limiting mechanisms.

Attack Vector

The attack is conducted over the network (AV:N) and requires no special privileges (PR:N), authentication, or user interaction (UI:N). An attacker can send specifically crafted requests to the web server's protocol interface to trigger the denial of service condition.

The attack exploits the protocol handling functionality of the embedded web server. By sending malformed or resource-intensive requests, an attacker can force the web server into an unresponsive state. Technical details regarding the specific protocol and request format can be found in the HackRTU 0-day Blog Analysis.

Detection Methods for CVE-2025-64388

Indicators of Compromise

  • Unexpected web server crashes or restarts on CIRCUTOR IoT devices
  • Abnormal network traffic patterns targeting the device's web interface ports
  • Repeated connection attempts from unknown or suspicious IP addresses
  • Log entries indicating malformed protocol requests or resource exhaustion errors

Detection Strategies

  • Deploy network intrusion detection systems (IDS) to monitor for anomalous traffic patterns targeting CIRCUTOR device web interfaces
  • Implement network segmentation and firewall rules to restrict access to industrial IoT device management interfaces
  • Configure logging and alerting for web server availability on critical CIRCUTOR devices
  • Monitor for unusual connection volumes or malformed request patterns in network traffic analysis

Monitoring Recommendations

  • Establish baseline network behavior for CIRCUTOR IoT devices and alert on deviations
  • Implement uptime monitoring with automated alerting for web server availability
  • Deploy network traffic analysis tools capable of detecting protocol-level anomalies
  • Review access logs periodically for unauthorized access attempts to device management interfaces

How to Mitigate CVE-2025-64388

Immediate Actions Required

  • Restrict network access to CIRCUTOR IoT device web interfaces using firewalls and access control lists
  • Isolate affected devices on a separate network segment with limited external connectivity
  • Implement rate limiting at the network perimeter to mitigate request flooding attacks
  • Monitor vendor channels for security patches and firmware updates

Patch Information

Organizations should monitor CIRCUTOR's official channels for security updates addressing this vulnerability. Additional security guidance may be available through the Thales Group Security Resource. Device information is available at the CIRCUTOR IoT Product Information page.

Workarounds

  • Implement network-level access controls to limit web interface access to authorized management stations only
  • Deploy a reverse proxy or web application firewall (WAF) in front of the device web interface if possible
  • Disable the web interface entirely if not required for operational purposes
  • Consider using out-of-band management solutions until a patch is available

Network segmentation and access control configuration example:

bash
# Example firewall rule to restrict access to CIRCUTOR device web interface
# Allow only authorized management network (adjust IP ranges as needed)
iptables -A FORWARD -d <CIRCUTOR_DEVICE_IP> -p tcp --dport 80 -s <MGMT_NETWORK>/24 -j ACCEPT
iptables -A FORWARD -d <CIRCUTOR_DEVICE_IP> -p tcp --dport 443 -s <MGMT_NETWORK>/24 -j ACCEPT
iptables -A FORWARD -d <CIRCUTOR_DEVICE_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <CIRCUTOR_DEVICE_IP> -p tcp --dport 443 -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/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.08%

  • 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:H/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-400
  • Technical References
  • Thales Group Security Resource

  • CIRCUTOR IoT Product Information

  • HackRTU 0-day Blog Analysis
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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