Cyber Resilience

CVE-2020-37130

MediumPublic PoC

Published: 05 February 2026

Published
05 February 2026
Modified
01 May 2026
KEV Added
Patch
CVSS Score v4 6.7 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/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.0003 10.6th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-37130 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Nsasoft Nsauditor. Its CVSS base score is 6.7 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 10.6th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2020-37130 is a denial of service vulnerability in Nsauditor 3.2.0.0, specifically affecting the registration name input field. Attackers can trigger an application crash by pasting a malicious payload of 1000 bytes of repeated characters into this field. The flaw is associated with CWE-120 and carries 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), indicating high availability impact with no confidentiality or integrity effects.

Any unauthenticated attacker (PR:N) can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L) and no user interaction required (UI:N). Exploitation leads to a complete denial of service by crashing the Nsauditor application, disrupting its functionality for the targeted user.

References for this CVE include the vendor site at http://www.nsauditor.com, a proof-of-concept exploit at https://www.exploit-db.com/exploits/48286, and an advisory from VulnCheck at https://www.vulncheck.com/advisories/nsauditor-name-denial-of-service. No specific patch or mitigation details are provided in the available information.

EU & UK References

Vulnerability details

Nsauditor 3.2.0.0 contains a denial of service vulnerability in the registration name input field that allows attackers to crash the application. Attackers can create a malicious payload of 1000 bytes of repeated characters to trigger an application crash when pasted…

more

into the registration name field.

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 input field directly enables remote application crash (CWE-120), mapping to Endpoint DoS via exploitation.

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

CVEs Like This One

CVE-2021-47815Same product: Nsasoft Nsauditor
CVE-2021-47895Same product: Nsasoft Nsauditor
CVE-2020-37205Same vendor: Nsasoft
CVE-2020-37119Same product: Nsasoft Nsauditor
CVE-2020-37204Same vendor: Nsasoft
CVE-2020-37211Same vendor: Nsasoft
CVE-2020-37209Same vendor: Nsasoft
CVE-2020-37199Same vendor: Nsasoft
CVE-2020-37206Same vendor: Nsasoft
CVE-2018-25213Same product: Nsasoft Nsauditor

Affected Assets

nsasoft
nsauditor
≤ 3.2.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents crashes by requiring validation of inputs like the registration name field against oversized payloads such as 1000 bytes of repeated characters.

prevent

SI-2 mandates timely flaw remediation to patch the buffer overflow vulnerability in Nsauditor's registration name input handling.

prevent

SC-5 limits the effects of denial-of-service events like application crashes triggered by malicious inputs over the network.

References