A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8035

CVE-2026-8035: NI-PAL Kernel Driver DOS Vulnerability

CVE-2026-8035 is a denial of service flaw in the NI-PAL kernel driver caused by improper input validation. A local authenticated user can trigger a NULL pointer dereference crash. This article covers technical details, impact, and mitigation.

Published: June 4, 2026

CVE-2026-8035 Overview

CVE-2026-8035 is a NULL pointer dereference vulnerability [CWE-476] in the NI-PAL kernel driver shipped by National Instruments (NI). The flaw stems from improper input validation in the driver's handling of user-supplied data. A local authenticated user can trigger the dereference and crash the host operating system, producing a denial-of-service (DoS) condition. The issue affects NI-PAL version 26.3.0 and all prior releases on both Windows and Linux platforms. Because the vulnerable code path executes in kernel space, a successful trigger results in a full system crash rather than a contained process failure.

Critical Impact

A local authenticated attacker can crash any Windows or Linux host running NI-PAL 26.3.0 or earlier, interrupting test, measurement, and automation workloads that depend on the driver.

Affected Products

  • NI-PAL 26.3.0 (Windows)
  • NI-PAL 26.3.0 (Linux)
  • All prior versions of NI-PAL on Windows and Linux

Discovery Timeline

  • 2026-06-02 - CVE-2026-8035 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2026-8035

Vulnerability Analysis

The NI-PAL (Platform Abstraction Layer) kernel driver fails to validate input received from user-mode callers before dereferencing pointer values. When a crafted request reaches the affected driver routine, the code path operates on a pointer that resolves to NULL. The resulting access violation occurs in kernel context and immediately halts the operating system. On Windows this produces a bug check (BSOD); on Linux it produces a kernel oops or panic depending on configuration.

The vulnerability requires local access and valid authentication, which limits the attack surface to users already present on the system. There is no confidentiality impact, but integrity and availability of the host are affected because the crash interrupts every workload on the machine. NI has published a security advisory documenting the issue and the fixed release.

Root Cause

The root cause is missing input validation [CWE-476] in a kernel-mode I/O handler. The driver accepts a value or structure from user mode and passes it through one or more dereference operations without first checking that the pointer is non-NULL or that the supplied structure fields are well-formed. Kernel drivers must treat all user-supplied data as untrusted and validate it before use, and that contract is not met in the affected code path.

Attack Vector

Exploitation requires local access with valid credentials. An authenticated user issues an IOCTL or equivalent request to the NI-PAL driver device object with malformed parameters. The driver dispatches the request, reaches the unvalidated pointer use, and crashes the kernel. No user interaction beyond the attacker's own request is required, and no elevated privileges are needed to reach the vulnerable interface. Refer to the NI Software Security Update for vendor-confirmed technical details.

Detection Methods for CVE-2026-8035

Indicators of Compromise

  • Unexpected Windows bug checks referencing the NI-PAL driver module in crash dumps under %SystemRoot%\Minidump\.
  • Linux kernel oops or panic entries in dmesg or /var/log/kern.log that reference NI-PAL symbols or modules.
  • Repeated system crashes on hosts running NI test and measurement software shortly after a local user session begins.

Detection Strategies

  • Inventory all Windows and Linux endpoints for installed NI-PAL versions and flag any instance at or below 26.3.0.
  • Correlate kernel crash telemetry with the active user session at the time of the fault to identify the triggering account.
  • Alert on repeated abnormal shutdowns or kernel faults on engineering, lab, or industrial automation hosts where NI-PAL is deployed.

Monitoring Recommendations

  • Forward Windows System event log entries (Event IDs 41, 1001, 6008) and Linux kernel logs to a central log platform for correlation.
  • Monitor IOCTL activity and device handle opens against NI-PAL device objects from non-administrative users.
  • Track patch state of NI-PAL across the fleet and generate compliance reports against the fixed release.

How to Mitigate CVE-2026-8035

Immediate Actions Required

  • Identify all hosts with NI-PAL 26.3.0 or earlier installed on Windows or Linux.
  • Apply the fixed NI-PAL release published by National Instruments to every affected host.
  • Restrict interactive and remote local logon rights on systems running NI-PAL to trusted accounts only.
  • Review and reduce the set of users who can load or interact with NI test and measurement software.

Patch Information

National Instruments has published guidance and a corrected build in the NI Software Security Update. Upgrade NI-PAL to the version listed as fixed in that advisory. Verify the installed version on Windows through the NI Package Manager and on Linux through the distribution's package manager after the update.

Workarounds

  • Where the affected driver is not required, uninstall NI-PAL until the patched version can be deployed.
  • Limit local user accounts on affected hosts using least-privilege principles to reduce the population that can reach the vulnerable interface.
  • Isolate lab and automation hosts running NI-PAL on dedicated network segments to limit the operational impact of a kernel crash.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNi Pal

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • NI Software Security Update
  • Related CVEs
  • CVE-2026-8036: NI-PAL Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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