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

CVE-2025-59103: Access Manager 92xx Auth Bypass Vulnerability

CVE-2025-59103 is an authentication bypass vulnerability in Access Manager 92xx hardware revision K7, exposing SSH with hardcoded credentials. This article covers technical details, affected systems, and mitigation.

Published: January 30, 2026

CVE-2025-59103 Overview

CVE-2025-59103 is a critical hardcoded credentials vulnerability affecting Dormakaba Access Manager 92xx devices in hardware revision K7. This newer hardware revision transitioned from Windows CE embedded to a Linux-based platform, inadvertently exposing an SSH service on port 22 with weak, hardcoded user credentials that can be easily guessed or exploited by attackers.

Through firmware analysis, security researchers discovered that two user accounts exist with hardcoded and weak passwords. While the system is designed to randomize at least one user's password after initial deployment, this randomization only occurs if the configured date is prior to 2022. This creates multiple scenarios where the default weak credentials remain active, including when the device clock has never been set, the clock module battery has been replaced, the device has been factory reset without receiving a time update, or other time synchronization issues.

Critical Impact

Attackers with network access can authenticate to exposed SSH services using hardcoded or easily guessable credentials, potentially gaining full administrative control over physical access control systems.

Affected Products

  • Dormakaba Access Manager 92xx (Hardware Revision K7)
  • Linux-based firmware versions with exposed SSH service on port 22

Discovery Timeline

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

Technical Details for CVE-2025-59103

Vulnerability Analysis

This vulnerability stems from a fundamental security design flaw in the hardware transition from Windows CE to Linux-based firmware. The introduction of an SSH service on port 22 without proper credential hardening creates a direct network attack vector. The hardcoded credentials represent a classic example of CWE-1391 (Use of Weak Credentials), where default or easily guessable authentication values are embedded within the device firmware.

The conditional password randomization mechanism introduces additional risk. The system's reliance on a date check (requiring the date to be prior to 2022) to trigger password randomization creates a race condition where multiple real-world scenarios can prevent the security measure from activating. Devices deployed after 2022 with correct time settings, devices with battery failures in the clock module, or factory-reset devices without NTP synchronization will retain the original weak credentials.

Root Cause

The root cause is two-fold: first, the inclusion of hardcoded user accounts with weak, easily guessable passwords in the device firmware; second, a flawed password randomization mechanism that only activates under specific time-based conditions. The password randomization logic that checks whether the configured date is prior to 2022 creates a security gap where the protective measure fails to execute under common operational scenarios.

Attack Vector

This vulnerability is exploitable over the network by any attacker who can reach port 22 on the affected device. The attack requires no prior authentication or user interaction. An attacker can:

  1. Identify exposed Access Manager 92xx devices through network scanning for port 22
  2. Attempt authentication using the hardcoded default credentials
  3. If credentials have not been randomized, gain SSH access to the device
  4. Leverage access to manipulate physical access control systems

The exploitation is particularly straightforward because the passwords were designed to be weak and guessable, and firmware analysis has revealed the credential patterns. No sophisticated tooling or techniques are required beyond basic SSH client capabilities.

Detection Methods for CVE-2025-59103

Indicators of Compromise

  • Unexpected SSH connections to Access Manager 92xx devices on port 22
  • Authentication attempts using default or known weak credentials against the device
  • Unusual administrative activity or configuration changes on access control systems
  • Login events from unauthorized IP addresses in device logs

Detection Strategies

  • Monitor network traffic for SSH connection attempts to Access Manager 92xx devices
  • Implement network segmentation to isolate physical access control devices and alert on cross-zone SSH traffic
  • Deploy honeypot accounts or connection alerts for SSH access attempts on these devices
  • Review device authentication logs for successful logins using default accounts

Monitoring Recommendations

  • Enable logging for all SSH authentication events on affected devices
  • Configure SIEM rules to alert on successful SSH logins to access control infrastructure
  • Perform regular network scans to identify devices with exposed SSH services on port 22
  • Monitor for firmware or configuration changes on Access Manager devices

How to Mitigate CVE-2025-59103

Immediate Actions Required

  • Identify all Dormakaba Access Manager 92xx devices with hardware revision K7 in your environment
  • Change all default user passwords immediately to strong, unique credentials
  • Restrict network access to port 22 using firewall rules or network segmentation
  • Verify device clock settings are configured correctly with NTP synchronization
  • Review access logs for any signs of unauthorized access

Patch Information

Consult the Dormakaba Security Advisory for official vendor guidance and firmware updates. Additional technical analysis is available from SEC Consult's DKAccess research and SEC Consult's Dormakaba analysis.

Workarounds

  • Disable the SSH service if remote management is not required
  • Implement network-level access controls to restrict SSH access to authorized management stations only
  • Deploy a VPN or jump host architecture to prevent direct network exposure of device management interfaces
  • Configure firewall rules to block inbound connections to port 22 on affected devices from untrusted networks
bash
# Example: Block SSH access to Access Manager devices using iptables
# Replace 192.168.1.0/24 with your Access Manager network segment
# Replace 10.0.0.5 with your authorized management station IP

iptables -A INPUT -p tcp --dport 22 -d 192.168.1.0/24 -s 10.0.0.5 -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -d 192.168.1.0/24 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLinux

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-1391
  • Technical References
  • SEC Consult Analysis on DKAccess

  • SEC Consult Analysis on Dormakaba

  • Dormakaba Security Advisory
  • Related CVEs
  • CVE-2026-23647: Glory RBG-100 Auth Bypass Vulnerability

  • CVE-2026-23386: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-23295: Linux Kernel Race Condition Vulnerability

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