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

CVE-2026-0957: NI DASYLab RCE Vulnerability

CVE-2026-0957 is a memory corruption RCE vulnerability in NI DASYLab caused by out-of-bounds write when loading corrupted files. This article covers technical details, affected versions, exploitation risks, and mitigation.

Published: March 20, 2026

CVE-2026-0957 Overview

A memory corruption vulnerability exists in Digilent DASYLab due to an out-of-bounds write when loading a corrupted file. This vulnerability may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted file. This vulnerability affects all versions of Digilent DASYLab.

Critical Impact

Successful exploitation of this out-of-bounds write vulnerability could allow attackers to execute arbitrary code or disclose sensitive information through maliciously crafted files.

Affected Products

  • NI DASYLab (all versions)
  • Digilent DASYLab data acquisition software
  • Systems using DASYLab for measurement and control applications

Discovery Timeline

  • 2026-03-13 - CVE-2026-0957 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-0957

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a critical memory corruption flaw that occurs when software writes data past the end or before the beginning of an allocated memory buffer. In the context of DASYLab, this issue manifests during the file parsing process when the application attempts to load a corrupted or maliciously crafted file.

The attack requires local access and user interaction, meaning an attacker must convince a victim to open a specially crafted file. Once opened, the malformed file triggers the out-of-bounds write condition, potentially corrupting adjacent memory structures. This corruption can be leveraged to overwrite critical data structures, function pointers, or return addresses, ultimately enabling arbitrary code execution within the context of the running application.

Root Cause

The root cause of this vulnerability lies in insufficient boundary checking during file parsing operations in DASYLab. When processing file contents, the application fails to properly validate the size and boundaries of data being written to memory buffers. This allows maliciously crafted file structures to specify data lengths or offsets that exceed allocated buffer sizes, resulting in memory corruption.

The absence of proper input validation for file structure elements enables attackers to craft files that exploit this parsing weakness, writing attacker-controlled data to unintended memory locations.

Attack Vector

The attack vector requires local access and user interaction. An attacker would need to craft a malicious DASYLab project file or data file and deliver it to a target user through social engineering techniques such as:

  • Email attachments disguised as legitimate DASYLab project files
  • Downloads from compromised or malicious websites
  • Shared network drives or removable media
  • Phishing campaigns targeting organizations using DASYLab for data acquisition

When the victim opens the malicious file in DASYLab, the out-of-bounds write is triggered during the file parsing phase. The attacker-controlled data written beyond buffer boundaries can corrupt program state and potentially redirect execution flow to attacker-supplied shellcode or ROP gadgets, achieving arbitrary code execution with the privileges of the current user.

Detection Methods for CVE-2026-0957

Indicators of Compromise

  • Unexpected DASYLab application crashes or instability when opening project files
  • Unusual memory access patterns or access violation errors in DASYLab processes
  • Suspicious file activity involving .DSB, .DSL, or other DASYLab-associated file extensions
  • Unexpected child processes spawned by DASYLab application

Detection Strategies

  • Monitor for anomalous DASYLab process behavior including unexpected memory allocations or access violations
  • Implement file integrity monitoring for DASYLab project files and directories
  • Deploy endpoint detection rules to identify exploitation attempts targeting memory corruption vulnerabilities
  • Use application whitelisting to prevent unauthorized code execution from DASYLab context

Monitoring Recommendations

  • Enable crash dump collection for DASYLab processes to facilitate post-incident analysis
  • Monitor process creation events for child processes spawned by DASYLab executables
  • Implement logging for file access events involving DASYLab project files from untrusted sources
  • Deploy behavioral analysis to detect code execution patterns inconsistent with normal DASYLab operations

How to Mitigate CVE-2026-0957

Immediate Actions Required

  • Review the NI Security Update Advisory for vendor guidance and available patches
  • Restrict DASYLab file handling to trusted sources only until patching is complete
  • Implement network segmentation to isolate systems running vulnerable DASYLab versions
  • Train users to avoid opening DASYLab files from untrusted or unexpected sources

Patch Information

NI has published a security advisory addressing this vulnerability. Administrators should consult the NI Security Update Advisory for detailed patch information and update instructions. As this vulnerability affects all versions of Digilent DASYLab, ensure all deployed instances are updated according to vendor recommendations.

Workarounds

  • Implement strict file handling policies preventing users from opening DASYLab files from external or untrusted sources
  • Use sandboxing or virtualization when opening files from potentially untrusted sources
  • Deploy application control solutions to limit DASYLab execution to known-safe environments
  • Consider temporarily disabling DASYLab on non-critical systems until patches are applied

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNi Dasylab

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/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-787
  • Vendor Resources
  • NI Security Update Advisory
  • Related CVEs
  • CVE-2026-0955: NI DASYLab RCE Vulnerability

  • CVE-2026-0956: NI DASYLab RCE Vulnerability

  • CVE-2026-0954: NI DASYLab RCE Vulnerability

  • CVE-2025-57777: Ni Dasylab RCE 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