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-2025-59108

CVE-2025-59108: Access Manager Auth Bypass Vulnerability

CVE-2025-59108 is an authentication bypass flaw in Access Manager caused by a default admin password that is not enforced to change. This post covers the security risk, technical details, and mitigation strategies.

Published: January 30, 2026

CVE-2025-59108 Overview

CVE-2025-59108 is a critical insecure default configuration vulnerability affecting the Dormakaba Access Manager web interface. By default, the password for the Access Manager's web interface is set to 'admin', and in the tested version, changing the password was not enforced. This allows unauthenticated attackers with network access to gain administrative control over the access management system using well-known default credentials.

Critical Impact

Attackers can leverage default 'admin' credentials to gain full administrative access to physical access control systems, potentially allowing unauthorized building entry, modification of access policies, and complete compromise of facility security.

Affected Products

  • Dormakaba Access Manager (web interface)
  • DKAccess systems with default configurations

Discovery Timeline

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

Technical Details for CVE-2025-59108

Vulnerability Analysis

This vulnerability falls under CWE-1392 (Use of Default Credentials), representing a fundamental security configuration flaw. The Dormakaba Access Manager ships with a hardcoded default password of 'admin' for the web-based administrative interface. More critically, the application does not enforce a mandatory password change upon initial login or subsequent access, leaving systems perpetually vulnerable if administrators do not manually update credentials.

Physical access control systems are particularly sensitive targets, as compromise extends beyond data security to physical facility security. An attacker gaining administrative access can potentially unlock doors, modify access schedules, add unauthorized users, review access logs for reconnaissance, or disable security measures entirely.

Root Cause

The root cause is an insecure default configuration combined with missing security controls. The application ships with a trivially guessable default password ('admin') and fails to implement mandatory password change policies. This design flaw assumes administrators will proactively change credentials during deployment, which real-world experience shows is frequently overlooked, especially in physical security systems that may be installed by technicians without security expertise.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker with network access to the Access Manager web interface can simply attempt login using the default credentials 'admin'. Since no additional authentication factors or account lockout mechanisms prevent this, the attack is trivial to execute. The vulnerability can be exploited remotely if the web interface is exposed to the network, or locally if an attacker gains access to the internal network where the Access Manager resides.

The exploitation process is straightforward: identify the Access Manager web interface through network scanning, navigate to the login page, and authenticate using 'admin' as the password. Upon successful authentication, the attacker gains full administrative privileges over the access control system.

Detection Methods for CVE-2025-59108

Indicators of Compromise

  • Successful authentication events to the Access Manager web interface from unexpected IP addresses or at unusual times
  • Multiple access policy modifications in rapid succession
  • New user accounts created without corresponding legitimate provisioning requests
  • Access logs showing login sessions originating from outside normal administrative networks

Detection Strategies

  • Monitor authentication logs for the Access Manager web interface and alert on successful logins from non-whitelisted IP addresses
  • Implement network-level monitoring to detect connections to the Access Manager from unauthorized network segments
  • Conduct periodic credential audits to verify default passwords have been changed across all access control appliances
  • Deploy intrusion detection signatures to identify default credential authentication attempts

Monitoring Recommendations

  • Enable detailed authentication logging on all Dormakaba Access Manager instances
  • Integrate Access Manager logs with SIEM solutions for centralized monitoring and correlation
  • Establish baseline administrative activity patterns and alert on deviations
  • Monitor for bulk exports of access logs or user databases that may indicate data exfiltration

How to Mitigate CVE-2025-59108

Immediate Actions Required

  • Immediately change the default 'admin' password on all Dormakaba Access Manager instances to a strong, unique password
  • Audit all Access Manager installations to identify any systems still using default credentials
  • Review access logs for signs of unauthorized administrative access
  • Restrict network access to the Access Manager web interface to only authorized administrative workstations

Patch Information

Consult the Dormakaba Security Advisory for the latest security updates and firmware versions that may address this vulnerability. Additional technical details are available in the SEC Consult DKAccess Advisory and SEC Consult Dormakaba Advisory.

Workarounds

  • Implement network segmentation to isolate Access Manager systems from general network access
  • Deploy a VPN or jump host requirement for all administrative access to access control systems
  • Enable IP-based access restrictions on the web interface if supported by the configuration
  • Implement monitoring and alerting for any authentication attempts using known default credentials

Organizations should treat any system found with default credentials as potentially compromised and conduct a thorough security review of access logs and configuration changes.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN/A

  • 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-1392
  • Technical References
  • SEC Consult DKAccess Advisory

  • SEC Consult Dormakaba Advisory

  • Dormakaba Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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