Cyber Resilience

CVE-2020-37198

MediumPublic PoC

Published: 11 February 2026

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

Summary

CVE-2020-37198 is a medium-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Co (inferred from references). 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 2.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-37198 is a denial of service vulnerability in Duplicate Cleaner Pro version 4.1.3, stemming from a stack buffer overflow (CWE-121). The flaw occurs when an oversized buffer is injected into the license key field, allowing attackers to crash the application. It 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 effects on confidentiality or integrity.

Any attacker can exploit this vulnerability without privileges by generating a 6000-byte payload and pasting it into the license activation field, triggering an application crash. The attack is feasible over the network with low complexity and no required user interaction, enabling straightforward denial of service against affected systems running the vulnerable software.

Advisories and additional details, including an exploit proof-of-concept, are available at https://www.vulncheck.com/advisories/duplicate-cleaner-pro-denial-of-service and https://www.exploit-db.com/exploits/47873. The vendor's website is at https://www.digitalvolcano.co.uk/index.html. No specific patch or mitigation guidance is detailed in the CVE description.

EU & UK References

Vulnerability details

Duplicate Cleaner Pro 4.1.3 contains a denial of service vulnerability that allows attackers to crash the application by injecting an oversized buffer into the license key field. Attackers can generate a 6000-byte payload and paste it into the license activation…

more

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?

Stack buffer overflow in license key field directly enables application crash via exploitation, matching Endpoint DoS (T1499.004).

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

CVEs Like This One

CVE-2019-25328Shared CWE-121
CVE-2025-1758Shared CWE-121
CVE-2026-36837Shared CWE-121
CVE-2019-25340Shared CWE-121
CVE-2025-50659Shared CWE-121
CVE-2020-37122Shared CWE-121
CVE-2020-37136Shared CWE-121
CVE-2019-25341Shared CWE-121
CVE-2025-70252Shared CWE-121
CVE-2020-37177Shared CWE-121

Affected Assets

Co
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 requires validation of all input (including the license key field) to reject oversized buffers before they reach the vulnerable parsing routine.

prevent

Mandates memory-protection mechanisms that can prevent a stack buffer overflow from causing an application crash.

prevent

Requires prompt remediation of the known stack-buffer-overflow flaw in Duplicate Cleaner Pro 4.1.3.

References