Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2019-25619

CVE-2019-25619: FTP Shell Server Buffer Overflow Flaw

CVE-2019-25619 is a buffer overflow vulnerability in FTP Shell Server 6.83 that allows local attackers to execute arbitrary code via the Account name to ban field. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2019-25619 Overview

FTP Shell Server 6.83 contains a buffer overflow vulnerability in the 'Account name to ban' field that allows local attackers to execute arbitrary code by supplying a crafted string. This vulnerability is classified under CWE-787 (Out-of-Bounds Write), which occurs when software writes data past the end or before the beginning of the intended buffer.

Attackers can inject shellcode through the account name parameter in the Manage FTP Accounts dialog to overwrite the return address and execute arbitrary commands such as calc.exe or other malicious payloads.

Critical Impact

Local attackers can achieve arbitrary code execution by exploiting the buffer overflow in the account name field, potentially leading to complete system compromise.

Affected Products

  • FTP Shell Server version 6.83

Discovery Timeline

  • 2026-03-22 - CVE-2019-25619 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2019-25619

Vulnerability Analysis

This buffer overflow vulnerability exists in FTP Shell Server 6.83 within the 'Account name to ban' functionality found in the Manage FTP Accounts dialog. The application fails to properly validate the length of user-supplied input before copying it into a fixed-size buffer, allowing an attacker to overwrite adjacent memory including the return address on the stack.

The vulnerability is exploitable locally with no privileges required and requires no user interaction beyond the attacker having access to the FTP Shell Server administrative interface. Successful exploitation results in complete compromise of confidentiality, integrity, and availability on the vulnerable host.

Root Cause

The root cause of this vulnerability is improper bounds checking on the 'Account name to ban' input field. When processing the account name string, the application uses an unsafe memory copy operation that does not validate whether the input length exceeds the destination buffer's allocated size. This allows an attacker to write data beyond the buffer boundary, corrupting adjacent stack memory including saved return addresses.

Attack Vector

This is a local attack vector vulnerability that requires the attacker to have access to the FTP Shell Server management interface. The attack is performed by:

  1. Accessing the Manage FTP Accounts dialog within FTP Shell Server
  2. Navigating to the 'Account name to ban' input field
  3. Supplying a specially crafted string containing padding bytes to reach the return address, followed by shellcode or a pointer to malicious code
  4. The overwritten return address redirects execution flow to the attacker's payload when the vulnerable function returns

The exploitation mechanism involves overwriting the stack-based return address with a controlled value, allowing the attacker to redirect program execution to injected shellcode or existing code gadgets. For more technical details, refer to the Exploit-DB #46685 entry or the VulnCheck Advisory.

Detection Methods for CVE-2019-25619

Indicators of Compromise

  • Unusual process spawning from ftpshell.exe or related FTP Shell Server processes
  • Execution of unexpected child processes such as calc.exe, cmd.exe, or powershell.exe from the FTP Shell Server application
  • Stack buffer overflow signatures in application crash logs or Windows Event Viewer
  • Anomalous memory access patterns or access violation exceptions in FTP Shell Server logs

Detection Strategies

  • Monitor for buffer overflow attack patterns targeting FTP Shell Server processes using endpoint detection and response (EDR) solutions
  • Implement process behavior monitoring to detect unexpected child process creation from FTP Shell Server
  • Deploy application whitelisting to prevent unauthorized code execution following exploitation
  • Review Windows Event Logs for application crashes with exception code 0xC0000005 (Access Violation) related to FTP Shell Server

Monitoring Recommendations

  • Enable verbose logging for FTP Shell Server administrative actions
  • Monitor for suspicious account management activities, particularly those involving unusually long account names
  • Implement network segmentation to limit access to FTP Shell Server administrative interfaces
  • Deploy SentinelOne Singularity to detect and block buffer overflow exploitation attempts in real-time

How to Mitigate CVE-2019-25619

Immediate Actions Required

  • Restrict access to the FTP Shell Server administrative interface to trusted administrators only
  • Consider disabling or limiting the 'Account name to ban' functionality if not required
  • Implement network segmentation to isolate systems running FTP Shell Server
  • Deploy endpoint protection solutions capable of detecting and preventing buffer overflow exploitation
  • Evaluate replacing FTP Shell Server with an alternative FTP server solution that receives active security updates

Patch Information

No vendor patch information is currently available for this vulnerability. The product documentation can be found at the FTP Shell official website. Users should contact the vendor directly to inquire about security updates or consider migrating to an actively maintained FTP server solution.

Workarounds

  • Limit administrative access to FTP Shell Server to trusted users only and use strong authentication
  • Run FTP Shell Server with minimal privileges using the principle of least privilege
  • Implement input length restrictions at the network or application firewall level if possible
  • Deploy Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) at the operating system level to make exploitation more difficult
  • Consider running FTP Shell Server in an isolated virtual machine or container environment to limit the blast radius of potential exploitation
bash
# Enable DEP for all processes on Windows (run as Administrator)
bcdedit /set nx AlwaysOn

# Verify DEP status
wmic OS Get DataExecutionPrevention_SupportPolicy

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechFtp Shell Server

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • FTP Shell Documentation

  • Exploit-DB #46685

  • VulnCheck Advisory for FTP Shell
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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