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
    • 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-59104

CVE-2025-59104: Hardware Debug Privilege Escalation Flaw

CVE-2025-59104 is a privilege escalation vulnerability exploitable through physical hardware debug access, allowing attackers to gain root shell access. This article covers the attack vector, technical details, and mitigations.

Published: January 30, 2026

CVE-2025-59104 Overview

CVE-2025-59104 is a hardware vulnerability that allows an attacker with physical access to a device to exploit an exposed debug interface. By soldering test leads to a debug footprint or using a 6-Pin tag-connect cable, an attacker can gain access to the bootloader. This access enables modification of the kernel command line, ultimately granting the attacker a root shell on the compromised device.

Critical Impact

Physical access to the debug interface allows complete system compromise, enabling attackers to obtain root-level access and full control over the affected device.

Affected Products

  • Dormakaba access control devices (specific models not disclosed in advisory)
  • Devices with exposed debug footprints or tag-connect interfaces
  • Embedded systems with unprotected bootloader access

Discovery Timeline

  • 2026-01-26 - CVE CVE-2025-59104 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-59104

Vulnerability Analysis

This vulnerability represents a hardware security weakness stemming from the presence of an accessible debug interface on affected devices. The debug footprint, designed for manufacturing diagnostics and firmware development, remains active and unprotected on production units. The attack requires physical access to the device and specialized hardware (test leads or a 6-Pin tag-connect cable) to interface with the debug port.

Once connected to the debug interface, the attacker gains direct access to the device's bootloader. The bootloader, which initializes the hardware and loads the operating system kernel, accepts modifications to the kernel command line parameters without proper authentication or integrity verification. By manipulating these parameters, an attacker can instruct the system to boot into single-user mode or spawn a root shell directly, bypassing all normal authentication mechanisms.

This vulnerability is classified under CWE-1234 (Hardware Internal or Debug Modes Allow Override of Locks), which addresses security issues related to debug modes that permit bypassing security controls.

Root Cause

The root cause of this vulnerability is the failure to disable or protect the debug interface on production devices. Hardware debug interfaces are commonly used during development and manufacturing for testing and firmware programming. However, when these interfaces remain accessible on deployed devices without proper protection mechanisms such as hardware fuses, secure boot chains, or debug authentication, they create a direct pathway for attackers to compromise the system.

Additionally, the bootloader lacks integrity verification for the kernel command line parameters, allowing arbitrary modifications that can alter the system's boot behavior.

Attack Vector

The attack vector requires physical access to the target device. An attacker must locate the debug footprint on the device's circuit board, which may require opening the device enclosure. Using either soldered test leads or a 6-Pin tag-connect cable, the attacker establishes a connection to the debug interface.

Through this connection, the attacker interacts with the bootloader to modify the kernel command line. By appending parameters such as init=/bin/sh or single, the attacker can instruct the kernel to boot into a root shell or single-user mode without requiring authentication. This grants immediate root-level access to the device's operating system and all its data and functionality.

The attack, while requiring physical presence, can be performed relatively quickly by an attacker with appropriate hardware knowledge and equipment. The SEC Consult Security Advisory provides additional technical details on the exploitation methodology.

Detection Methods for CVE-2025-59104

Indicators of Compromise

  • Physical signs of tampering on device enclosures or circuit boards
  • Evidence of soldering or test probe contact marks near debug footprints
  • Unexpected system boot configurations or modified kernel parameters
  • Unauthorized root-level processes or modifications to system files

Detection Strategies

  • Implement tamper-evident seals on device enclosures and regularly inspect for breaches
  • Monitor boot logs for unexpected kernel command line parameters or boot mode changes
  • Deploy physical intrusion detection systems in areas housing sensitive devices
  • Conduct periodic physical security audits of deployed devices

Monitoring Recommendations

  • Establish baseline configurations for bootloader and kernel parameters and alert on deviations
  • Implement centralized logging for device boot events where technically feasible
  • Monitor for unauthorized physical access to device installation locations
  • Review access logs for areas containing vulnerable devices

How to Mitigate CVE-2025-59104

Immediate Actions Required

  • Restrict physical access to affected devices through secure installation practices
  • Apply tamper-evident seals to device enclosures to detect physical intrusion attempts
  • Audit all deployed devices for signs of prior tampering or unauthorized access
  • Contact Dormakaba for vendor-specific guidance and updates

Patch Information

Vendor mitigation guidance is available through the Dormakaba Security Advisories page. Organizations should consult with the vendor regarding hardware-based mitigations such as firmware updates that implement secure boot verification or disable debug interfaces.

For detailed technical information about this vulnerability and recommended mitigations, refer to the SEC Consult Security Advisory.

Workarounds

  • Deploy devices in physically secured locations with restricted and monitored access
  • Implement physical tamper detection mechanisms on device enclosures
  • Consider epoxy or conformal coating over debug interfaces to obstruct physical access
  • Establish regular physical security inspection schedules for all deployed devices

Physical security controls are essential for mitigating this vulnerability, as the attack vector requires direct hardware access. Organizations should evaluate the physical security posture of all device deployment locations.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:H/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-1234
  • Technical References
  • SEC Consult Security Advisory

  • SEC Consult Security Advisory

  • Dormakaba Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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