CVE-2020-37221: Atomic Alarm Clock 6.3 Stack Overflow via SEH Unicode
Atomic Alarm Clock 6.3 contains a stack overflow vulnerability that allows local attackers to execute arbitrary code by supplying a malicious string to the display name textbox in the Time Zones Clock configuration. Attackers can craft a buffer with structured exception handling overwrite and encoded shellcode to bypass SafeSEH protections and execute arbitrary commands with application privileges.
Security readout for executives and security teams
Plain-English summary
Atomic Alarm Clock 6.3 has a memory corruption flaw that can let a local attacker run code through a crafted Time Zones Clock display name. This is high risk on machines where the application is installed, but the sources do not show internet-based exploitation or confirmed active exploitation.
Executive priority
Prioritize removal or remediation on managed endpoints where Atomic Alarm Clock 6.3 is installed. The business urgency is high for exposed workstations because exploitation could give code execution, but scope is likely narrow unless the software is widely deployed.
Technical view
The issue is a CWE-121 stack overflow in Atomic Alarm Clock 6.3. A malicious string in the Time Zones Clock display name textbox can overwrite structured exception handling and enable code execution with the application’s privileges. The CVSS 4.0 score is 8.6 with local attack vector and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure appears limited to endpoints running Drive-software Atomic Alarm Clock 6.3. The source bundle provides no CPEs, supported-version matrix, or server-side exposure path. Because this is a desktop utility, validate through endpoint software inventory, not external scanning.
Exploitation context
A public ExploitDB entry is cited, so proof-of-concept exploit information exists. However, the CVE is not marked KEV, and the supplied sources do not claim active exploitation in the wild. Treat it as locally exploitable code execution risk, not confirmed widespread exploitation.
Researcher notes
Evidence supports Atomic Alarm Clock 6.3 only. The source bundle cites SEH overwrite and SafeSEH bypass context but does not provide vendor remediation details, CPEs, or active exploitation evidence. Avoid expanding affected versions without vendor confirmation.
Mitigation direction
Inventory endpoints for Atomic Alarm Clock 6.3.
Remove the application where there is no business need.
Check Drive-software or vendor guidance for patch or upgrade status.
Run the application only under least-privileged user accounts.
Monitor affected endpoints for suspicious child processes or command execution.
Validation and detection
Confirm installed Atomic Alarm Clock versions through endpoint inventory.
Prioritize systems where untrusted local users can access the application.
Review EDR telemetry for unusual process launches from the application.
Track CVE, VulnCheck, and vendor records for remediation updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-121: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-121 · source CWE mapping
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.