LiveActive security incident?Get immediate response
CVE Record

CVE-2025-47813: loginok.html in Wing FTP Server before 7.4.4 discloses the full local installation path of the application...

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.

MediumCVSS 4.3Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Wing FTP Server before 7.4.4 can reveal its full installation path when a long UID cookie is processed. By itself, this is an information leak, not a takeover. Business urgency is higher because CISA lists this CVE in KEV, indicating known exploitation activity.

Executive priority

Prioritize remediation despite the medium CVSS score. The direct impact is limited information disclosure, but KEV status means real-world attackers are using it. Treat internet-facing Wing FTP deployments as the first remediation group.

Technical view

CVE-2025-47813 is a CWE-209 information exposure issue in loginok.html. A long UID cookie can cause disclosure of the application’s local install path. The CVSS 3.1 score is 4.3, with network access, low complexity, low privileges, no user interaction, and confidentiality-only impact.

Likely exposure

Exposure is most likely where Wing FTP Server web functionality is reachable and running a version before 7.4.4. The source bundle does not identify specific operating systems, configurations, or deployment modes beyond Wing FTP Server before 7.4.4.

Exploitation context

CISA KEV inclusion supports treating this as actively exploited. The public sources connect it to Wing FTP Server research, but the bundle only supports path disclosure for this CVE. Do not assume remote code execution from CVE-2025-47813 alone.

Researcher notes

Evidence supports a path disclosure flaw in loginok.html via long UID cookie handling. Sources do not provide complete environmental prerequisites, compensating controls, or vendor advisory details in the supplied bundle. Avoid conflating this CVE with adjacent Wing FTP RCE research unless independently verified.

Mitigation direction

  • Upgrade Wing FTP Server to 7.4.4 or later where applicable.
  • Check Wing FTP Server vendor guidance for confirmed remediation details.
  • Restrict external access to the Wing FTP web interface where business allows.
  • Review internet-facing instances first because KEV indicates known exploitation.

Validation and detection

  • Inventory Wing FTP Server versions and flag anything before 7.4.4.
  • Confirm whether any exposed Wing FTP web interfaces are publicly reachable.
  • Review logs for unusual requests involving oversized UID cookie values.
  • Check historical error responses for leaked local installation paths.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

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 · medium confidence lookup

CWE-209: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
cve · low confidence lookup

CVE-2025-47813 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
Medium
CVSS
4.3 (3.1)
Known Exploited
Yes
Published

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

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
5Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2025-47813Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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-209 · source CWE mapping

Generation of Error Message Containing Sensitive Information

Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.