Cyber Resilience

CVE-2020-37119

HighPublic PoC

Published: 05 February 2026

Published
05 February 2026
Modified
09 February 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.0061 44.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37119 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Nsasoft Nsauditor. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2020-37119 is a buffer overflow vulnerability in the DNS Lookup tool of Nsauditor versions 3.0.28 and 3.2.1.0. The flaw enables attackers to execute arbitrary code by overwriting memory through a crafted malicious DNS query payload, which triggers a three-byte overwrite. It is associated with CWE-121 (stack-based buffer overflow) and CWE-787 (out-of-bounds write), earning a CVSS v3.1 base score of 9.8.

Remote attackers require no privileges, authentication, or user interaction to exploit this vulnerability over the network with low complexity. By constructing a precise payload, they can bypass ASLR and execute shellcode, achieving high impacts on confidentiality, integrity, and availability, potentially leading to full system compromise.

References include a proof-of-concept exploit at https://www.exploit-db.com/exploits/48350, the vendor site at https://www.nsauditor.com/, and a VulnCheck advisory at https://www.vulncheck.com/advisories/nsauditor-buffer-overflow-sehaslr-bypass-bytes-overwrite detailing the SEH ASLR bypass and three-byte overwrite technique. No patch or mitigation details are specified in the available information.

EU & UK References

Vulnerability details

Nsauditor 3.0.28 and 3.2.1.0 contains a buffer overflow vulnerability in the DNS Lookup tool that allows attackers to execute arbitrary code by overwriting memory. Attackers can craft a malicious DNS query payload to trigger a three-byte overwrite, bypass ASLR, and…

more

execute shellcode through a carefully constructed exploit.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote unauthenticated buffer overflow in network-exposed DNS Lookup tool directly enables arbitrary code execution via crafted payload (T1190).

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

CVEs Like This One

CVE-2018-25213Same product: Nsasoft Nsauditor
CVE-2020-37130Same product: Nsasoft Nsauditor
CVE-2021-47815Same product: Nsasoft Nsauditor
CVE-2021-47895Same product: Nsasoft Nsauditor
CVE-2020-37200Same vendor: Nsasoft
CVE-2025-2263Shared CWE-121, CWE-787
CVE-2025-34468Shared CWE-121, CWE-787
CVE-2025-70237Shared CWE-121, CWE-787
CVE-2025-54820Shared CWE-121, CWE-787
CVE-2025-70234Shared CWE-121, CWE-787

Affected Assets

nsasoft
nsauditor
3.0.28, 3.2.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Flaw remediation directly mitigates this buffer overflow by identifying, prioritizing, and applying patches or updates to vulnerable Nsauditor versions.

prevent

Information input validation prevents the buffer overflow by ensuring malicious DNS query payloads do not exceed allocated memory bounds.

prevent

Memory protection mechanisms like stack canaries, DEP, and safe unlinking block exploitation attempts such as the three-byte SEH overwrite even if invalid input reaches the buffer.

References