LiveActive security incident?Get immediate response
CVE Record

CVE-2025-47812: In Wing FTP Server before 7.4.4.

In Wing FTP Server before 7.4.4. the user and admin web interfaces mishandle '\0' bytes, ultimately allowing injection of arbitrary Lua code into user session files. This can be used to execute arbitrary system commands with the privileges of the FTP service (root or SYSTEM by default). This is thus a remote code execution vulnerability that guarantees a total server compromise. This is also exploitable via anonymous FTP accounts.

CriticalCVSS 10Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-47812 is a critical remote code execution flaw in Wing FTP Server before 7.4.4. A remote attacker can compromise the server through the web interfaces, potentially even where anonymous FTP is enabled. Successful exploitation can run system commands as the FTP service, which is root or SYSTEM by default.

Executive priority

Treat this as an emergency remediation item for any exposed Wing FTP Server. The issue is known exploited, requires no user interaction, and can give attackers full control of the host under high-privilege service accounts.

Technical view

The user and admin web interfaces mishandle null bytes, enabling arbitrary Lua injection into user session files. That can lead to operating system command execution with FTP service privileges. The CVSS score is 10.0 with network access, low complexity, no privileges, no user interaction, and full confidentiality, integrity, and availability impact.

Likely exposure

Organizations running Wing FTP Server versions before 7.4.4 are exposed, especially if the web interfaces are reachable from untrusted networks. Anonymous FTP support increases concern because the CVE description says exploitation is possible through anonymous FTP accounts.

Exploitation context

Active exploitation is supported by CISA KEV listing and a Huntress report describing exploitation in the wild. The vulnerability is remotely reachable, unauthenticated per CVSS, and can produce total server compromise when successful.

Researcher notes

Evidence supports RCE via null-byte mishandling and Lua session-file injection. Avoid assuming non-Wing FTP products are affected. Public sources identify 7.4.4 as the fixed boundary, but operational remediation details should be checked against vendor guidance.

Mitigation direction

  • Upgrade Wing FTP Server to 7.4.4 or later.
  • Review Wing FTP Server vendor guidance for any additional hardening steps.
  • Restrict access to user and admin web interfaces from untrusted networks.
  • Disable anonymous FTP where it is not explicitly required.
  • Prioritize incident response for exposed pre-7.4.4 systems.

Validation and detection

  • Inventory all Wing FTP Server instances and record exact versions.
  • Confirm whether any instance is older than 7.4.4.
  • Check whether user or admin web interfaces are internet-accessible.
  • Verify whether anonymous FTP accounts are enabled.
  • Review logs and host telemetry for suspicious command execution or session-file activity.
Prepared
Reviewed
Confidence
high
Sources
8

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-158: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-47812 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
10 (3.1)
Known Exploited
Yes
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2025-47812Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wftpserverWing FTP Server0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-158 · source CWE mapping

Improper Neutralization of Null Byte or NUL Character

Improper Neutralization of Null Byte or NUL Character represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.