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

CVE-2025-6625: FTP Service DoS Vulnerability

CVE-2025-6625 is a denial of service vulnerability affecting FTP services through improper input validation. Attackers can crash systems by sending crafted FTP commands. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-6625 Overview

CVE-2025-6625 is a CWE-20: Improper Input Validation vulnerability that exists in Schneider Electric devices. This vulnerability could cause a Denial of Service (DoS) condition when a specifically crafted FTP command is sent to the affected device. Attackers exploiting this vulnerability can disrupt device operations by sending malicious FTP commands over the network, requiring no authentication or user interaction.

Critical Impact

Attackers can remotely disrupt operations of affected Schneider Electric industrial devices by sending specially crafted FTP commands, potentially impacting critical infrastructure availability.

Affected Products

  • Schneider Electric industrial devices with FTP service enabled (see vendor advisory for specific model numbers)

Discovery Timeline

  • 2025-08-18 - CVE-2025-6625 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-6625

Vulnerability Analysis

This vulnerability stems from improper input validation within the FTP service implementation on affected Schneider Electric devices. The device fails to adequately validate and sanitize FTP commands received from network clients before processing them. When a specially crafted FTP command containing unexpected or malicious input is sent to the device, the FTP service cannot properly handle the malformed data, resulting in a Denial of Service condition.

The vulnerability is exploitable over the network without requiring authentication or any user interaction, making it particularly dangerous for internet-exposed or inadequately segmented industrial control systems. Successful exploitation results in service disruption that may require manual intervention or device restart to restore normal operations.

Root Cause

The root cause of CVE-2025-6625 is the lack of proper input validation in the FTP command parser. The affected FTP service does not implement adequate bounds checking or input sanitization when processing incoming FTP commands. This allows an attacker to craft malicious FTP commands that trigger an unhandled exception or resource exhaustion, leading to service failure.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker with network access to the FTP service (typically TCP port 21) can send specially crafted FTP commands to exploit this vulnerability. The attack requires:

  1. Network connectivity to the target device's FTP service
  2. Knowledge of the FTP protocol to craft malicious commands
  3. No authentication credentials are required
  4. No user interaction is necessary

The exploitation results in a Denial of Service condition affecting the FTP service and potentially the broader device functionality, impacting the integrity of device operations in industrial control environments.

Detection Methods for CVE-2025-6625

Indicators of Compromise

  • Unexpected FTP service crashes or restarts on affected Schneider Electric devices
  • Anomalous FTP traffic patterns including malformed or unusually long FTP commands
  • Device availability issues coinciding with FTP connection attempts from unknown sources
  • Error logs indicating FTP command parsing failures or unhandled exceptions

Detection Strategies

  • Implement network intrusion detection rules to identify malformed FTP commands targeting Schneider Electric devices
  • Monitor FTP service logs for repeated connection attempts followed by service failures
  • Deploy protocol-aware network monitoring to detect anomalous FTP command structures
  • Establish baseline FTP traffic patterns and alert on deviations

Monitoring Recommendations

  • Enable detailed logging on FTP services and forward logs to a SIEM for correlation
  • Implement network traffic analysis on segments containing affected industrial devices
  • Set up availability monitoring with alerts for FTP service disruptions
  • Review firewall logs for unauthorized FTP connection attempts from external networks

How to Mitigate CVE-2025-6625

Immediate Actions Required

  • Disable FTP service on affected devices if not operationally required
  • Implement network segmentation to restrict FTP access to authorized management systems only
  • Apply firewall rules to block FTP traffic (TCP port 21) from untrusted networks
  • Review and apply security patches from Schneider Electric as they become available

Patch Information

Schneider Electric has released a security notice addressing this vulnerability. Organizations should refer to the Schneider Electric Security Notice SEVD-2025-224-05 for detailed patch information, affected product versions, and remediation guidance specific to their deployed devices.

Workarounds

  • Disable the FTP service entirely if not required for device operations
  • Restrict network access to the FTP service using firewall rules and access control lists
  • Implement network segmentation to isolate affected devices from untrusted networks
  • Use VPN or other secure tunneling mechanisms for remote FTP access if required
  • Monitor device availability and implement automated restart procedures as an interim measure
bash
# Example firewall configuration to restrict FTP access
# Allow FTP only from authorized management subnet
iptables -A INPUT -p tcp --dport 21 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 21 -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.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Schneider Electric Security Notice
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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