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 capture cleartext passwords. This article covers technical details, affected versions, and mitigation.

Published: April 28, 2026

CVE-2025-27889 Overview

CVE-2025-27889 is an Input Validation Error vulnerability affecting Wing FTP Server versions prior to 7.4.4. The flaw exists in the downloadpass.html endpoint, which fails to properly validate and sanitize the url parameter. This allows attackers to inject arbitrary links that, when clicked by a user, can disclose cleartext passwords to the attacker.

Critical Impact

Successful exploitation enables attackers to harvest cleartext credentials from users who interact with crafted malicious links, potentially leading to complete account compromise and unauthorized access to sensitive file transfer operations.

Affected Products

  • Wing FTP Server versions prior to 7.4.4
  • Wftpserver Wing FTP Server (all platforms)

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 resides in the web interface component of Wing FTP Server, specifically within the downloadpass.html endpoint. This endpoint accepts a url parameter that should point to legitimate download resources. However, due to insufficient input validation, attackers can manipulate this parameter to inject arbitrary external URLs.

When a legitimate user receives and clicks a crafted link containing the malicious url parameter, the application may redirect or transmit sensitive information—including cleartext passwords—to an attacker-controlled server. This attack vector requires user interaction, making it a social engineering-enabled vulnerability that exploits the trust users place in legitimate Wing FTP Server URLs.

The vulnerability is particularly concerning for organizations using Wing FTP Server in multi-user environments where password-protected downloads are common. The exploitation could lead to credential theft, unauthorized file access, and potential lateral movement within network infrastructure.

Root Cause

The root cause stems from CWE-15: External Control of System or Configuration Setting. The downloadpass.html endpoint lacks proper validation of the url parameter, failing to restrict it to trusted internal resources. The application does not implement allowlist validation, URL scheme restrictions, or domain verification before processing user-supplied URLs.

Attack Vector

The attack is network-based and requires user interaction to succeed. An attacker constructs a malicious URL targeting the vulnerable Wing FTP Server instance with a crafted url parameter pointing to an attacker-controlled domain. The attacker then distributes this link through phishing emails, messages, or other social engineering tactics.

When the victim clicks the link while authenticated or when providing download credentials, the application processes the malicious URL parameter and inadvertently transmits the user's cleartext password to the attacker's server. The attacker can then capture these credentials for unauthorized access.

The vulnerability allows injection of arbitrary links into the download password flow. When a user interacts with a crafted URL, the application fails to validate the destination, causing sensitive authentication data to be sent to an attacker-controlled endpoint. For detailed technical analysis, refer to the GitHub CVE Advisory and the RCESecurity analysis.

Detection Methods for CVE-2025-27889

Indicators of Compromise

  • Unusual HTTP requests to the downloadpass.html endpoint containing external URLs in the url parameter
  • Outbound connections from Wing FTP Server to unexpected external domains
  • Log entries showing url parameter values pointing to non-internal resources
  • User reports of suspicious links claiming to be from the Wing FTP Server installation

Detection Strategies

  • Monitor web server access logs for requests to downloadpass.html with suspicious url parameter values containing external domains
  • Implement network-level inspection for outbound credential-bearing traffic from the Wing FTP Server
  • Deploy URL filtering to detect and alert on crafted links targeting the vulnerable endpoint
  • Use SentinelOne Singularity to detect anomalous network behavior and potential credential exfiltration attempts

Monitoring Recommendations

  • Configure alerting for any requests to downloadpass.html containing url parameters with external hostnames or IP addresses
  • Implement email gateway scanning to identify and quarantine phishing emails containing malicious Wing FTP Server URLs
  • Enable verbose logging on Wing FTP Server web interface to capture all parameter values for forensic analysis

How to Mitigate CVE-2025-27889

Immediate Actions Required

  • Upgrade Wing FTP Server to version 7.4.4 or later immediately
  • Review access logs for any prior exploitation attempts targeting the downloadpass.html endpoint
  • Notify users to be cautious of suspicious links claiming to redirect to download pages
  • Consider temporarily restricting external access to the Wing FTP web interface until patching is complete

Patch Information

Wing FTP Server version 7.4.4 addresses this vulnerability by implementing proper input validation and sanitization for the url parameter in the downloadpass.html endpoint. Organizations should upgrade to this version or later to remediate the vulnerability. Refer to the WFTP Server Documentation for upgrade instructions and release notes.

Workarounds

  • Implement web application firewall (WAF) rules to block requests containing external URLs in the url parameter of downloadpass.html
  • Restrict access to the Wing FTP web interface to trusted networks only using firewall rules
  • Configure reverse proxy rules to validate and sanitize the url parameter before forwarding to the backend server
  • Educate users about the risks of clicking links in emails, even those appearing to originate from trusted internal systems
bash
# Example WAF rule to block external URLs in downloadpass.html requests
# Block requests where url parameter contains http:// or https:// external domains
SecRule REQUEST_URI "@contains /downloadpass.html" "chain,id:1001,deny,status:403"
SecRule ARGS:url "!@beginsWith /local/" "log,msg:'Potential CVE-2025-27889 exploitation attempt'"

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.07%

  • 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 RCE Analysis

  • WFTP Server Documentation
  • Related CVEs
  • 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

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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