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

CVE-2025-5550: FreeFloat FTP Server Buffer Overflow Flaw

CVE-2025-5550 is a critical buffer overflow vulnerability in FreeFloat FTP Server 1.0 affecting the PBSZ command handler. Attackers can exploit this remotely to compromise systems. Learn about technical details, impact, and mitigation.

Published: March 25, 2026

CVE-2025-5550 Overview

A critical buffer overflow vulnerability has been identified in FreeFloat FTP Server 1.0, specifically within the PBSZ Command Handler component. This vulnerability allows remote attackers to manipulate input data to trigger a buffer overflow condition, potentially leading to arbitrary code execution or denial of service. The exploit has been publicly disclosed and may be actively used by threat actors targeting vulnerable FTP server installations.

Critical Impact

Remote attackers can exploit the PBSZ command handler to cause a buffer overflow, potentially enabling arbitrary code execution or service disruption on affected FreeFloat FTP Server installations.

Affected Products

  • FreeFloat FTP Server 1.0
  • Systems running FreeFloat FTP Server with exposed network access
  • Environments utilizing the PBSZ command functionality

Discovery Timeline

  • 2025-06-04 - CVE-2025-5550 published to NVD
  • 2025-06-24 - Last updated in NVD database

Technical Details for CVE-2025-5550

Vulnerability Analysis

This vulnerability resides in the PBSZ (Protection Buffer Size) command handler within FreeFloat FTP Server 1.0. The PBSZ command is part of the FTP Security Extensions (RFC 2228) and is used to negotiate the buffer size for protected data transfers. The affected component fails to properly validate the length of user-supplied input before copying it into a fixed-size buffer, resulting in a classic buffer overflow condition (CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer).

The network-accessible nature of this vulnerability significantly increases its risk profile, as attackers can exploit it remotely without requiring authentication or user interaction. When successfully exploited, an attacker may be able to corrupt adjacent memory, overwrite critical program control structures, or inject and execute malicious shellcode.

Root Cause

The root cause of CVE-2025-5550 is improper bounds checking within the PBSZ command handler. When processing the PBSZ command, the server does not adequately validate the size of the incoming buffer size parameter before storing it in memory. This allows an attacker to supply an oversized value that exceeds the allocated buffer space, corrupting adjacent memory regions. The vulnerability falls under CWE-119, which encompasses a broad category of memory safety issues stemming from improper restriction of operations within memory buffer boundaries.

Attack Vector

The attack can be initiated remotely over the network. An attacker establishes a connection to the vulnerable FTP server and sends a specially crafted PBSZ command with an excessively long or malformed parameter. The server's command handler processes this input without proper length validation, causing the buffer overflow.

The exploitation mechanism involves connecting to the FTP server on its default port (typically TCP port 21), optionally authenticating if required, and then issuing a malicious PBSZ command with a payload designed to overflow the target buffer. Depending on the memory layout and exploitation technique, attackers may achieve arbitrary code execution, crash the service, or cause other unintended behavior. Technical details and proof-of-concept information are available through the Fitoxs Exploit File reference.

Detection Methods for CVE-2025-5550

Indicators of Compromise

  • Unusual or malformed PBSZ command requests in FTP server logs containing excessively long parameters
  • FTP service crashes or unexpected restarts, potentially indicating exploitation attempts
  • Network traffic to port 21 containing abnormally large PBSZ command payloads
  • Evidence of shellcode execution or unauthorized process spawning from the FTP server process

Detection Strategies

  • Implement network-based intrusion detection rules to identify PBSZ commands with parameters exceeding normal operational lengths
  • Monitor FTP server process behavior for signs of memory corruption, such as unexpected crashes or anomalous child processes
  • Deploy file integrity monitoring on FTP server binaries to detect potential post-exploitation modifications
  • Analyze FTP server logs for repeated connection attempts followed by PBSZ commands from suspicious IP addresses

Monitoring Recommendations

  • Enable verbose logging on FTP servers to capture detailed command-level activity including PBSZ transactions
  • Configure SIEM rules to alert on FTP service failures correlated with specific command patterns
  • Establish baseline metrics for FTP command usage to identify statistical anomalies in PBSZ command frequency or parameter sizes
  • Consider implementing application-layer firewall rules to inspect and filter FTP protocol traffic

How to Mitigate CVE-2025-5550

Immediate Actions Required

  • Discontinue use of FreeFloat FTP Server 1.0 and migrate to a secure, actively maintained FTP server solution
  • Restrict network access to the FTP server using firewall rules to limit exposure to trusted IP addresses only
  • Implement network segmentation to isolate FTP services from critical infrastructure
  • Monitor for exploitation attempts using the detection strategies outlined above

Patch Information

No vendor patch is currently available for this vulnerability. FreeFloat FTP Server appears to be abandoned software that is no longer receiving security updates. Organizations using this software should prioritize migration to alternative FTP server solutions that are actively maintained and supported. Additional vulnerability details can be found in the VulDB entry #311000.

Workarounds

  • Disable or remove FreeFloat FTP Server from production environments until a secure alternative can be deployed
  • If the FTP service must remain operational, implement strict IP whitelisting at the network level to limit access to authorized clients only
  • Consider deploying a reverse proxy or application-layer firewall capable of inspecting and sanitizing FTP protocol traffic
  • Disable TLS/SSL-related FTP commands including PBSZ and PROT if the secure transfer functionality is not required
bash
# Example firewall rule to restrict FTP access (iptables)
# Allow FTP access only from trusted subnet
iptables -A INPUT -p tcp --dport 21 -s 10.0.0.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
  • TypeBuffer Overflow

  • Vendor/TechFreefloat Ftp Server

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.17%

  • 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
  • Technical References
  • Fitoxs Exploit File

  • VulDB CTI ID #311000

  • VulDB #311000

  • VulDB Submission #586987
  • 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 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