A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-4161

CVE-2025-4161: Pcman FTP Server Buffer Overflow Flaw

CVE-2025-4161 is a critical buffer overflow vulnerability in Pcman FTP Server affecting the VERBOSE command handler. Attackers can exploit this flaw remotely. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2025-4161 Overview

CVE-2025-4161 is a buffer overflow vulnerability in PCMan FTP Server through version 2.0.7. The flaw resides in the VERBOSE command handler, where unbounded input handling allows attackers to corrupt memory. Remote attackers can trigger the condition over the network without authentication or user interaction. The exploit has been publicly disclosed, increasing the risk of opportunistic attacks against exposed FTP services. The vulnerability is categorized under [CWE-119], improper restriction of operations within the bounds of a memory buffer.

Critical Impact

Remote unauthenticated attackers can trigger a buffer overflow through the VERBOSE FTP command, potentially leading to service disruption or arbitrary code execution on hosts running PCMan FTP Server 2.0.7 and earlier.

Affected Products

  • PCMan FTP Server versions up to and including 2.0.7
  • Deployments exposing the FTP service on TCP port 21
  • Legacy Windows hosts running unmaintained PCMan FTP installations

Discovery Timeline

  • 2025-05-01 - CVE-2025-4161 published to NVD
  • 2025-06-24 - Last updated in NVD database

Technical Details for CVE-2025-4161

Vulnerability Analysis

The vulnerability stems from the VERBOSE command handler in PCMan FTP Server failing to validate the length of attacker-supplied input. When an oversized argument is passed to the VERBOSE command, the server copies the data into a fixed-size stack buffer without performing bounds checking. This overwrites adjacent stack memory, including saved return addresses and structured exception handler (SEH) records.

PCMan FTP Server is a legacy Windows FTP application that has been the subject of multiple buffer overflow disclosures over the years. The product is no longer actively maintained, which means no vendor patch is expected for this issue. The exploit chain follows a pattern familiar to memory corruption vulnerabilities in legacy FTP daemons compiled without modern mitigations such as Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP).

With an EPSS score of 0.479% the likelihood of broad exploitation is moderate, though public exploit code lowers the barrier for opportunistic attackers.

Root Cause

The root cause is missing length validation in the VERBOSE command parser. The handler accepts variable-length user input but writes it into a fixed-size buffer using unsafe string operations. This classic stack-based buffer overflow pattern matches [CWE-119].

Attack Vector

An attacker connects to the FTP service on TCP port 21 and issues the VERBOSE command with an overly long argument. No credentials are required if anonymous access is enabled, and post-authentication exploitation is possible when login is required. The malformed command triggers stack corruption that can lead to denial of service or arbitrary code execution under the privileges of the FTP server process.

The vulnerability mechanism is publicly documented in the exploit report hosted at Fitoxs Exploit Report and tracked through VulDB #306693. No verified patch or vendor advisory exists for this issue.

Detection Methods for CVE-2025-4161

Indicators of Compromise

  • Unusually long argument strings following the VERBOSE FTP command in network captures or FTP server logs
  • Crashes or unexpected restarts of the PCMan FTP Server process (PCManFTPD2.exe)
  • Outbound connections from the FTP server host to unexpected IP addresses following malformed FTP traffic
  • New or modified executables in directories writable by the FTP service account

Detection Strategies

  • Inspect FTP traffic for command arguments exceeding typical lengths, particularly on the VERBOSE verb
  • Correlate FTP server process crashes with preceding network traffic to identify exploitation attempts
  • Deploy network intrusion detection signatures targeting oversized FTP command parameters
  • Hunt for child processes spawned by PCManFTPD2.exe, which is anomalous for a standard FTP daemon

Monitoring Recommendations

  • Forward FTP server logs and Windows Event Logs to a central SIEM for retention and analysis
  • Alert on Application Error events referencing the PCMan FTP Server binary
  • Monitor TCP port 21 ingress traffic on hosts running legacy FTP services and baseline normal command patterns

How to Mitigate CVE-2025-4161

Immediate Actions Required

  • Decommission PCMan FTP Server installations, as the product is unmaintained and no vendor fix is available
  • Block inbound TCP port 21 at perimeter firewalls if the FTP service must remain online during migration
  • Restrict access to the FTP service using IP allowlists limited to known administrative hosts
  • Disable anonymous FTP access to reduce the unauthenticated attack surface

Patch Information

No vendor patch is available for CVE-2025-4161. PCMan FTP Server is legacy software and the vendor has not published a security advisory addressing this issue. Organizations should migrate to a maintained FTP or SFTP server such as FileZilla Server, vsftpd, or OpenSSH SFTP.

Workarounds

  • Replace PCMan FTP Server with a maintained, actively supported alternative that uses SFTP or FTPS
  • Place the FTP service behind a VPN or jump host to eliminate direct internet exposure
  • Run the FTP service under a low-privilege account to limit the impact of successful exploitation
  • Enable host-based exploit mitigations such as DEP and ASLR system-wide on Windows hosts running legacy software
bash
# Example: block inbound FTP at the Windows firewall as an interim control
netsh advfirewall firewall add rule name="Block Inbound FTP" dir=in action=block protocol=TCP localport=21

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechPcman Ftp Server

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-119
  • Technical References
  • Fitoxs Exploit Report

  • VulDB CTI ID #306693

  • VulDB #306693

  • VulDB Submit Request #561033
  • Related CVEs
  • CVE-2025-4162: Pcman FTP Server Buffer Overflow Flaw

  • CVE-2025-4160: Pcman FTP Server Buffer Overflow Flaw

  • CVE-2025-4159: Pcman Ftp Server Buffer Overflow Flaw

  • CVE-2025-4158: PCMan FTP Server Buffer Overflow Flaw
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