Cyber Resilience

CVE-2019-25619

Memory Safety in Ftpshell Server 6.83

Public PoCMemory Safety
Published
22 March 2026
Modified
03 April 2026
Patch / advisory
CVSS Score v4 8.6
Click a component to see what it means
Raw vectorCVSS: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
EPSS Score 0.0021 12th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25619 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Ftpshell Ftpshell Server. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2019-25619 is a buffer overflow vulnerability (CWE-787) affecting FTP Shell Server version 6.83, specifically in the 'Account name to ban' field within the Manage FTP Accounts dialog. The flaw allows local attackers to supply a crafted string that triggers the overflow, enabling arbitrary code execution. It carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability.

Local attackers can exploit this vulnerability with low complexity and no required privileges or user interaction. By injecting shellcode through the account name parameter, they overwrite the return address on the stack, allowing execution of arbitrary commands such as calc.exe or other payloads.

Advisories and proof-of-concept exploits detail the issue, available at the vendor site (http://www.ftpshell.com/index.htm), Exploit-DB (https://www.exploit-db.com/exploits/46685), and VulnCheck (https://www.vulncheck.com/advisories/ftp-shell-server-buffer-overflow-via-account-name). No patch or mitigation details are specified in the available information.

EU & UK References

Vulnerability Data

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. Attackers can inject shellcode through the account name parameter in the…

more

Manage FTP Accounts dialog to overwrite the return address and execute calc.exe or other commands.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local buffer overflow enabling arbitrary code execution directly maps to exploitation for privilege escalation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-20890Shared CWE-787
CVE-2024-52319Shared CWE-787
CVE-2024-43768Shared CWE-787
CVE-2024-31858Shared CWE-787
CVE-2025-20631Shared CWE-787
CVE-2024-58069Shared CWE-787
CVE-2024-54517Shared CWE-787
CVE-2025-23420Shared CWE-787
CVE-2024-57961Shared CWE-787
CVE-2024-35273Shared CWE-787

Affected Assets

ftpshell
ftpshell server
6.83

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflows by requiring validation of inputs like the crafted string in the 'Account name to ban' field.

prevent

Mitigates exploitation of the buffer overflow vulnerability through memory protections such as DEP, ASLR, and stack canaries to block arbitrary code execution.

prevent

Ensures timely patching or upgrading of FTP Shell Server to remediate the specific buffer overflow flaw in version 6.83.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices (static analysis, bounds checking, code review) are the primary means of preventing out-of-bounds writes.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover out-of-bounds write flaws so they can be remediated.

PR.PS-02 partial match
prevents

Patching or replacing vulnerable software directly eliminates known instances of this coding weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance can detect and prevent out-of-bounds write defects.

prevents

Secure development life cycle mandates practices that prevent out-of-bounds writes.

prevents

Application security requirements can specify bounds-checking and safe memory handling.

prevents

Secure architecture and engineering principles reduce the likelihood of buffer overflows.

prevents

Secure coding directly addresses out-of-bounds writes through language choice and coding standards.

prevents

Change management can enforce review gates that catch unsafe memory operations before deployment.

References