Freefloat Ftp ServerApplication · Freefloat

CVE-2025-5330

CRITICAL · 9.8 CVSS v3.1 Published 2025-05-29
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Public exploit Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A vulnerability, which was classified as critical, was found in FreeFloat FTP Server 1.0. This affects an unknown part of the component RETR Command Handler. The manipulation leads to buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

A buffer overflow vulnerability exists in the RETR command handler of FreeFloat FTP Server 1.0. The RETR command is used to retrieve files from the FTP server, and improper bounds checking allows an attacker to overflow a buffer, potentially leading to remote code execution. With a CVSS score of 9.8 and publicly available exploits, this vulnerability is actively exploitable remotely.

MitigationReplace FreeFloat FTP Server 1.0 with a modern, actively maintained FTP server solution, as FreeFloat is legacy software with no official patch. If immediate replacement is not feasible, restrict network access to the FTP service via firewall rules or ACLs to limit exposure.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Freefloat Ftp ServerApplication
Affected:= 1.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify if FreeFloat FTP Server is installed
    Check for FreeFloat FTP Server process running on the system. On Windows, open Task Manager and look for 'FreeFloat FTP Server.exe' or check Services panel. On command line, run: tasklist | findstr -i freefloat or Get-Process | Where-Object {$_.ProcessName -like '*freefloat*'}
    Affected if FreeFloat FTP Server process is running on the system
  2. Confirm the installed version is 1.0
    Check the version of FreeFloat FTP Server. Right-click on the executable file (typically in C:\Program Files\FreeFloat or the installation directory), select Properties, and check the Version tab. Alternatively, check the About or Help menu within the FTP server application
    Affected if Version displayed is 1.0 exactly (the only affected version)
  3. Verify RETR command functionality is accessible
    Connect to the FTP server using any FTP client (like command-line ftp, FileZilla, or curl) and verify the RETR command is available. The RETR command is a standard FTP command and is enabled by default in FreeFloat 1.0. Run: ftp <server_ip> and attempt to log in, then use 'get' or 'retr' command
    Affected if RET command is functional and accessible (this is the default state for the vulnerable server)
  4. Check if FTP service is network-exposed
    Review firewall rules and network configuration to determine if port 21 (default FTP port) is open to external networks. Run: netsh advfirewall firewall show rule name=all | findstr FTP or check router/firewall ACLs for inbound rules allowing FTP traffic
    Affected if Port 21 or the configured FTP port is accessible from untrusted networks (internet or unauthorized LAN segments)

A system is affected if FreeFloat FTP Server version 1.0 is running and the RETR command is accessible, regardless of network exposure, though network exposure dramatically increases the risk of remote exploitation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Replace FreeFloat FTP Server 1.0 with a modern, actively maintained FTP server solution, as FreeFloat is legacy software with no official patch. If immediate replacement is not feasible, restrict network access to the FTP service via firewall rules or ACLs to limit exposure.

Recommended fix Moderate confidence
  1. 1. Discontinue use of FreeFloat FTP Server 1.0 immediately due to critical unpatched buffer overflow vulnerability (CVE-2025-5330, CVSS 9.8).
  2. 2. Replace FreeFloat FTP Server with an actively maintained FTP server that receives security updates (e.g., FileZilla Server, ProFTPD, vsftpd, or Windows IIS FTP).
  3. 3. If replacement is not immediately feasible, restrict network access to the FTP server using firewall rules to limit exposure to trusted IP addresses only.
  4. 4. Disable the RETR command if possible through server configuration, though this may not fully mitigate the buffer overflow.
  5. 5. Monitor for any official patches or security advisories from FreeFloat, though the product appears largely unmaintained.
Caveat FreeFloat FTP Server 1.0 has no available upgrade path or patches; the product appears abandoned with no known fixed version. Migration to an alternative FTP server is required.

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Freefloat Ftp Server Scoped from the published advisory
  • Consultation3.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
17.0 hours of engineering $3,000
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,800.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-5330 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-5330 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data