Cyber Resilience

CVE-2020-37191

MediumPublic PoC

Published: 11 February 2026

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

Summary

CVE-2020-37191 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Top Password Software Dialup (inferred from references). 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 10.0th 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-37191 is a denial of service vulnerability in Top Password Software Dialup Password Recovery version 1.30. The flaw, classified under CWE-120 (Buffer Copy without Checking Size of Input), allows attackers to crash the application by submitting a large 5000-character payload into the User Name and Registration Code input fields, leading to a buffer overflow.

The vulnerability can be exploited remotely by unauthenticated attackers with no privileges required and low complexity, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Successful exploitation results in application denial of service through crashing, with potential confidentiality impacts based on the score metrics.

Advisories and related resources include a proof-of-concept exploit on Exploit-DB (https://www.exploit-db.com/exploits/47907), the vendor site (https://www.top-password.com/), and a detailed advisory from VulnCheck (https://www.vulncheck.com/advisories/top-password-software-dialup-password-recovery-denial-of-service), though specific patch or mitigation guidance is not detailed in the available information.

EU & UK References

Vulnerability details

Top Password Software Dialup Password Recovery 1.30 contains a denial of service vulnerability that allows attackers to crash the application by overflowing input fields. Attackers can trigger the vulnerability by inserting a large 5000-character payload into the User Name and…

more

Registration Code input fields.

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 T1499.004 (Application or System Exploitation) to crash the process and achieve DoS.

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

CVEs Like This One

CVE-2025-20115Shared CWE-120
CVE-2020-37205Shared CWE-120
CVE-2026-28875Shared CWE-120
CVE-2020-37194Shared CWE-120
CVE-2020-37180Shared CWE-120
CVE-2024-24419Shared CWE-120
CVE-2019-25353Shared CWE-120
CVE-2026-30075Shared CWE-120
CVE-2020-37213Shared CWE-120
CVE-2021-47798Shared CWE-120

Affected Assets

Top Password
Software Dialup
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflow exploitation by validating the size and format of large payloads in User Name and Registration Code input fields.

prevent

Protects against denial-of-service attacks by limiting the effects of oversized input payloads that crash the vulnerable application.

prevent

Remediates the specific CWE-120 buffer overflow flaw in Top Password Software Dialup Password Recovery 1.30 through timely patching or replacement.

References