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-2025-5220

CVE-2025-5220: Freefloat FTP Server Buffer Overflow Flaw

CVE-2025-5220 is a critical buffer overflow vulnerability in Freefloat FTP Server 1.0.0 affecting the GET command handler. Attackers can exploit this remotely to compromise systems. Learn about affected versions and mitigation.

Updated: May 14, 2026

CVE-2025-5220 Overview

CVE-2025-5220 is a buffer overflow vulnerability in FreeFloat FTP Server version 1.0.0. The flaw resides in the GET Command Handler component and can be triggered remotely without authentication. An attacker who sends a crafted GET command can corrupt memory within the FTP service process. Public exploit details have been disclosed, increasing the likelihood of opportunistic attacks against exposed instances. The vulnerability is tracked under [CWE-119] (improper restriction of operations within memory buffer bounds) and [CWE-120] (classic buffer overflow).

Critical Impact

Remote, unauthenticated attackers can trigger memory corruption in the FTP service through a malformed GET command, potentially leading to denial of service or further exploitation.

Affected Products

  • FreeFloat FTP Server 1.0.0
  • Component: GET Command Handler
  • Vendor: FreeFloat

Discovery Timeline

  • 2025-05-27 - CVE-2025-5220 published to the National Vulnerability Database (NVD)
  • 2025-06-09 - Last updated in NVD database

Technical Details for CVE-2025-5220

Vulnerability Analysis

The vulnerability resides in how FreeFloat FTP Server 1.0.0 processes the GET command. The server fails to enforce length boundaries on attacker-supplied input passed to the GET Command Handler. Excessively long arguments overflow a fixed-size buffer, overwriting adjacent memory in the FTP service process.

The attack requires no authentication and no user interaction. An attacker establishes a TCP session to the FTP service and issues a malformed GET request. Because the issue affects core FTP command parsing, any reachable instance of FreeFloat FTP Server 1.0.0 is exposed. The EPSS score for this CVE is 0.479% (65th percentile).

Root Cause

The root cause is missing bounds checking when copying user-controlled data into a stack or heap buffer inside the GET command parsing routine. Categorized as [CWE-119] and [CWE-120], the defect allows input length to exceed the destination buffer capacity. FreeFloat FTP Server is an abandoned product, and no upstream code-level fix has been issued.

Attack Vector

The attack vector is network-based. An unauthenticated remote attacker connects to the FTP listener (typically TCP/21) and submits an oversized argument to the GET command. The overflow corrupts process memory, which can crash the server (denial of service) or, in some exploitation scenarios, redirect control flow. A public exploit description is hosted at the Fitoxs Exploit Description and indexed at VulDB #310316.

No verified exploit code is reproduced here. Refer to the public references for technical proof-of-concept details.

Detection Methods for CVE-2025-5220

Indicators of Compromise

  • Unexpected crashes or restarts of the FreeFloat FTP Server process on hosts running version 1.0.0.
  • FTP sessions containing GET commands with abnormally long argument strings (hundreds to thousands of bytes).
  • Inbound TCP/21 connections from untrusted sources followed by service termination events.
  • Anomalous child process creation or memory access violations originating from the FTP server binary.

Detection Strategies

  • Inspect FTP traffic with network IDS signatures that flag GET command arguments exceeding RFC-reasonable lengths.
  • Correlate FTP service crash events with preceding inbound connections in endpoint telemetry.
  • Audit hosts for the presence of the FreeFloat FTP Server 1.0.0 binary and expose the inventory to vulnerability management tooling.

Monitoring Recommendations

  • Log all inbound FTP sessions, including full command arguments, to a centralized SIEM for retrospective analysis.
  • Alert on repeated TCP/21 connection attempts followed by service unavailability within a short window.
  • Monitor process integrity for the FreeFloat FTP Server executable and trigger alerts on unexpected termination or memory faults.

How to Mitigate CVE-2025-5220

Immediate Actions Required

  • Decommission FreeFloat FTP Server 1.0.0 and replace it with a maintained FTP or SFTP solution.
  • Restrict inbound access to TCP/21 using host-based and network firewalls, allowing only trusted source addresses.
  • Identify all hosts running the affected binary through asset inventory and vulnerability scanning.
  • Place any unavoidable instances behind a VPN or jump host to remove direct internet exposure.

Patch Information

FreeFloat FTP Server is not actively maintained, and no vendor patch is available for CVE-2025-5220. Migration to a supported file transfer product is the recommended remediation path. Track the advisory at VulDB Critical Threat ID #310316 for any future updates.

Workarounds

  • Block TCP/21 at the perimeter for hosts that do not require external FTP access.
  • Enforce strict allow-lists of source IP addresses for any required FTP connectivity.
  • Terminate the FreeFloat FTP Server service on systems where its functionality is not actively used.
  • Apply network segmentation to isolate legacy FTP hosts from sensitive internal networks.
bash
# Example: block inbound FTP at the host firewall on Windows
netsh advfirewall firewall add rule name="Block-FTP-21" dir=in action=block protocol=TCP localport=21

# Example: block inbound FTP using iptables on Linux
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
  • TypeBuffer Overflow

  • Vendor/TechFreefloat Ftp Server

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-119

  • CWE-120
  • Technical References
  • Fitoxs Exploit Description

  • VulDB Critical Threat ID #310316

  • VulDB #310316

  • VulDB Submission ID #582970
  • Related CVEs
  • CVE-2019-25614: Freefloat FTP Buffer Overflow Vulnerability

  • CVE-2025-4846: FreeFloat FTP Server Buffer Overflow Flaw

  • CVE-2025-5667: FreeFloat FTP Server Buffer Overflow Flaw

  • CVE-2025-5666: FreeFloat FTP Server Buffer Overflow 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