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

CVE-2026-24153: NVIDIA Jetson Linux Info Disclosure Flaw

CVE-2026-24153 is an information disclosure vulnerability in NVIDIA Jetson Linux initrd where the nvluks trusted application remains enabled. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-24153 Overview

CVE-2026-24153 is an information disclosure vulnerability in NVIDIA Jetson Linux affecting the initial RAM disk (initrd) configuration. The vulnerability exists because the nvluks trusted application is not properly disabled, potentially allowing attackers with physical access to extract sensitive information from the device.

Critical Impact

Physical attackers may exploit this vulnerability to access confidential data protected by disk encryption, potentially compromising the security of embedded systems and IoT deployments using NVIDIA Jetson platforms.

Affected Products

  • NVIDIA Jetson Linux (affected versions per vendor advisory)
  • NVIDIA Jetson embedded systems with nvluks trusted application enabled in initrd

Discovery Timeline

  • 2026-03-31 - CVE CVE-2026-24153 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-24153

Vulnerability Analysis

This vulnerability is classified under CWE-501 (Trust Boundary Violation), indicating an issue where the application fails to properly enforce trust boundaries between different security domains. The nvluks trusted application, which is typically used for LUKS (Linux Unified Key Setup) disk encryption operations in a Trusted Execution Environment (TEE), remains active in the initrd when it should be disabled for certain deployment configurations.

The physical attack vector means an adversary requires direct physical access to the target device. Once physical access is obtained, the attacker may be able to interact with the nvluks trusted application during the boot process. This could potentially lead to the disclosure of encryption keys or other sensitive cryptographic material stored or processed by the trusted application.

The scope change indicator in the vulnerability assessment suggests that a successful exploit could affect resources beyond the vulnerable component's security boundary, meaning data protected by the encryption system could be compromised.

Root Cause

The root cause is a Trust Boundary Violation (CWE-501) where the nvluks trusted application is not disabled in the initrd configuration. This creates a scenario where the trusted application remains accessible when it should be restricted, potentially exposing sensitive cryptographic operations or key material to unauthorized access through physical attack vectors.

Attack Vector

The attack requires physical access to the NVIDIA Jetson device. An attacker with physical access could potentially:

  1. Boot the device and interact with the nvluks trusted application during the initialization phase
  2. Leverage the exposed trusted application interface to query or extract sensitive information
  3. Bypass disk encryption protections by accessing cryptographic keys or metadata through the trusted application

Since no verified code examples are available for this vulnerability, technical exploitation details should be obtained from the NVIDIA Support Response advisory.

Detection Methods for CVE-2026-24153

Indicators of Compromise

  • Unexpected access attempts to the nvluks trusted application during boot
  • Signs of physical tampering with Jetson devices or enclosures
  • Unauthorized boot sequence modifications or initrd changes
  • Anomalous TEE (Trusted Execution Environment) activity logs

Detection Strategies

  • Monitor boot logs for unexpected nvluks trusted application initialization
  • Implement physical security monitoring for Jetson device deployments
  • Audit initrd configuration to verify nvluks is properly disabled where required
  • Review secure boot and TEE integrity verification mechanisms

Monitoring Recommendations

  • Enable comprehensive logging for trusted application interactions
  • Implement physical access detection systems for edge deployments
  • Configure alerts for boot sequence anomalies on Jetson devices
  • Regularly audit firmware and initrd configurations against known-good baselines

How to Mitigate CVE-2026-24153

Immediate Actions Required

  • Review the NVIDIA Support Response for specific patch and mitigation guidance
  • Audit all NVIDIA Jetson deployments to identify vulnerable configurations
  • Implement enhanced physical security controls for exposed Jetson devices
  • Verify initrd configuration to ensure nvluks is disabled where not required

Patch Information

NVIDIA has released security guidance for this vulnerability. System administrators should consult the NVIDIA Support Response for official patch information and updated Jetson Linux images that address this vulnerability.

Workarounds

  • Disable the nvluks trusted application in the initrd configuration if not required for your deployment
  • Implement physical security controls to restrict unauthorized access to Jetson devices
  • Use secure boot mechanisms to prevent unauthorized modifications to the boot chain
  • Consider deploying devices in tamper-evident enclosures for sensitive applications

The specific configuration to disable nvluks in the initrd should be obtained from the official NVIDIA security advisory, as improper modification of the initrd could affect system functionality.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNvidia Jetson Linux

  • SeverityMEDIUM

  • CVSS Score5.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-501
  • Technical References
  • NVD CVE-2026-24153 Detail

  • NVIDIA Support Response

  • CVE.org Record CVE-2026-24153
  • Related CVEs
  • CVE-2024-0108: Nvidia Jetson Linux DOS 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