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
    • 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-2025-8090

CVE-2025-8090: QNX Neutrino Kernel DoS Vulnerability

CVE-2025-8090 is a denial of service flaw in the QNX Neutrino kernel caused by null pointer dereference in MsgRegisterEvent(). Attackers with local access can crash the system. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-8090 Overview

CVE-2025-8090 is a null pointer dereference vulnerability affecting the QNX Neutrino real-time operating system kernel. The flaw exists within the MsgRegisterEvent() system call, where improper validation of pointer references can be exploited by an attacker with local access and code execution capabilities to crash the kernel, resulting in a denial of service condition.

Critical Impact

Local attackers with code execution abilities can trigger a kernel crash, causing complete system unavailability on affected QNX Neutrino deployments including embedded systems, industrial control systems, and automotive platforms.

Affected Products

  • QNX Neutrino Real-Time Operating System (RTOS)
  • Systems utilizing the MsgRegisterEvent() system call
  • Embedded and industrial systems running vulnerable QNX kernel versions

Discovery Timeline

  • 2026-01-13 - CVE CVE-2025-8090 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-8090

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption flaw that occurs when the application dereferences a pointer that it expects to be valid but is actually NULL. In the context of CVE-2025-8090, the MsgRegisterEvent() system call in the QNX Neutrino kernel fails to properly validate pointer arguments before dereferencing them.

The attack requires local access to the target system along with the ability to execute code. Once these prerequisites are met, an attacker can craft malicious input to the MsgRegisterEvent() function that causes the kernel to attempt dereferencing a null pointer. Since the vulnerability resides in kernel space, the resulting crash affects the entire system rather than just a single process.

QNX Neutrino is widely deployed in safety-critical environments including automotive infotainment systems, medical devices, industrial automation, and telecommunications infrastructure. A denial of service condition in these environments could have significant operational and safety implications.

Root Cause

The root cause of CVE-2025-8090 is insufficient input validation in the MsgRegisterEvent() system call handler. The kernel code does not adequately verify that required pointer arguments contain valid memory addresses before attempting to access the memory they reference. This lack of defensive programming allows null or invalid pointers to propagate into code paths that assume valid pointers, ultimately triggering the null dereference condition.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the target system with the ability to execute code. The attack can be performed without any special privileges or user interaction. The exploitation path involves:

  1. Gaining local code execution on a QNX Neutrino system
  2. Invoking the MsgRegisterEvent() system call with crafted arguments containing null or invalid pointer values
  3. Triggering the kernel to dereference the null pointer
  4. Causing a kernel panic or system crash, resulting in denial of service

The vulnerability mechanism involves improper handling of pointer parameters passed to the MsgRegisterEvent() system call. When the kernel attempts to dereference a null pointer provided by the attacker, it triggers a fault condition that results in a kernel crash. Technical details can be found in the BlackBerry Support Article.

Detection Methods for CVE-2025-8090

Indicators of Compromise

  • Unexpected kernel crashes or system reboots on QNX Neutrino systems
  • Crash dumps indicating null pointer dereference in MsgRegisterEvent() call path
  • Repeated system instability following execution of untrusted local processes
  • Core dumps or kernel panic logs referencing the affected system call

Detection Strategies

  • Monitor system logs for kernel crash events associated with the MsgRegisterEvent() function
  • Implement application allowlisting to restrict which processes can execute system calls
  • Deploy host-based intrusion detection to identify anomalous system call patterns
  • Review audit logs for suspicious local process activity preceding system crashes

Monitoring Recommendations

  • Enable comprehensive kernel logging and crash dump collection on QNX Neutrino systems
  • Monitor system uptime and availability metrics for unexpected service interruptions
  • Implement alerting for kernel panic events or unexpected system reboots
  • Conduct regular security assessments of processes with local execution privileges

How to Mitigate CVE-2025-8090

Immediate Actions Required

  • Review the BlackBerry Support Article for official guidance and patch availability
  • Identify all systems running affected versions of QNX Neutrino in your environment
  • Restrict local access and code execution privileges to trusted users and processes only
  • Implement application control policies to limit which programs can execute on affected systems
  • Prioritize patching for systems in safety-critical or production environments

Patch Information

BlackBerry has published guidance regarding this vulnerability. Organizations running QNX Neutrino should consult the official BlackBerry Support Article for specific patch information and remediation instructions. Apply vendor-provided patches as soon as they become available for your specific QNX Neutrino version.

Workarounds

  • Restrict local access to QNX Neutrino systems to only essential and trusted personnel
  • Implement strict application allowlisting to prevent execution of unauthorized code
  • Utilize mandatory access control mechanisms to limit system call access
  • Isolate affected systems from untrusted networks where possible
  • Monitor for abnormal process behavior and system call patterns

Mitigation configuration varies by deployment environment. Consult the BlackBerry security advisory for specific hardening recommendations applicable to your QNX Neutrino installation. Implement defense-in-depth measures including network segmentation, access controls, and monitoring to reduce the risk of exploitation.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQnx

  • SeverityMEDIUM

  • CVSS Score6.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • BlackBerry Support Article
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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