Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2019-25569

CVE-2019-25569: Crun Realterm DOS Vulnerability

CVE-2019-25569 is a stack-based buffer overflow in RealTerm Serial Terminal 2.0.0.70 that allows local attackers to crash the application. This post covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2019-25569 Overview

CVE-2019-25569 is a stack-based buffer overflow vulnerability affecting RealTerm Serial Terminal version 2.0.0.70. The vulnerability exists in the Echo Port field input handling, where insufficient boundary checking allows local attackers to overflow the stack buffer by providing a specially crafted input string. This overflow corrupts the Structured Exception Handler (SEH) chain, resulting in application crash and denial of service conditions.

Critical Impact

Local attackers can cause denial of service by crashing the RealTerm Serial Terminal application through SEH chain corruption, potentially disrupting serial communication workflows and industrial monitoring systems.

Affected Products

  • RealTerm Serial Terminal 2.0.0.70
  • Crun RealTerm (cpe:2.3:a:crun:realterm:2.0.0.70)

Discovery Timeline

  • 2026-03-21 - CVE CVE-2019-25569 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2019-25569

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), specifically manifesting as a stack-based buffer overflow. The flaw resides in the Echo Port input field of RealTerm Serial Terminal, where user-supplied data is copied to a fixed-size stack buffer without adequate length validation.

When an attacker provides an input string exceeding the expected buffer size, the excess data overwrites adjacent stack memory, including critical control structures. The exploitation technique involves crafting a payload with 268 bytes of padding followed by carefully positioned values designed to corrupt the SEH chain. This corruption causes the application's exception handling mechanism to fail catastrophically when triggered.

The local attack vector requires an attacker to have access to the target system where RealTerm is installed. While this limits the attack surface compared to network-exploitable vulnerabilities, it remains a concern in shared workstation environments or scenarios where malicious input could be supplied through automated scripts or configuration files.

Root Cause

The root cause of CVE-2019-25569 is improper input validation in the Echo Port field handler. The application allocates a fixed-size buffer on the stack to store port configuration data but fails to verify that user-supplied input does not exceed this buffer's capacity before copying the data. This classic buffer overflow scenario allows attackers to write beyond the intended memory boundaries, corrupting the SEH chain and other stack-based structures.

Attack Vector

The attack requires local access to a system running RealTerm Serial Terminal 2.0.0.70. An attacker can exploit this vulnerability by:

  1. Opening the RealTerm application
  2. Navigating to the Echo Port configuration field
  3. Pasting a malicious input string consisting of 268 bytes of padding characters followed by SEH overwrite values
  4. The application crashes when processing the malformed input, causing denial of service

The vulnerability leverages the application's lack of input sanitization to achieve SEH chain corruption. Technical details regarding the specific exploitation methodology can be found in the Exploit-DB #46391 entry and the VulnCheck RealTerm Advisory.

Detection Methods for CVE-2019-25569

Indicators of Compromise

  • Unexpected crashes of realterm.exe process with access violation exceptions
  • Windows Event Log entries showing application faults in RealTerm with exception code 0xC0000005
  • Abnormally long strings (268+ bytes) present in configuration files or clipboard history associated with RealTerm usage
  • SEH chain corruption artifacts in crash dump analysis

Detection Strategies

  • Monitor for repeated RealTerm application crashes using Windows Application Event logs (Event ID 1000)
  • Implement endpoint detection rules to identify processes with SEH-related exception handling failures
  • Deploy file integrity monitoring on RealTerm configuration directories to detect suspicious modifications
  • Use application crash monitoring tools to alert on patterns consistent with exploitation attempts

Monitoring Recommendations

  • Enable enhanced crash reporting for desktop applications in enterprise environments
  • Configure SentinelOne Singularity Platform to monitor for buffer overflow exploitation patterns targeting RealTerm
  • Implement user activity monitoring on systems where RealTerm is deployed for industrial or development purposes
  • Review clipboard contents and input field data for anomalously long strings in security-sensitive environments

How to Mitigate CVE-2019-25569

Immediate Actions Required

  • Inventory all systems running RealTerm Serial Terminal version 2.0.0.70
  • Restrict local access to workstations running vulnerable RealTerm installations
  • Consider replacing RealTerm with alternative serial terminal applications until a patch is available
  • Implement application whitelisting to control who can execute RealTerm on enterprise systems
  • Enable Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) at the OS level to increase exploitation difficulty

Patch Information

As of the last NVD update on 2026-03-24, no official vendor patch has been identified for this vulnerability. Users should monitor the RealTerm SourceForge project page for any security updates or newer versions that may address this issue. Consider reaching out to the RealTerm development community for remediation guidance.

Workarounds

  • Limit RealTerm usage to trusted, isolated systems not connected to sensitive networks
  • Run RealTerm in a sandboxed environment or virtual machine to contain potential crashes
  • Implement input validation at the operating system level using Enhanced Mitigation Experience Toolkit (EMET) or Windows Defender Exploit Guard
  • Restrict clipboard paste functionality when possible to prevent easy exploitation via copy-paste attacks
  • Deploy endpoint protection solutions like SentinelOne that can detect and prevent exploitation of buffer overflow vulnerabilities
bash
# Enable DEP for RealTerm executable (Windows)
# Run as Administrator in PowerShell
Set-ProcessMitigation -Name realterm.exe -Enable DEP
Set-ProcessMitigation -Name realterm.exe -Enable SEHOP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCrun Realterm

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/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-787
  • Technical References
  • RealTerm Project Homepage

  • RealTerm SourceForge Files

  • Exploit-DB #46391

  • VulnCheck RealTerm Advisory
  • Related CVEs
  • CVE-2019-25570: RealTerm Serial Terminal DoS Vulnerability
Default Legacy - Prefooter | 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