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-2020-37075

CVE-2020-37075: LanSend 3.2 Buffer Overflow RCE Vulnerability

CVE-2020-37075 is a buffer overflow vulnerability in LanSend 3.2 that enables remote code execution through malicious file imports. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2020-37075 Overview

CVE-2020-37075 is a buffer overflow vulnerability in LanSend 3.2 that affects the Add Computers Wizard file import functionality. This vulnerability allows attackers to execute arbitrary code by crafting a malicious payload file that triggers a structured exception handler (SEH) overwrite. When a user imports computers from a specially crafted file, the application fails to properly validate input boundaries, leading to memory corruption and potential shellcode execution.

Critical Impact

Successful exploitation enables arbitrary code execution on the target system through SEH overwrite, allowing attackers to gain complete control of the affected machine.

Affected Products

  • LanSend 3.2 (Add Computers Wizard component)
  • Lizard Systems LANsend with file import functionality

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37075 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37075

Vulnerability Analysis

This vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw resides in the Add Computers Wizard functionality of LanSend 3.2, specifically in the code path that handles file imports.

When LanSend processes an import file containing computer entries, it copies user-supplied data into a fixed-size buffer without adequately verifying the length of the input. This allows an attacker to overflow the buffer and overwrite adjacent memory structures, including the Structured Exception Handler (SEH) chain on the stack.

The vulnerability requires local access to the system and user interaction to import the malicious file. Once the buffer overflow corrupts the SEH chain, an exception triggered during processing causes control flow to be redirected to attacker-controlled addresses, enabling arbitrary code execution with the privileges of the LanSend application.

Root Cause

The root cause of CVE-2020-37075 is insufficient input validation in the file import parsing routine. The application uses unsafe string copy operations that do not verify whether the destination buffer can accommodate the source data. When processing computer names or related fields from an import file, the application blindly copies data into a stack-based buffer, creating the overflow condition.

The lack of bounds checking combined with the predictable memory layout allows attackers to craft payloads that precisely overwrite the SEH handler pointer, converting a simple buffer overflow into a reliable code execution primitive.

Attack Vector

The attack requires the following conditions:

  1. The attacker must craft a malicious import file containing an oversized payload designed to overflow the target buffer
  2. The payload must include a carefully calculated offset to overwrite the SEH handler pointer
  3. The victim must be socially engineered to import the malicious file using the Add Computers Wizard feature
  4. Upon import, the buffer overflow triggers an exception, and the corrupted SEH handler redirects execution to the attacker's shellcode

The local attack vector with user interaction requirement means this vulnerability is most likely to be exploited through social engineering tactics, such as sending the malicious file via email or hosting it on a compromised network share. Technical details and proof-of-concept information are available through Exploit-DB #48461.

Detection Methods for CVE-2020-37075

Indicators of Compromise

  • Unusual crash events or exceptions in the LanSend application, particularly during file import operations
  • Presence of suspicious import files with unusually large data fields or binary content
  • Unexpected child processes spawned by lansend.exe or related executables
  • Memory access violations logged in Windows Event Viewer associated with LanSend

Detection Strategies

  • Monitor for abnormal file access patterns involving LanSend import files, especially those with unexpected file sizes or content
  • Deploy endpoint detection rules to identify SEH exploitation techniques and shellcode execution patterns
  • Implement application whitelisting to prevent unauthorized code execution from exploited processes
  • Use behavioral analysis to detect anomalous process behavior following LanSend file import operations

Monitoring Recommendations

  • Enable detailed application logging for LanSend to capture file import activities and any associated errors
  • Configure endpoint protection solutions to alert on buffer overflow exploitation attempts and SEH manipulation
  • Monitor network shares and email attachments for potentially malicious LanSend import files

How to Mitigate CVE-2020-37075

Immediate Actions Required

  • Restrict access to the LanSend Add Computers Wizard functionality to trusted administrators only
  • Implement strict policies prohibiting the import of computer lists from untrusted or unknown sources
  • Consider disabling the file import feature if not required for business operations
  • Deploy endpoint protection solutions capable of detecting buffer overflow and SEH exploitation attempts

Patch Information

Refer to Lizard Systems LANsend for official vendor updates and any available security patches. The VulnCheck LANsend Buffer Overflow Advisory provides additional technical guidance on addressing this vulnerability.

Organizations should evaluate whether to upgrade to a newer version of LanSend that addresses this vulnerability or consider alternative solutions if no patch is available.

Workarounds

  • Remove or disable the Add Computers Wizard file import functionality through application configuration or access controls
  • Use application control policies to restrict execution of LanSend to only authorized scenarios
  • Implement network segmentation to limit the potential impact of exploitation
  • Train users to recognize social engineering attempts and avoid importing files from untrusted sources
bash
# Configuration example - Restrict LanSend execution with Windows AppLocker
# Create a rule to allow LanSend only for specific admin users
# Run in elevated PowerShell

# Verify current AppLocker policy
Get-AppLockerPolicy -Effective -Xml

# Example: Deny execution of lansend.exe for non-admin users
# Configure via Group Policy: Computer Configuration > Windows Settings > Security Settings > Application Control Policies

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLansend

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.18%

  • 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-120
  • Technical References
  • Lizard Systems LANsend Overview

  • Exploit-DB #48461

  • VulnCheck LANsend Buffer Overflow Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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