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
    • 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-2020-37184

CVE-2020-37184: Allok Video Converter RCE Vulnerability

CVE-2020-37184 is a stack overflow remote code execution vulnerability in Allok Video Converter 4.6.1217 that enables attackers to execute arbitrary code via the License Name field. This article covers technical details.

Published: February 13, 2026

CVE-2020-37184 Overview

CVE-2020-37184 is a stack overflow vulnerability affecting Allok Video Converter version 4.6.1217. The vulnerability exists in the License Name input field and allows attackers to execute arbitrary code on the target system. By crafting a specially designed payload, attackers can overwrite Structured Exception Handler (SEH) handlers and execute system commands by injecting malicious bytecode into the vulnerable input field.

Critical Impact

This stack overflow vulnerability enables arbitrary code execution through SEH handler overwrite, potentially allowing complete system compromise when a user interacts with a malicious payload.

Affected Products

  • Allok Video Converter version 4.6.1217
  • Windows systems running the affected application

Discovery Timeline

  • 2026-02-11 - CVE-2020-37184 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2020-37184

Vulnerability Analysis

This vulnerability is classified under CWE-121 (Stack-based Buffer Overflow), indicating that the application fails to properly validate the length of user-supplied input before copying it to a fixed-size stack buffer. The License Name input field in Allok Video Converter does not implement adequate bounds checking, allowing attackers to provide an excessively long input string that overflows the allocated buffer space.

When the stack buffer overflow occurs, attackers can overwrite critical stack structures including the SEH (Structured Exception Handler) chain. SEH is a Windows mechanism for handling exceptions, and by corrupting these handlers, an attacker can redirect program execution flow to their injected shellcode when an exception is triggered.

The local attack vector requires user interaction—a victim must open a malicious configuration file or manually enter the crafted payload into the License Name field. However, once triggered, the vulnerability provides full code execution capabilities within the context of the running application.

Root Cause

The root cause of CVE-2020-37184 is the lack of input length validation in the License Name field processing routine. The application uses a fixed-size stack buffer to store the license name input but fails to verify that the user-supplied data fits within the allocated buffer before copying. This classic buffer overflow condition allows data to spill beyond the intended memory boundaries, corrupting adjacent stack frames and SEH records.

Attack Vector

The attack leverages a local vector requiring user interaction. An attacker must craft a malicious payload containing carefully calculated padding to reach the SEH handler location on the stack, followed by shellcode or a pointer to attacker-controlled code. When the crafted input is processed by the License Name field:

  1. The oversized input overflows the stack buffer
  2. SEH handler pointers on the stack are overwritten with attacker-controlled values
  3. An exception is triggered (either naturally or intentionally)
  4. Windows follows the corrupted SEH chain to the attacker's code
  5. Arbitrary commands execute with the privileges of the application

Technical details and a proof-of-concept are available through Exploit-DB #47908.

Detection Methods for CVE-2020-37184

Indicators of Compromise

  • Unexpected crashes or exceptions in Allok Video Converter processes
  • Presence of abnormally long strings in license registration files or registry entries
  • Suspicious child processes spawned by the video converter application
  • Evidence of shellcode execution patterns in memory dumps

Detection Strategies

  • Monitor for stack overflow exceptions in Allok Video Converter processes using Windows Event Logs
  • Deploy endpoint detection rules that identify SEH overwrite patterns in memory
  • Implement application whitelisting to detect unexpected process spawning from multimedia applications
  • Use SentinelOne's behavioral AI to detect anomalous code execution patterns from desktop applications

Monitoring Recommendations

  • Enable detailed logging for application crashes and exception handling events
  • Monitor for creation of suspicious files in temporary directories by the video converter
  • Track network connections initiated by the application that may indicate post-exploitation activity
  • Review registry modifications related to Allok Video Converter license information

How to Mitigate CVE-2020-37184

Immediate Actions Required

  • Discontinue use of Allok Video Converter version 4.6.1217 until a patch is available
  • Implement application control policies to restrict execution of known vulnerable software
  • Deploy endpoint protection solutions capable of detecting and blocking exploitation attempts
  • Educate users about the risks of opening untrusted license files or entering unknown license data

Patch Information

No vendor patch information is currently available. Users should check the AllokSoft Home Page for potential updates. Given the age and nature of this software, consider migrating to alternative video conversion solutions that are actively maintained with security updates.

For additional technical details, refer to the VulnCheck Advisory on Allok Video Converter.

Workarounds

  • Remove or uninstall Allok Video Converter from systems until a fix is available
  • If the software must be used, run it in an isolated environment or sandboxed virtual machine
  • Implement Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) at the OS level to make exploitation more difficult
  • Configure application firewalls to block any outbound connections from the video converter application
  • Use SentinelOne's application vulnerability assessment to identify and track affected endpoints

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAllok Video Converter

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • 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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • AllokSoft Home Page

  • Exploit-DB #47908

  • VulnCheck Advisory on Allok Video Converter
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel 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