Cyber Resilience

CVE-2020-37209

MediumPublic PoC

Published: 11 February 2026

Published
11 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v4 4.6 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/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
EPSS Score 0.0004 14.3th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-37209 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Nsasoft Spotftp. Its CVSS base score is 4.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 14.3th 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-9 (Information Input Restrictions).

Deeper analysis

CVE-2020-37209 is a denial of service vulnerability affecting SpotFTP version 3.0.0.0, specifically in the registration name input field. The issue stems from CWE-120 (buffer copy without checking size of input), where attackers can crash the application by generating a 1000-character buffer payload and pasting it into the 'Name' field. The vulnerability has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and was published on 2026-02-11.

Remote attackers require no privileges or authentication to exploit this vulnerability over the network with low complexity and no user interaction, according to the CVSS vector. Successful exploitation crashes the SpotFTP application, causing a denial of service.

Advisories and proof-of-concept exploits are documented in references including nsauditor.com, an Exploit-DB entry at https://www.exploit-db.com/exploits/47868, and a Vulncheck advisory at https://www.vulncheck.com/advisories/spotftp-ftp-password-recovery-name-denial-of-service. No patch or specific mitigation details are provided in the available information.

EU & UK References

Vulnerability details

SpotFTP 3.0.0.0 contains a denial of service vulnerability in the registration name input field that allows attackers to crash the application. Attackers can generate a 1000-character buffer payload and paste it into the 'Name' field to trigger an application crash.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Buffer overflow in application input field directly enables remote DoS via application exploitation (T1499.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2020-37208Same product: Nsasoft Spotftp
CVE-2020-37205Same vendor: Nsasoft
CVE-2021-47815Same vendor: Nsasoft
CVE-2020-37204Same vendor: Nsasoft
CVE-2020-37211Same vendor: Nsasoft
CVE-2020-37199Same vendor: Nsasoft
CVE-2020-37130Same vendor: Nsasoft
CVE-2020-37206Same vendor: Nsasoft
CVE-2020-37207Same vendor: Nsasoft
CVE-2020-37201Same vendor: Nsasoft

Affected Assets

nsasoft
spotftp
3.0.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflow crashes by requiring validation of input size and content in fields like the registration name.

prevent

Enforces input restrictions such as maximum length limits to block oversized payloads like the 1000-character buffer from crashing the application.

prevent

Ensures graceful error handling for invalid inputs to mitigate application crashes from unhandled buffer overflows.

References