A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2025-71300

CVE-2025-71300: Linux Kernel Privilege Escalation Flaw

CVE-2025-71300 is a privilege escalation vulnerability in the Linux Kernel affecting ARM64 ZynqMP device tree configurations. It causes memory access violations in OP-TEE environments. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2025-71300 Overview

CVE-2025-71300 is a Linux kernel vulnerability affecting the arm64 Xilinx ZynqMP platform. The issue stems from a manually defined OP-TEE node in zynqmp.dtsi that conflicts with U-Boot's automatic device tree injection logic. U-Boot expects no pre-existing OP-TEE node so it can inject both the firmware node and an associated reserved-memory node into the kernel device tree. The static definition breaks this insertion, leaving the OP-TEE reserved-memory region unreserved and causing memory access violations during runtime. The upstream fix reverts commit 06d22ed6b6635b17551f386b50bb5aaff9b75fbe to restore correct OP-TEE memory reservation behavior.

Critical Impact

A local low-privileged actor on affected ZynqMP systems can trigger memory access violations resulting in kernel-level denial of service.

Affected Products

  • Linux Kernel on arm64 Xilinx ZynqMP platforms
  • Kernel device tree source file arch/arm64/boot/dts/xilinx/zynqmp.dtsi
  • Systems using OP-TEE firmware loaded by U-Boot

Discovery Timeline

  • 2026-05-08 - CVE-2025-71300 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2025-71300

Vulnerability Analysis

The vulnerability resides in the arm64 device tree definition for Xilinx ZynqMP system-on-chip platforms. Commit 06d22ed6b6635b17551f386b50bb5aaff9b75fbe added an OP-TEE (Open Portable Trusted Execution Environment) node directly to zynqmp.dtsi. This static definition interferes with U-Boot's runtime device tree manipulation logic.

U-Boot's OP-TEE integration code automatically appends an OP-TEE firmware node together with a reserved-memory node to the device tree passed to the kernel. The injection routine performs a check for an existing OP-TEE node and skips the insertion when one is already present. The skip path leaves the secure OS memory region unreserved in the kernel's memory map.

When the kernel later allocates pages from the unreserved region used by OP-TEE Trusted Applications, accesses to those pages cross the Normal World/Secure World boundary and trigger memory access violations. The result is system instability and denial of service on the affected hardware.

Root Cause

The root cause is a coordination failure between bootloader and kernel device tree handling. The manually declared OP-TEE node in zynqmp.dtsi short-circuits U-Boot's conditional injection of the matching reserved-memory entry. Without the reserved range, the kernel page allocator treats secure memory as available general-purpose RAM.

Attack Vector

Exploitation requires local access with low privileges. No user interaction is needed. An actor with the ability to allocate memory or invoke kernel paths that touch the unreserved physical range can trigger the fault condition. The impact is confined to availability — confidentiality and integrity are not affected.

The vulnerability manifests during normal kernel runtime on affected ZynqMP boards using U-Boot with OP-TEE. See the upstream kernel commits referenced below for the precise revert applied to the device tree source.

Detection Methods for CVE-2025-71300

Indicators of Compromise

  • Kernel oops or panic logs referencing unhandled memory aborts on arm64 ZynqMP hardware
  • dmesg output showing OP-TEE driver initialization followed by abnormal memory faults
  • Device tree dump (/sys/firmware/devicetree/base/) containing a statically defined optee node without a corresponding reserved-memory entry

Detection Strategies

  • Audit running kernel versions on ZynqMP fleets against the patched stable branches listed in the upstream commits
  • Parse boot-time device tree to confirm presence of both the OP-TEE firmware node and its paired reserved-memory reservation
  • Correlate hardware-specific kernel panics with workloads that exercise OP-TEE Trusted Applications

Monitoring Recommendations

  • Collect kernel logs centrally and alert on repeated arm64 synchronous abort traces
  • Track kernel package versions across embedded Linux deployments to identify unpatched ZynqMP devices
  • Monitor OP-TEE supplicant and tee-supplicant service health for unexpected restarts

How to Mitigate CVE-2025-71300

Immediate Actions Required

  • Apply the upstream kernel revert that removes the static OP-TEE node from zynqmp.dtsi
  • Rebuild and redeploy kernel images on all affected ZynqMP-based devices
  • Validate that U-Boot OP-TEE injection produces the expected reserved-memory node after the patch

Patch Information

The fix reverts commit 06d22ed6b6635b17551f386b50bb5aaff9b75fbe. Upstream patches are available in the kernel.org stable tree across multiple branches: Kernel Git Commit 2a833c730d4e, Kernel Git Commit 3983ef126e4, Kernel Git Commit c1971799901, and Kernel Git Commit eece81eeda10.

Workarounds

  • Manually patch arch/arm64/boot/dts/xilinx/zynqmp.dtsi to remove the OP-TEE node and rebuild the kernel
  • Disable OP-TEE support in U-Boot configuration if the secure OS is not required for the workload
  • Restrict local access on affected embedded devices until patched firmware is deployed
bash
# Verify device tree contains the reserved-memory entry after patching
ls /sys/firmware/devicetree/base/reserved-memory/
ls /sys/firmware/devicetree/base/firmware/optee
dmesg | grep -i optee

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Git Commit 2a833c730d4e

  • Kernel Git Commit 3983ef126e4

  • Kernel Git Commit c1971799901

  • Kernel Git Commit eece81eeda10
  • Related CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43332: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43344: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43306: Linux Kernel Privilege Escalation Flaw
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