Cyber Resilience

CVE-2019-25332

HighPublic PoC

Published: 12 February 2026

Published
12 February 2026
Modified
15 April 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.0025 16.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25332 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Internet Soft (inferred from references). 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 16.0th 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-25332 is a local stack overflow vulnerability in FTP Commander Pro version 8.03. The issue arises from a custom command input that allows attackers to overwrite the EIP register, enabling arbitrary code execution. Attackers can craft a malicious payload of 4108 bytes to overwrite memory and execute shellcode.

The vulnerability can be exploited by local attackers requiring low complexity, no privileges, and no user interaction, as indicated by its CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Exploitation grants high impacts on confidentiality, integrity, and availability, allowing attackers to achieve remote code execution potential through shellcode deployment. It is associated with CWE-121 (Stack-based Buffer Overflow).

Advisories and references, including the vendor site at http://www.internet-soft.com/, Exploit-DB proof-of-concepts at https://www.exploit-db.com/exploits/37810 and https://www.exploit-db.com/exploits/47775, and a VulnCheck advisory at https://www.vulncheck.com/advisories/ftp-commander-pro-local-stack-overflow, document the vulnerability and provide exploit details. No specific patch or mitigation steps are outlined in the CVE description.

Publicly available proof-of-concept exploits on Exploit-DB highlight real-world exploitability for this legacy FTP client software. The CVE was published on 2026-02-12.

EU & UK References

Vulnerability details

FTP Commander Pro 8.03 contains a local stack overflow vulnerability that allows attackers to execute arbitrary code by overwriting the EIP register through a custom command input. Attackers can craft a malicious payload of 4108 bytes to overwrite memory and…

more

execute shellcode, demonstrating remote code execution potential.

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?

Local stack buffer overflow in FTP client enables arbitrary code execution via EIP overwrite and shellcode, directly facilitating client-side exploitation.

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

CVEs Like This One

CVE-2025-54480Shared CWE-121
CVE-2025-69195Shared CWE-121
CVE-2026-43661Shared CWE-121
CVE-2019-25321Shared 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
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-16 implements memory protections like DEP, ASLR, and stack canaries that directly prevent exploitation of stack overflows for EIP overwrite and arbitrary code execution.

prevent

SI-10 requires validation of information inputs to block oversized payloads like the 4108-byte malicious input that triggers the buffer overflow.

prevent

SI-2 mandates timely flaw remediation, such as patching or removing vulnerable legacy software like FTP Commander Pro 8.03.

References