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

CVE-2025-1059: Web Server Resource Exhaustion DoS Flaw

CVE-2025-1059 is a denial of service vulnerability affecting web servers through resource exhaustion attacks. Malicious packets can stop device communications. This article covers technical details, impact, and mitigations.

Published: April 29, 2026

CVE-2025-1059 Overview

CVE-2025-1059 is a resource exhaustion vulnerability (CWE-770: Allocation of Resources Without Limits or Throttling) affecting Schneider Electric devices. The vulnerability exists in the device webserver and can cause communications to stop when malicious packets are sent to the affected system. This denial of service condition occurs because the webserver fails to implement proper resource allocation limits, allowing an attacker to exhaust available resources through crafted network requests.

Critical Impact

Remote attackers can cause a complete denial of service by sending malicious packets to the device webserver, disrupting industrial communications and potentially affecting operational technology (OT) environments.

Affected Products

  • Schneider Electric devices with vulnerable webserver components
  • Industrial control system devices exposed to network access
  • OT/ICS infrastructure utilizing affected Schneider Electric products

Discovery Timeline

  • February 13, 2025 - CVE-2025-1059 published to NVD
  • April 15, 2026 - Last updated in NVD database

Technical Details for CVE-2025-1059

Vulnerability Analysis

This vulnerability stems from insufficient resource management in the webserver component of affected Schneider Electric devices. The webserver fails to implement proper throttling or limits on resource allocation when processing incoming network requests. An unauthenticated remote attacker can exploit this weakness by sending specially crafted malicious packets to the webserver, causing the device to allocate resources without bounds until communications are disrupted.

The attack requires no user interaction and can be executed from the network with low complexity. While the vulnerability does not impact confidentiality or integrity, it severely affects availability, potentially causing complete denial of service to the affected device.

Root Cause

The root cause is the absence of proper resource allocation limits and throttling mechanisms in the device webserver. When processing incoming requests, the webserver allocates memory and system resources without implementing upper bounds or rate limiting. This allows an attacker to force the system into a resource-exhausted state by flooding it with malicious packets designed to consume all available resources.

Attack Vector

The attack is conducted over the network without requiring authentication or user interaction. An attacker sends specially crafted packets to the webserver that trigger unbounded resource allocation. As the webserver continues to allocate resources for each malicious request without proper limits or cleanup, the device eventually exhausts available memory or processing capacity, causing communications to halt.

The vulnerability is particularly concerning in industrial control system (ICS) and operational technology (OT) environments where device availability is critical for maintaining safe operations. Attackers with network access to the device webserver can repeatedly exploit this vulnerability to cause persistent denial of service conditions.

Detection Methods for CVE-2025-1059

Indicators of Compromise

  • Unusual spikes in network traffic directed at the device webserver port
  • Device communication failures or unresponsive webserver interfaces
  • Memory utilization anomalies on affected Schneider Electric devices
  • Repeated connection attempts from unknown or suspicious IP addresses

Detection Strategies

  • Monitor network traffic for abnormal packet volumes targeting device webservers
  • Implement anomaly detection for resource utilization patterns on industrial devices
  • Configure alerts for webserver unresponsiveness or communication failures
  • Deploy network intrusion detection systems (NIDS) with rules for resource exhaustion attacks

Monitoring Recommendations

  • Establish baseline network traffic patterns for industrial device communications
  • Monitor device health metrics including memory usage and CPU utilization
  • Implement centralized logging for webserver access attempts and errors
  • Configure real-time alerting for denial of service indicators in OT environments

How to Mitigate CVE-2025-1059

Immediate Actions Required

  • Review the Schneider Electric Security Notice for detailed mitigation guidance
  • Implement network segmentation to limit access to vulnerable device webservers
  • Apply firewall rules to restrict webserver access to authorized IP addresses only
  • Monitor affected devices for signs of exploitation or denial of service conditions

Patch Information

Schneider Electric has released security guidance for this vulnerability. Administrators should consult the Schneider Electric Security Notice (SEVD-2025-042-01) for specific patch information, affected product versions, and remediation steps. Apply vendor-provided firmware updates as they become available to address this vulnerability.

Workarounds

  • Disable the webserver interface if not required for operations
  • Implement strict network access controls using firewalls and VLANs
  • Deploy a web application firewall (WAF) or reverse proxy with rate limiting capabilities
  • Enable connection throttling at the network perimeter to limit request rates
bash
# Example firewall rule to restrict webserver access (adapt to your environment)
# Allow only authorized management networks to access device webserver
iptables -A INPUT -p tcp --dport 80 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.67%

  • 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-770
  • Technical References
  • Schneider Electric Security Notice
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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