Cyber Resilience

CVE-2020-37196

MediumPublic PoC

Published: 11 February 2026

Published
11 February 2026
Modified
27 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.0001 2.6th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-37196 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Nsasoft Domain Name Search Software. 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 2.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 SC-5 (Denial-of-service Protection).

Deeper analysis

CVE-2020-37196 is a denial-of-service vulnerability affecting Dnss Domain Name Search Software. The issue arises from a buffer overflow condition (CWE-120) triggered by providing an oversized registration key, such as a 1000-character payload pasted into the registration key field, which causes the application to crash. It has 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 impact on availability with no effects on confidentiality or integrity.

Remote attackers can exploit this vulnerability over the network without privileges, authentication, or user interaction by simply entering the oversized payload into the registration key field. Successful exploitation results in a denial of service, crashing the application and disrupting its functionality.

Advisories and related resources include a VulnCheck advisory at https://www.vulncheck.com/advisories/dnss-domain-name-search-software-key-denial-of-service, a proof-of-concept exploit documented on Exploit-DB at https://www.exploit-db.com/exploits/47856, and the vendor site at http://www.nsauditor.com/. No specific patch or mitigation details are provided in the available information.

EU & UK References

Vulnerability details

Dnss Domain Name Search Software contains a denial of service vulnerability that allows attackers to crash the application by providing an oversized registration key. Attackers can generate a 1000-character buffer payload and paste it into the registration key field to…

more

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 client application directly enables application-layer DoS via exploitation (T1499.004).

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

CVEs Like This One

CVE-2020-37197Same product: Nsasoft Domain Name Search Software
CVE-2020-37205Same vendor: Nsasoft
CVE-2021-47815Same vendor: Nsasoft
CVE-2020-37204Same 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

Affected Assets

nsasoft
domain name search software
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs (including the registration key field) to reject oversized payloads that trigger the buffer overflow and crash.

prevent

Enforces memory protections that can limit the effects of the buffer overflow condition (CWE-120) exploited by the 1000-character registration key.

prevent

Requires mechanisms to protect against or limit denial-of-service conditions caused by malformed inputs that crash the application.

References