Cyber Resilience

CVE-2020-37212

MediumPublic PoC

Published: 11 February 2026

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

Summary

CVE-2020-37212 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Nsasoft Spotmsn. 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.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-37212 is a denial of service vulnerability in SpotMSN version 2.4.6. The flaw occurs in the registration name input field, where attackers can paste a 1000-character payload into the 'Name' field to trigger an application crash. It is associated with CWE-120 (Buffer Copy without Checking Size of Input) 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 low complexity and no privileges required.

Unauthenticated attackers with network access can exploit this vulnerability by supplying the oversized payload during the registration process, causing the SpotMSN application to crash and resulting in a denial of service. The attack requires no user interaction beyond the input and has no effects on confidentiality or integrity.

Advisories and references, including those from VulnCheck detailing the SpotMSN name denial of service, an Exploit-DB entry (47869) with a proof-of-concept, and NSAuditor, document the issue but do not specify patches or mitigations in the available information.

EU & UK References

Vulnerability details

SpotMSN 2.4.6 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 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 client registration input directly enables application-layer DoS via crafted oversized payload (T1499.004).

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

CVEs Like This One

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
CVE-2020-37201Same vendor: Nsasoft

Affected Assets

nsasoft
spotmsn
≤ 2.4.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly validates the size and format of inputs to the registration name field, preventing oversized payloads from triggering the buffer overflow crash.

prevent

Implements denial-of-service protections to limit effects of oversized input attacks that crash the application.

prevent

Restricts the amount and length of information enterable into the name field by unauthenticated users, blocking 1000-character payloads.

References