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-2024-0546

CVE-2024-0546: EasyFTP Denial of Service Vulnerability

CVE-2024-0546 is a denial of service vulnerability in EasyFTP 1.7.0 affecting the LIST Command Handler. Attackers can exploit this remotely to disrupt service. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2024-0546 Overview

CVE-2024-0546 is a denial of service vulnerability in EasyFTP 1.7.0. The flaw exists within the LIST command handler component and can be triggered remotely without authentication. An attacker who sends a crafted LIST command to a vulnerable EasyFTP server causes the service to terminate, disrupting file transfer operations. The vulnerability has been publicly disclosed and assigned identifier VDB-250715. The weakness is categorized under [CWE-404] (Improper Resource Shutdown or Release).

Critical Impact

Remote, unauthenticated attackers can crash EasyFTP 1.7.0 servers by sending a malicious LIST command, resulting in service downtime and loss of file transfer availability.

Affected Products

  • EasyFTP 1.7.0
  • EasyFTP server deployments exposing FTP services over the network
  • Systems relying on EasyFTP for file transfer availability

Discovery Timeline

  • 2024-01-15 - CVE-2024-0546 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0546

Vulnerability Analysis

The vulnerability resides in the EasyFTP 1.7.0 LIST command handler. The LIST command is a standard File Transfer Protocol (FTP) directive used to enumerate the contents of a directory on the server. When a malformed or unexpected argument reaches this handler, EasyFTP fails to properly shut down or release resources, resulting in process termination.

Because FTP servers are typically network-facing, the attack surface is broad. The Packet Storm advisory describes the issue as a denial of service condition reachable through standard FTP client interactions, requiring no authentication or user interaction on the target side.

Successful exploitation produces a loss of availability for the FTP service. Confidentiality and integrity are not affected, but downstream systems that depend on EasyFTP for automated file delivery will experience disruption until the service is restarted.

Root Cause

The underlying weakness is improper resource shutdown or release [CWE-404] inside the LIST command processing logic. EasyFTP does not validate or contain error states produced during directory listing, allowing a crafted command sequence to terminate the server process.

Attack Vector

An attacker connects to the FTP service over the network and issues a malicious LIST command after the initial protocol handshake. No credentials or social engineering steps are required if the server permits anonymous access or if the attacker holds valid credentials. The malicious command triggers the crash condition in the listing handler. For technical specifics, refer to the Packet Storm DoS Report and the VulDB #250715 Analysis.

Detection Methods for CVE-2024-0546

Indicators of Compromise

  • Unexpected termination or repeated restarts of the EasyFTP service process on a host running version 1.7.0.
  • FTP control channel sessions that disconnect immediately after a client issues a LIST command.
  • Inbound TCP connections to FTP ports (default 21) from unfamiliar external sources followed by service failure.

Detection Strategies

  • Monitor EasyFTP process state and capture crash events through the operating system service manager or Windows Event Log.
  • Inspect FTP traffic for malformed LIST command arguments or anomalous client behavior preceding service termination.
  • Correlate FTP connection logs with service availability metrics to identify denial of service patterns.

Monitoring Recommendations

  • Enable verbose logging in EasyFTP and forward logs to a centralized log management or SIEM platform for retention and analysis.
  • Configure availability alerts on the FTP listener port so administrators are notified within seconds of a service outage.
  • Track source IP addresses that repeatedly trigger FTP disconnections and apply network-level controls to block abusive clients.

How to Mitigate CVE-2024-0546

Immediate Actions Required

  • Restrict network access to EasyFTP 1.7.0 servers using firewall rules that allow only trusted source addresses.
  • Disable anonymous FTP access where possible to reduce the pool of attackers who can reach the LIST handler.
  • Plan migration to a maintained FTP server product, since EasyFTP receives no active vendor support and no patch is referenced for this issue.

Patch Information

No vendor advisory or official patch is referenced in the NVD entry or external references for CVE-2024-0546. Administrators should treat EasyFTP 1.7.0 as end-of-life software and replace it with a supported alternative that receives security updates.

Workarounds

  • Place the FTP service behind a VPN or bastion host so the LIST command handler is not exposed to the public internet.
  • Deploy a reverse proxy or FTP-aware gateway that filters malformed LIST commands before they reach EasyFTP.
  • Implement automatic service restart through the operating system service manager to reduce downtime if the process crashes.
  • Migrate hosted content to a supported FTP or SFTP server such as one with active security maintenance.
bash
# Configuration example - restrict EasyFTP exposure with Windows Firewall
netsh advfirewall firewall add rule name="Allow FTP from trusted subnet" ^
    dir=in action=allow protocol=TCP localport=21 ^
    remoteip=10.0.0.0/24
netsh advfirewall firewall add rule name="Block FTP from all others" ^
    dir=in action=block protocol=TCP localport=21

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEasyftp

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability36.56%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-404
  • Technical References
  • Packet Storm DoS Report

  • VulDB #250715 Analysis

  • VulDB #250715 Vulnerability
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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