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-0954

CVE-2026-0954: NI DASYLab RCE Vulnerability

CVE-2026-0954 is a memory corruption RCE flaw in NI DASYLab triggered by malicious DSB files. Attackers can execute arbitrary code or disclose data. This article covers technical details, affected versions, and mitigations.

Published: March 20, 2026

CVE-2026-0954 Overview

A memory corruption vulnerability exists in Digilent DASYLab due to an out-of-bounds write condition when processing corrupted DSB files. This security flaw allows attackers to corrupt memory beyond allocated boundaries, potentially leading to information disclosure or arbitrary code execution on targeted systems.

The vulnerability is triggered when a user opens a specially crafted .DSB file, making it a prime candidate for social engineering attacks where malicious files could be distributed via email, file sharing platforms, or compromised download sources.

Critical Impact

Successful exploitation enables arbitrary code execution with the privileges of the current user, potentially allowing complete system compromise through a malicious DSB file.

Affected Products

  • Digilent DASYLab (all versions)
  • NI DASYLab data acquisition laboratory software
  • Systems processing untrusted .DSB project files

Discovery Timeline

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

Technical Details for CVE-2026-0954

Vulnerability Analysis

This vulnerability falls under CWE-787 (Out-of-Bounds Write), a memory corruption class that occurs when software writes data past the end or before the beginning of the intended buffer. In the context of Digilent DASYLab, the vulnerability manifests during the parsing and loading of DSB project files.

When DASYLab processes a DSB file, it reads structured data that defines project configurations, measurement settings, and workflow parameters. The vulnerable code path fails to properly validate the size or boundaries of certain data structures within the file format, allowing a malformed file to trigger writes to memory locations outside the intended allocation.

The local attack vector requires user interaction to open a malicious file, but once triggered, the attacker can achieve high-impact results including confidentiality, integrity, and availability breaches on the local system.

Root Cause

The root cause stems from insufficient bounds checking in the DSB file parsing routines. When DASYLab reads and processes file structures, it trusts length fields or array indices embedded in the file without adequate validation against allocated buffer sizes. A crafted DSB file containing manipulated size values or indices can cause the application to write beyond buffer boundaries, corrupting adjacent memory regions.

This type of vulnerability typically occurs when:

  • Buffer sizes are calculated based on untrusted file input
  • Array indices from file data are used without boundary validation
  • Dynamic memory allocations are improperly sized based on corrupted metadata

Attack Vector

The attack requires local access and user interaction, typically executed through social engineering tactics. An attacker would craft a malicious .DSB file containing specially constructed data structures designed to trigger the out-of-bounds write condition.

The attack scenario typically involves:

  1. File Crafting: The attacker creates a DSB file with malformed headers or data structures containing oversized length fields or invalid indices
  2. Distribution: The malicious file is delivered to the target via email attachment, shared drives, or compromised download sources
  3. Execution: When the victim opens the crafted file in DASYLab, the parser processes the corrupted structures
  4. Memory Corruption: The out-of-bounds write overwrites critical memory regions, enabling potential code execution or information leakage

Since no proof-of-concept exploits are publicly available, technical details on specific exploitation techniques remain limited. For comprehensive technical details, refer to the NI Security Advisory.

Detection Methods for CVE-2026-0954

Indicators of Compromise

  • Unexpected crashes or application hangs when opening DSB files in Digilent DASYLab
  • Memory access violation errors or exception logs from the DASYLab process
  • Unusual child processes spawned by DASYLab following file open operations
  • Abnormal network connections initiated by DASYLab processes after opening project files

Detection Strategies

  • Monitor for application crash dumps from DASYLab processes indicating memory corruption
  • Implement file integrity monitoring to detect suspicious or externally-sourced DSB files
  • Deploy endpoint detection rules targeting memory corruption exploitation techniques
  • Enable Windows Defender Exploit Guard or similar mitigations to detect out-of-bounds write attempts

Monitoring Recommendations

  • Configure application event logging to capture DASYLab error conditions and exceptions
  • Implement user awareness training to identify suspicious DSB file sources
  • Monitor file system activity for DSB files arriving from external sources (email, downloads, removable media)
  • Deploy behavioral analysis tools to detect post-exploitation activities following file opens

How to Mitigate CVE-2026-0954

Immediate Actions Required

  • Avoid opening DSB files from untrusted or unknown sources until patches are applied
  • Verify the source and integrity of all DSB project files before opening
  • Implement network segmentation to limit potential lateral movement if exploitation occurs
  • Enable application whitelisting to prevent unauthorized code execution

Patch Information

NI has released a security advisory addressing this vulnerability. Organizations running affected versions of Digilent DASYLab should review the NI Security Advisory for detailed patching instructions and updated software downloads.

Contact your NI representative or check the NI support portal for the latest security updates addressing CVE-2026-0954.

Workarounds

  • Implement strict file source policies permitting only DSB files from verified internal sources
  • Configure email gateway filters to quarantine or block incoming .DSB file attachments
  • Run DASYLab in a sandboxed environment or virtual machine when processing untrusted files
  • Enable Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) for additional exploit mitigation
bash
# Windows configuration to verify DEP is enabled for all programs
bcdedit /set nx AlwaysOn

# Verify ASLR settings via registry (recommended to enable system-wide)
reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v MoveImages

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 Advisory: Out-of-Bounds Vulnerabilities
  • Related CVEs
  • CVE-2026-0955: NI DASYLab RCE Vulnerability

  • CVE-2026-0956: NI DASYLab RCE Vulnerability

  • CVE-2026-0957: 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