Cyber Resilience

CVE-2019-25321

HighPublic PoC

Published: 12 February 2026

Published
12 February 2026
Modified
03 March 2026
KEV Added
Patch
CVSS Score v4 8.4 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/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.0067 47.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25321 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Internet-Soft Ftp Navigator. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 47.1th 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 are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2019-25321 is a stack-based buffer overflow vulnerability (CWE-121) affecting FTP Navigator version 8.03. The issue enables attackers to overwrite Structured Exception Handler (SEH) registers by crafting a malicious payload that triggers the overflow when pasted into the Custom Command textbox, resulting in arbitrary code execution.

Remote attackers can exploit this vulnerability without privileges or user interaction, as indicated by its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Successful exploitation allows full remote code execution on the target system, with a proof-of-concept demonstrating the launch of the Windows calculator.

Advisories and related resources include the vendor site at http://www.internet-soft.com/, Exploit-DB entries at https://www.exploit-db.com/exploits/47794 and https://www.exploit-db.com/exploits/47812, and a VulnCheck advisory at https://www.vulncheck.com/advisories/ftp-navigator-stack-overflow-seh. No patch or specific mitigation details are mentioned in the CVE description.

EU & UK References

Vulnerability details

FTP Navigator 8.03 contains a stack overflow vulnerability that allows attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) registers. Attackers can craft a malicious payload that triggers a buffer overflow when pasted into the Custom Command textbox,…

more

enabling remote code execution and launching the calculator as proof of concept.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Stack-based buffer overflow in FTP Navigator client application enables remote arbitrary code execution, directly mapping to Exploitation for Client Execution (T1203).

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

CVEs Like This One

CVE-2019-25329Same product: Internet-Soft Ftp Navigator
CVE-2025-54480Shared CWE-121
CVE-2025-69195Shared CWE-121
CVE-2026-43661Shared CWE-121
CVE-2026-33554Shared CWE-121
CVE-2024-34579Shared CWE-121
CVE-2020-37142Shared CWE-121
CVE-2026-1761Shared CWE-121
CVE-2020-37181Shared CWE-121
CVE-2019-25365Shared CWE-121

Affected Assets

internet-soft
ftp navigator
≤ 8.03

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely identification, reporting, and correction of flaws like the stack buffer overflow in CVE-2019-25321, eliminating the vulnerability through patching or removal.

prevent

Implements memory safeguards such as DEP, ASLR, and stack canaries that prevent successful SEH register overwrites and arbitrary code execution from stack overflows.

prevent

Mandates validation of information inputs like those pasted into the Custom Command textbox to block malicious payloads triggering the buffer overflow.

References