Freefloat Ftp ServerApplication · Freefloat

CVE-2012-10030

CRITICAL · 9.8 CVSS v3.1 Published 2025-08-05
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
FreeFloat FTP Server contains multiple critical design flaws that allow unauthenticated remote attackers to upload arbitrary files to sensitive system directories. The server accepts empty credentials, defaults user access to the root of the C:\ drive, and imposes no restrictions on file type or destination path. These conditions enable attackers to upload executable payloads and .mof files to locations such as system32 and wbem\mof, where Windows Management Instrumentation (WMI) automatically processes and executes them. This results in remote code execution with SYSTEM-level privileges, without requiring user interaction.

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 · high confidence

FreeFloat FTP Server contains critical authentication and access control flaws allowing unauthenticated remote attackers to upload arbitrary files to sensitive system directories. The server accepts empty credentials, exposes the entire C:\ drive to users, and places no restrictions on file types or destination paths. Attackers exploit this by uploading malicious .mof files to WMI directories (system32\wbem\mof), which WMI automatically processes, resulting in unauthenticated SYSTEM-level remote code execution without user interaction.

MitigationReplace FreeFloat FTP Server with a modern, actively maintained FTP server that enforces proper authentication and role-based access controls; if continued use is mandatory, disable anonymous access, restrict users to non-system directories, and implement strict file type restrictions at the application level.

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. Confirm FreeFloat FTP Server is installed
    Open Windows Services (services.msc) or check Program Files for 'FreeFloat FTP Server', or look for the process 'FreeFloat.exe' running on the system
    Affected if FreeFloat FTP Server version 1.0 is installed and running
  2. Verify the installed version
    Right-click the FreeFloat executable, select Properties, and check the File Version field; or check the 'About' section within the FreeFloat FTP Server interface
    Affected if Version is 1.0 exactly (the only affected version)
  3. Test for anonymous/empty credential access
    Connect to the FTP server using a client (like FileZilla or command-line FTP) with empty username and empty password, or use anonymous/anonymous
    Affected if Server accepts connection without valid credentials
  4. Check if C:\ drive is exposed
    After connecting (with any credentials), run FTP command 'ls C:\' or attempt to navigate to the root C:\ directory via the FTP client
    Affected if The entire C:\ drive contents are listed or accessible via FTP
  5. Verify WMI MOF directory is writable
    Using an FTP client, attempt to upload a test file to the path 'C:\windows\system32\wbem\mof\' (or similar writable location within system32\wbem\mof)
    Affected if Files can be uploaded to the WMI mof directory without authentication restrictions

If FreeFloat FTP Server version 1.0 is running and accepts empty credentials, exposes the C:\ drive, or allows file uploads to system32\wbem\mof, the system is affected by this CVE.

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 with a modern, actively maintained FTP server that enforces proper authentication and role-based access controls; if continued use is mandatory, disable anonymous access, restrict users to non-system directories, and implement strict file type restrictions at the application level.

Recommended fix High confidence
  1. Discontinue use of Freefloat FTP Server 1.0 immediately as it contains critical, unauthenticated remote code execution vulnerabilities with no available patches or fixes.
  2. Replace Freefloat FTP Server with a currently-maintained FTP server solution that receives regular security updates.
  3. If legacy systems require this software and cannot be immediately replaced, isolate the server in a completely isolated network segment with no internet connectivity and strict firewall rules allowing only explicitly necessary access.
  4. Implement additional network monitoring and intrusion detection around any systems running this software to detect potential exploitation attempts.
Caveat This software has no available upgrade path or patch; it should be considered end-of-life and replaced entirely.

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

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

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2012-10030 — 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-2012-10030 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