The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-37128

CVE-2020-37128: ZOC Terminal 7.25.5 DoS Vulnerability

CVE-2020-37128 is a denial of service vulnerability in ZOC Terminal 7.25.5 caused by malicious REXX script processing. Attackers can crash the application using oversized scripts. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37128 Overview

CVE-2020-37128 is a stack-based buffer overflow vulnerability affecting ZOC Terminal version 7.25.5. The vulnerability exists in the application's REXX script processing functionality, which fails to properly validate the size of input data when loading script files. Local attackers can exploit this flaw by crafting a malicious REXX script file containing approximately 20,000 repeated characters, causing the application to crash and resulting in a denial of service condition.

Critical Impact

Successful exploitation allows local attackers to crash ZOC Terminal through maliciously crafted REXX script files, disrupting terminal emulation services and potentially affecting critical administrative workflows that depend on the application.

Affected Products

  • ZOC Terminal version 7.25.5
  • Emtec ZOC Terminal (Windows and macOS versions)

Discovery Timeline

  • 2026-02-05 - CVE-2020-37128 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2020-37128

Vulnerability Analysis

The vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), which occurs when a program writes data beyond the boundaries of a pre-allocated stack buffer. In the case of ZOC Terminal 7.25.5, the script processing engine does not adequately check the length of input data when parsing REXX script files.

When a user opens or executes a REXX script through ZOC Terminal, the application reads the script content into a stack-allocated buffer. The absence of proper bounds checking allows an attacker to provide input that exceeds the buffer's capacity, overwriting adjacent memory on the stack. While this specific vulnerability results in application termination (denial of service), stack-based buffer overflows can potentially be leveraged for code execution in certain circumstances.

The attack requires local access and user interaction—specifically, the victim must load the malicious script file into the application.

Root Cause

The root cause of CVE-2020-37128 is insufficient input validation in ZOC Terminal's REXX script parser. The application allocates a fixed-size buffer on the stack to process script content but does not verify that incoming data fits within these boundaries. When processing a script containing approximately 20,000 repeated characters, the buffer overflows, corrupting stack memory and causing the application to crash.

Attack Vector

The attack vector is local, requiring the attacker to either:

  1. Have direct access to the target system to place a malicious REXX script file
  2. Convince a user to download and open a malicious script file through social engineering

The exploitation is straightforward—an attacker generates an oversized REXX script file with repeated characters (approximately 20,000 bytes of padding) and delivers it to the victim. When the victim opens this script in ZOC Terminal, the application crashes due to the stack buffer overflow.

Technical details about the exploitation mechanism can be found in the Exploit-DB #48302 entry and the VulnCheck Security Advisory.

Detection Methods for CVE-2020-37128

Indicators of Compromise

  • Presence of unusually large REXX script files (.rexx, .rex) in user directories or download locations
  • ZOC Terminal crash logs or Windows Error Reporting events indicating application termination
  • Unexpected ZOC Terminal process terminations without user-initiated closure
  • Script files containing repetitive character patterns or suspicious padding

Detection Strategies

  • Monitor for ZOC Terminal crash events in Windows Event Logs (Application log, event ID 1000 for application crashes)
  • Implement file integrity monitoring for directories containing REXX scripts used by ZOC Terminal
  • Deploy endpoint detection rules to identify unusually large script files being opened by zoc.exe
  • Use SentinelOne's behavioral AI to detect anomalous process terminations and potential exploitation attempts

Monitoring Recommendations

  • Enable application crash logging and forward crash reports to centralized logging infrastructure
  • Monitor for repeated ZOC Terminal crashes that may indicate exploitation attempts
  • Track file system activity for creation of REXX script files exceeding normal size thresholds
  • Implement user awareness training regarding suspicious script files received via email or download

How to Mitigate CVE-2020-37128

Immediate Actions Required

  • Upgrade ZOC Terminal to the latest available version from Emtec
  • Restrict execution of REXX scripts to trusted, validated sources only
  • Implement application whitelisting to control which scripts can be loaded into ZOC Terminal
  • Educate users about the risks of opening script files from untrusted sources

Patch Information

Users should check the Emtec website for the latest version of ZOC Terminal that addresses this vulnerability. The vendor advisory and patch information should be reviewed for specific remediation guidance. Additional technical details are available in the VulnCheck Security Advisory.

Workarounds

  • Disable or restrict REXX script functionality if not required for operational needs
  • Implement file size validation for script files before opening them in ZOC Terminal
  • Use file filtering solutions to block oversized script files from reaching end users
  • Deploy endpoint protection solutions like SentinelOne to detect and prevent exploitation attempts
bash
# Example: Block large REXX files using Windows PowerShell
# Monitor and alert on REXX files larger than 10KB in user directories
Get-ChildItem -Path "$env:USERPROFILE" -Recurse -Include *.rexx,*.rex | 
Where-Object { $_.Length -gt 10KB } | 
ForEach-Object { Write-Warning "Suspicious script file detected: $($_.FullName)" }

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZoc Terminal

  • SeverityMEDIUM

  • CVSS Score6.7

  • Known ExploitedNo
  • CVSS Vector
  • 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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Emtec Company Overview

  • Exploit-DB #48302

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2020-37136: ZOC Terminal 7.25.5 DoS Vulnerability

  • CVE-2019-25589: ZOC Terminal Buffer Overflow Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English