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

CVE-2026-33243: Denx U-boot Auth Bypass Vulnerability

CVE-2026-33243 is an authentication bypass flaw in Denx U-boot that allows attackers to boot unverified images by exploiting FIT signature verification. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33243 Overview

CVE-2026-33243 is a Secure Boot Bypass vulnerability affecting the barebox bootloader. This vulnerability allows an attacker to exploit a FIT (Flattened Image Tree) signature verification weakness to trick the bootloader into booting different images than those that were cryptographically verified as part of a signed configuration.

The vulnerability stems from how mkimage(1) sets the hashed-nodes property of the FIT signature node to list which nodes of the FIT were hashed during the signing process. These nodes are intended to be verified later by the bootloader. However, the hashed-nodes property itself is not part of the hash computation, allowing an attacker to modify this property and bypass the integrity verification mechanism.

Critical Impact

An attacker with local access and high privileges can bypass secure boot protections to load unauthorized firmware or operating system images, potentially enabling persistent system compromise and rootkit installation.

Affected Products

  • Pengutronix barebox versions 2016.03.0 to before 2026.03.1
  • Pengutronix barebox versions before 2025.09.3 (backport branch)
  • Denx U-Boot (related codebase)

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33243 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33243

Vulnerability Analysis

This vulnerability represents a critical flaw in the cryptographic verification chain used by barebox to validate FIT images during the boot process. FIT images are a standard format used by bootloaders to package kernel images, device trees, and other boot-time components along with cryptographic signatures to ensure their integrity.

The root of the issue lies in the design of the signature verification process. When an image is signed using mkimage(1), the tool creates a hashed-nodes property that enumerates which FIT nodes were included in the hash computation. During boot, barebox reads this property to determine which nodes to verify. Because the hashed-nodes property exists outside the signed hash, an attacker can manipulate it post-signing to exclude certain nodes from verification or point to different nodes entirely.

This attack has significant implications for embedded systems and IoT devices that rely on secure boot to prevent unauthorized code execution. A successful exploit could allow an attacker to replace legitimate kernel images, device trees, or initramfs contents with malicious versions while the bootloader incorrectly reports successful signature verification.

Root Cause

The vulnerability is classified under CWE-345 (Insufficient Verification of Data Authenticity). The fundamental issue is that the hashed-nodes property, which is critical metadata for the verification process, was not included within the scope of cryptographic protection. This creates a trusted-but-unverified metadata path that attackers can exploit.

Attack Vector

The attack requires local access to the device with high privileges. An attacker would need the ability to modify the FIT image stored on the boot media. The attack flow involves:

  1. Obtaining a legitimately signed FIT image
  2. Modifying the hashed-nodes property to reference different nodes or exclude malicious additions
  3. Injecting malicious boot components (kernel, device tree, etc.)
  4. Booting the device, which will verify only the nodes listed in the modified hashed-nodes property

The following patch demonstrates how the fix addresses input validation by rejecting node names containing path separators:

c
 	return *name == '$';
 }
 
+static inline bool is_allowed_input_name(const char *name)
+{
+	/* We are stricter on input than on output, because we assume barebox
+	 * code won't attempt naming nodes bogously.
+	 */
+	return !is_reserved_name(name) && !strchr(name, '/');
+}
+
 static int of_reservemap_num_entries(const struct fdt_header *fdt)
 {
 	/*

Source: GitHub Commit Update

Detection Methods for CVE-2026-33243

Indicators of Compromise

  • Unexpected modifications to FIT images on boot media or flash storage
  • Discrepancies between expected and actual hashed-nodes property values in FIT images
  • Boot logs showing verification of fewer nodes than expected
  • Unauthorized kernel or device tree images present in FIT containers

Detection Strategies

  • Implement offline FIT image integrity checking using known-good reference hashes
  • Monitor bootloader logs for anomalies in the signature verification process
  • Deploy file integrity monitoring on boot partitions where FIT images are stored
  • Compare hashed-nodes properties against expected values during security audits

Monitoring Recommendations

  • Establish baseline configurations for all FIT images deployed in production environments
  • Implement cryptographic hash verification of FIT images at rest using out-of-band mechanisms
  • Enable verbose bootloader logging where possible to capture signature verification details
  • Conduct periodic security assessments of firmware update and deployment pipelines

How to Mitigate CVE-2026-33243

Immediate Actions Required

  • Update barebox to version 2026.03.1 or 2025.09.3 (backport) immediately
  • Audit all deployed FIT images for unauthorized modifications
  • Verify the integrity of firmware update pipelines and signing processes
  • Restrict physical and logical access to boot media on affected devices

Patch Information

Pengutronix has released patched versions of barebox that address this vulnerability. The fix ensures proper validation of FIT signature verification by implementing stricter input validation for node names and improving the integrity of the signature verification chain.

ResourceLink
Security AdvisoryGitHub Security Advisory GHSA-3fvj-q26p-j6h4
Patch CommitGitHub Commit aca01795

Workarounds

  • Implement additional out-of-band verification of FIT images before boot using a separate trusted component
  • Restrict physical access to devices to prevent boot media tampering
  • Deploy hardware-based attestation mechanisms where available to verify boot integrity
  • Consider implementing measured boot with TPM to detect unauthorized modifications
bash
# Verify barebox version after update
barebox -v
# Expected: barebox 2026.03.1 or 2025.09.3

# Check FIT image integrity manually
fit_check_sign -f /path/to/image.itb -k /path/to/key.dtb

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDenx Uboot

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-345
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3fvj-q26p-j6h4
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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