Cyber Resilience

CVE-2025-47813

Info Disclosure in Wftpserver Wing Ftp Server ≤ 7.4.4

CISA KEVActive ExploitationEUVD ExploitedPublic PoCInfo Disclosure
Published
10 July 2025
Modified
17 June 2026
KEV Added
16 March 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.60 99.1th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2025-47813 is a medium-severity Generation of Error Message Containing Sensitive Information (CWE-209) vulnerability in Wftpserver Wing Ftp Server. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Software (T1592.002); ranked in the top 0.9% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-11 (Error Handling) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-47813 is an information disclosure vulnerability (CWE-209) affecting the loginok.html component in Wing FTP Server versions prior to 7.4.4. When a long value is supplied in the UID cookie, the application exposes its full local installation path. Published on 2025-07-10, the vulnerability carries a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N), indicating moderate severity primarily due to limited confidentiality impact.

An authenticated attacker with low privileges (PR:L) can exploit this over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). By sending a specially crafted request to loginok.html containing an excessively long UID cookie value, the attacker retrieves the server's complete installation path, enabling reconnaissance that could facilitate further attacks such as path traversal or privilege escalation when chained with other flaws.

Mitigation involves upgrading to Wing FTP Server 7.4.4 or later, as indicated by the affected version range in the CVE description. Vendor guidance is available at wftpserver.com, with additional details in advisories like the GitHub entry from MrTuxracer.

This CVE appears in the CISA Known Exploited Vulnerabilities Catalog and relates to other Wing FTP Server issues, including CVE-2025-47812 (an RCE), as covered by RCEsecurity.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

loginok.html in Wing FTP Server before 7.4.4 discloses the full local installation path of the application when using a long value in the UID cookie.

CWE(s)
KEV Date Added
16 March 2026

Related Threats

MITRE ATT&CK Enterprise Techniques

T1592.002 Software Reconnaissance
Adversaries may gather information about the victim's host software that can be used during targeting.
T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
T1592 Gather Victim Host Information Reconnaissance
Adversaries may gather information about the victim's hosts that can be used during targeting.
T1595 Active Scanning Reconnaissance
Adversaries may execute active reconnaissance scans to gather information that can be used during targeting.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-47812Same product: Wftpserver Wing Ftp Serverboth on KEV
CVE-2023-37878Same product: Wftpserver Wing Ftp Server
CVE-2023-37881Same product: Wftpserver Wing Ftp Server
CVE-2025-5196Same product: Wftpserver Wing Ftp Server
CVE-2026-44403Same product: Wftpserver Wing Ftp Server
CVE-2023-37875Same product: Wftpserver Wing Ftp Server
CVE-2019-25267Same product: Wftpserver Wing Ftp Server
CVE-2025-27889Same product: Wftpserver Wing Ftp Server
CVE-2025-47811Same product: Wftpserver Wing Ftp Server
CVE-2023-37879Same product: Wftpserver Wing Ftp Server

Affected Assets

wftpserver
wing ftp server
≤ 7.4.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V16.5.1

Mitigating Controls (NIST 800-53 r5) AI

si-11 directly requires error messages to avoid revealing exploitable information about the system or its data.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require sanitized error handling to prevent sensitive data disclosure.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards explicitly forbid exposing sensitive data in errors.

finds

Security testing can detect error messages that leak sensitive information.

A.8.15 Logging partial match
degrades

Logging policy can require suppression of sensitive data in error messages.

prevents

Secure SDLC mandates error-handling rules that avoid leaking sensitive information.

prevents

Application security requirements can specify safe error messaging.

prevents

Secure architecture principles include proper exception handling.

References