Cyber Resilience

CVE-2020-37126

HighPublic PoC

Published: 05 February 2026

Published
05 February 2026
Modified
15 April 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.0055 41.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37126 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Drive Software (inferred from references). Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 41.7th 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

Free Desktop Clock 3.0 is affected by CVE-2020-37126, a stack overflow vulnerability in the Time Zones display name input field. The flaw, classified under CWE-121, enables attackers to overwrite Structured Exception Handler (SEH) registers through a crafted malicious Unicode input. This triggers an access violation, with a CVSS v3.1 base score of 9.8 indicating critical severity due to its potential for high impacts on confidentiality, integrity, and availability.

Remote attackers can exploit this vulnerability over the network with low complexity, requiring no privileges, authentication, or user interaction. Successful exploitation allows arbitrary code execution by leveraging the SEH overwrite, granting full control over the affected system.

Advisories and references, including an Exploit-DB entry at https://www.exploit-db.com/exploits/48314 and a VulnCheck advisory at https://www.vulncheck.com/advisories/free-desktop-clock-x-venetian-blinds-zipper-unicode-stack-overflow-seh, document the issue and proof-of-concept exploit. The vendor site at http://www.drive-software.com provides additional context, though specific patch details are not outlined in available information.

EU & UK References

Vulnerability details

Free Desktop Clock 3.0 contains a stack overflow vulnerability in the Time Zones display name input that allows attackers to overwrite Structured Exception Handler (SEH) registers. Attackers can exploit the vulnerability by crafting a malicious Unicode input that triggers an…

more

access violation and potentially execute arbitrary code.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Stack-based buffer overflow with SEH overwrite directly enables client-side arbitrary code execution via crafted input.

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

CVEs Like This One

CVE-2025-54480Shared CWE-121
CVE-2025-69195Shared CWE-121
CVE-2026-43661Shared CWE-121
CVE-2019-25321Shared CWE-121
CVE-2026-33554Shared CWE-121
CVE-2024-34579Shared CWE-121
CVE-2020-37142Shared CWE-121
CVE-2026-1761Shared CWE-121
CVE-2020-37181Shared CWE-121
CVE-2019-25365Shared CWE-121

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Information input validation directly prevents malicious Unicode inputs from causing the stack overflow in the Time Zones display name field.

prevent

Memory protection mechanisms like DEP and stack canaries block arbitrary code execution from SEH register overwrites triggered by the stack overflow.

prevent

Flaw remediation ensures the specific stack overflow vulnerability in Free Desktop Clock 3.0 is identified, patched, and deployed to eliminate exploitability.

References