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-2026-1950

CVE-2026-1950: Delta Electronics AS320T Buffer Overflow

CVE-2026-1950 is a buffer overflow vulnerability in Delta Electronics AS320T caused by missing length checks on filename buffers. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 30, 2026

CVE-2026-1950 Overview

CVE-2026-1950 is a critical stack-based buffer overflow vulnerability affecting Delta Electronics AS320T devices. The vulnerability exists due to insufficient length checking of buffers when processing file names, which could allow an attacker to overwrite stack memory and potentially execute arbitrary code on affected systems.

Critical Impact

This vulnerability enables unauthenticated remote attackers to exploit a stack-based buffer overflow by providing an overly long file name, potentially leading to complete device compromise including arbitrary code execution.

Affected Products

  • Delta Electronics AS320T

Discovery Timeline

  • April 24, 2026 - CVE-2026-1950 published to NVD
  • April 24, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1950

Vulnerability Analysis

CVE-2026-1950 is classified as CWE-121 (Stack-based Buffer Overflow), a memory corruption vulnerability that occurs when a program writes data to a buffer on the stack without properly validating the input length. In the case of the Delta Electronics AS320T, the vulnerable code fails to verify the length of a buffer containing file name data before copying it into a fixed-size stack buffer.

This type of vulnerability is particularly dangerous because it can allow attackers to overwrite critical stack data including saved return addresses, local variables, and function pointers. The lack of authentication requirements means that any network-accessible attacker can potentially trigger this condition.

Root Cause

The root cause of this vulnerability is the absence of proper bounds checking when handling file name input. The affected code path accepts user-supplied file name data and copies it into a stack-allocated buffer without first verifying that the input length does not exceed the buffer's capacity. This missing validation creates a classic stack-based buffer overflow condition where oversized input can corrupt adjacent stack memory.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft a malicious request containing an excessively long file name that exceeds the expected buffer size. When the AS320T device processes this request, the overflow condition occurs, potentially allowing the attacker to:

  1. Corrupt stack memory and crash the device (denial of service)
  2. Overwrite saved return addresses to redirect code execution
  3. Inject and execute shellcode if memory protections are insufficient
  4. Gain complete control over the affected device

The network-accessible nature of this vulnerability combined with no authentication requirements makes it a high-priority security concern for any organization using affected devices.

Detection Methods for CVE-2026-1950

Indicators of Compromise

  • Unusual network traffic patterns to AS320T devices, particularly requests containing abnormally long file name parameters
  • Unexpected device crashes, reboots, or service interruptions on AS320T systems
  • Anomalous process behavior or unexpected network connections originating from AS320T devices

Detection Strategies

  • Deploy network intrusion detection rules to identify requests with oversized file name parameters targeting AS320T devices
  • Monitor AS320T device logs for segmentation faults, access violations, or unexpected service restarts
  • Implement application-layer firewalls capable of inspecting and limiting input lengths in requests to industrial control systems

Monitoring Recommendations

  • Establish baseline network behavior for AS320T devices and alert on deviations
  • Configure SIEM rules to correlate multiple crash events or connection anomalies across AS320T infrastructure
  • Enable detailed logging on AS320T devices where possible and centralize log collection for analysis

How to Mitigate CVE-2026-1950

Immediate Actions Required

  • Review the Delta Security Advisory for specific patch and mitigation guidance
  • Isolate affected AS320T devices from untrusted networks until patches can be applied
  • Implement network segmentation to restrict access to AS320T devices to only authorized systems and users
  • Deploy web application firewalls or input validation proxies to filter oversized file name inputs

Patch Information

Delta Electronics has released a security advisory (Delta-PCSA-2026-00006) addressing this vulnerability along with related issues CVE-2026-1949, CVE-2026-1951, and CVE-2026-1952. Organizations should consult the Delta Advisory for specific firmware versions containing the fix and detailed update instructions.

Workarounds

  • Restrict network access to AS320T devices using firewall rules to allow connections only from trusted management stations
  • Place AS320T devices behind a VPN or jump host to add an authentication layer before device access
  • Implement input validation at the network perimeter to reject requests with excessively long file name parameters
  • Monitor for exploitation attempts while awaiting patch deployment

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Delta Advisory CVE-2026-1949 to 1952
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

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

  • CVE-2026-31744: Linux Kernel NULL Pointer 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