Cyber Resilience

CVE-2020-37205

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.0002 4.4th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-37205 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Nsasoft Remshutdown. 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 4.4th 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 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2020-37205 is a denial of service vulnerability in RemShutdown 2.9.0.0, stemming from a buffer overflow in the 'Name' registration field (CWE-120). Attackers can trigger the issue by submitting oversized input, such as a 1000-character payload, leading to an application crash. The vulnerability received a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), highlighting its high availability impact with network accessibility and no prerequisites for exploitation.

Any remote attacker can exploit this vulnerability without privileges or user interaction by pasting a specially crafted 1000-character buffer payload into the registration name field, causing the RemShutdown application to crash and deny service to legitimate users.

Advisories and related resources include the VulnCheck advisory at https://www.vulncheck.com/advisories/remshutdown-name-denial-of-service, a proof-of-concept exploit on Exploit-DB at https://www.exploit-db.com/exploits/47865, and the vendor site at http://www.nsauditor.com/. No patch details are specified in available information.

EU & UK References

Vulnerability details

RemShutdown 2.9.0.0 contains a denial of service vulnerability that allows attackers to crash the application by overflowing the 'Name' registration field. Attackers can generate a 1000-character buffer payload and paste it into the registration name field to trigger an application…

more

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 network-accessible registration field directly enables application crash via crafted input, mapping to application exploitation for endpoint DoS.

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

CVEs Like This One

CVE-2020-37204Same product: Nsasoft Remshutdown
CVE-2021-47815Same vendor: Nsasoft
CVE-2020-37211Same vendor: Nsasoft
CVE-2020-37209Same 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
CVE-2020-37212Same vendor: Nsasoft

Affected Assets

nsasoft
remshutdown
2.9.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates the length and format of inputs to the 'Name' registration field, directly preventing buffer overflow crashes from oversized payloads like 1000-character strings.

prevent

Enforces size restrictions on inputs to the registration name field at application boundaries, blocking oversized payloads that trigger the buffer overflow denial of service.

prevent

Implements denial-of-service protections such as input rate limiting and resource throttling to mitigate crashes from remote oversized input attacks on RemShutdown.

References