The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-27889

CVE-2025-27889: Wing FTP Server Information Disclosure Flaw

CVE-2025-27889 is an information disclosure vulnerability in Wing FTP Server that allows attackers to inject malicious links and steal cleartext passwords. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-27889 Overview

CVE-2025-27889 is a high-severity input validation vulnerability in Wing FTP Server before version 7.4.4. The flaw resides in the downloadpass.html endpoint, which fails to properly validate and sanitize the url parameter. Attackers can inject an arbitrary link into the endpoint, redirecting authenticated users to attacker-controlled destinations. When a user clicks a crafted link, the application discloses a cleartext password to the attacker. The vulnerability maps to [CWE-15] (External Control of System or Configuration Setting) and requires user interaction to succeed. Wing FTP Server is a commercial multi-protocol file transfer server widely deployed in enterprise environments for secure file exchange.

Critical Impact

Successful exploitation discloses cleartext user passwords to remote attackers, enabling account takeover and lateral movement into FTP-accessible infrastructure.

Affected Products

  • Wing FTP Server versions prior to 7.4.4
  • wftpserver wing_ftp_server (all releases before the fixed version)
  • Deployments exposing the downloadpass.html endpoint to untrusted networks

Discovery Timeline

  • 2025-07-10 - CVE-2025-27889 published to NVD
  • 2025-07-17 - Last updated in NVD database

Technical Details for CVE-2025-27889

Vulnerability Analysis

The vulnerability exists in the downloadpass.html endpoint of Wing FTP Server. This endpoint accepts a url parameter that is intended to direct users to a legitimate download or post-authentication resource. The server fails to validate the contents of this parameter against an allowlist of trusted destinations. Attackers can therefore supply arbitrary external URLs that the server reflects or honors during password handling workflows.

When a victim follows the crafted link, the server transmits the cleartext password as part of the redirected request flow. This exposes the credential to any host the attacker controls. The flaw combines an open redirect pattern with sensitive data leakage in a single request. Network-based exploitation is straightforward and requires only that a victim click a malicious link delivered through phishing or other social channels.

Root Cause

The root cause is missing input validation and output sanitization on the url parameter. The application treats user-supplied URL values as trusted configuration data, violating the [CWE-15] pattern of external control over a security-relevant setting. No allowlist, scheme check, or host comparison restricts where credentials may be sent.

Attack Vector

Exploitation is remote and requires user interaction. An attacker crafts a malicious URL targeting downloadpass.html with a url parameter pointing to an attacker-controlled host. The attacker delivers the link via email, chat, or web content. When an authenticated Wing FTP user clicks the link, the password is transmitted in cleartext to the attacker's endpoint.

The vulnerability mechanism is documented in the public GitHub CVE Advisory and related analysis at RCESecurity. No verified proof-of-concept code is published; refer to the advisory for parameter syntax.

Detection Methods for CVE-2025-27889

Indicators of Compromise

  • HTTP requests to /downloadpass.html containing a url query parameter pointing to external or unexpected hosts
  • Outbound connections from Wing FTP Server processes to domains not associated with the organization
  • Web server access logs showing unusual referer chains terminating at downloadpass.html
  • Unexplained authentication events on FTP accounts following user clicks on emailed links

Detection Strategies

  • Inspect Wing FTP access logs for downloadpass.html requests where the url parameter contains schemes, hosts, or paths outside the trusted application origin
  • Deploy URL filtering rules that flag query parameters carrying fully qualified external URLs to file transfer servers
  • Correlate FTP authentication failures and password resets with prior clicks on suspicious links in email gateways

Monitoring Recommendations

  • Enable verbose HTTP logging on Wing FTP Server and forward logs to a centralized analytics platform
  • Alert on any downloadpass.html request whose url parameter resolves to an external domain
  • Monitor for credential reuse patterns across services after Wing FTP user sessions

How to Mitigate CVE-2025-27889

Immediate Actions Required

  • Upgrade Wing FTP Server to version 7.4.4 or later as the primary remediation
  • Force password resets for all Wing FTP user accounts that may have clicked external links since deployment
  • Restrict access to the Wing FTP web interface to trusted networks using firewall or reverse proxy rules
  • Notify users about the phishing risk and instruct them to verify URLs before clicking links claiming to originate from the FTP server

Patch Information

The vendor addressed the vulnerability in Wing FTP Server 7.4.4. The fix introduces validation on the url parameter of the downloadpass.html endpoint. Administrators should download the patched release from the Wing FTP Server product page and verify the installed version after upgrade.

Workarounds

  • Block external access to the downloadpass.html endpoint at the reverse proxy or web application firewall until patching is complete
  • Implement WAF rules that reject requests to downloadpass.html where the url parameter contains an absolute URL or non-relative path
  • Disable the password download or recovery feature in Wing FTP configuration if the workflow is not required by the business
bash
# Example nginx rule blocking external URLs in the url parameter
location /downloadpass.html {
    if ($arg_url ~* "^(https?:|//)") {
        return 403;
    }
    proxy_pass http://wingftp_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWing Ftp Server

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-15
  • Technical References
  • GitHub CVE Advisory

  • RCESecurity Blog on RCE

  • WFTPD Server Product Page
  • Related CVEs
  • CVE-2026-44403: Wing FTP Server RCE Vulnerability

  • CVE-2020-37079: Wing FTP Server CSRF Vulnerability

  • CVE-2019-25267: Wing FTP Server Privilege Escalation Flaw

  • CVE-2020-37032: Wing FTP Server 6.3.8 RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English