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

CVE-2026-0955: NI DASYLab RCE Vulnerability

CVE-2026-0955 is a remote code execution vulnerability in NI DASYLab caused by memory corruption during file loading. Attackers can exploit this to execute arbitrary code or disclose information. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 20, 2026

CVE-2026-0955 Overview

A memory corruption vulnerability exists in Digilent DASYLab due to an out-of-bounds read condition when loading corrupted files. This vulnerability can lead to information disclosure or arbitrary code execution on affected systems. Successful exploitation requires user interaction—specifically, an attacker must convince a user to open a specially crafted malicious file.

Critical Impact

This out-of-bounds read vulnerability affects all versions of Digilent DASYLab, potentially enabling attackers to execute arbitrary code or extract sensitive information from process memory when users open malicious files.

Affected Products

  • NI DASYLab (all versions)
  • Digilent DASYLab data acquisition and measurement software
  • Systems running any version of DASYLab for laboratory automation

Discovery Timeline

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

Technical Details for CVE-2026-0955

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory corruption flaw that occurs when the application reads data from a location outside the boundaries of the intended buffer. In the context of DASYLab, the vulnerability manifests during the file parsing process when loading corrupted or maliciously crafted project files.

When DASYLab processes a specially constructed file, insufficient boundary checking allows the application to read memory beyond allocated buffer limits. This can expose sensitive data residing in adjacent memory regions, including potentially confidential information, memory addresses useful for bypassing ASLR, or other data that could facilitate further exploitation.

The local attack vector requires user interaction, meaning exploitation depends on social engineering tactics to convince victims to open malicious files. Despite this limitation, the potential for arbitrary code execution makes this vulnerability particularly dangerous in targeted attack scenarios.

Root Cause

The root cause of CVE-2026-0955 lies in inadequate bounds validation during file parsing operations within DASYLab. When the application loads project files, it fails to properly validate that read operations stay within the allocated buffer boundaries. Corrupted or maliciously structured file data can cause the parser to read beyond the intended memory region, triggering the out-of-bounds read condition.

This type of vulnerability commonly occurs when parsing variable-length fields, embedded offsets, or array indices from file data without sufficient validation against buffer constraints.

Attack Vector

The attack requires local access and user interaction to execute. An attacker would typically deliver the malicious DASYLab file through phishing emails, compromised file shares, or social engineering campaigns targeting organizations using DASYLab for data acquisition and measurement tasks.

The attack chain typically follows this pattern:

  1. Attacker creates a corrupted DASYLab project file with malformed data structures
  2. The malicious file is delivered to the target through email attachment, file sharing, or other distribution methods
  3. The victim opens the file in DASYLab
  4. The out-of-bounds read is triggered during file parsing
  5. Attacker achieves information disclosure or arbitrary code execution

Due to the nature of the vulnerability, no remote exploitation path exists; however, the potential impact of arbitrary code execution elevates the risk profile significantly.

Detection Methods for CVE-2026-0955

Indicators of Compromise

  • Unexpected crashes or instability in the DASYLab application during file operations
  • Memory access violations or application errors reported in Windows Event Logs when loading project files
  • Suspicious DASYLab project files received from external or untrusted sources
  • Abnormal network activity or process spawning following DASYLab file operations

Detection Strategies

  • Monitor for DASYLab application crashes or exceptions that may indicate exploitation attempts
  • Implement endpoint detection rules to identify anomalous behavior following DASYLab file operations
  • Configure application whitelisting to restrict execution of unauthorized processes spawned from DASYLab
  • Deploy file integrity monitoring on systems where DASYLab processes sensitive data

Monitoring Recommendations

  • Enable crash dump collection for DASYLab to capture forensic evidence of exploitation attempts
  • Implement user awareness training regarding suspicious file attachments targeting laboratory software
  • Monitor email gateways for DASYLab file extensions arriving from external sources
  • Review application logs for repeated file loading failures that could indicate fuzzing or exploitation attempts

How to Mitigate CVE-2026-0955

Immediate Actions Required

  • Review the NI Security Advisory for official guidance and patches
  • Restrict DASYLab file handling to trusted sources only until patches are applied
  • Implement application sandboxing where possible to limit the impact of potential exploitation
  • Educate users about the risks of opening DASYLab files from untrusted sources

Patch Information

NI has released a security advisory addressing this vulnerability. Organizations using Digilent DASYLab should consult the official NI Security Advisory for patch availability and installation instructions.

Since this vulnerability affects all versions of DASYLab, organizations should prioritize obtaining and deploying the security update as soon as it becomes available from the vendor.

Workarounds

  • Avoid opening DASYLab project files from untrusted or unknown sources
  • Implement strict email filtering to quarantine DASYLab file attachments from external senders
  • Run DASYLab in a virtualized environment or sandbox to contain potential compromise
  • Consider disabling or restricting DASYLab access on systems where it is not essential until patches are deployed
bash
# Configuration example
# Restrict file associations as a temporary measure
# Windows: Remove or modify file type associations for DASYLab files
# This prevents accidental opening of malicious files via double-click

# Check current file associations
assoc .dsy

# Consider removing association (requires administrator privileges)
# assoc .dsy=

# Alternative: Configure Group Policy to restrict DASYLab file handling
# from untrusted network locations using Software Restriction Policies

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-125
  • Vendor Resources
  • NI Security Advisory on Vulnerabilities
  • Related CVEs
  • CVE-2026-0956: NI DASYLab RCE Vulnerability

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