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

CVE-2025-59096: Kaba 9300 Auth Bypass Vulnerability

CVE-2025-59096 is an authentication bypass flaw in Kaba 9300 Administration (U9ExosAdmin.exe) caused by hard-coded default credentials. Attackers can gain unauthorized admin access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 30, 2026

CVE-2025-59096 Overview

CVE-2025-59096 is a hardcoded credentials vulnerability affecting the Dormakaba Kaba 9300 Administration application (U9ExosAdmin.exe). The default password for the extended admin user mode is hard-coded in multiple locations within the application and is also documented in locally stored user documentation, making it trivially accessible to attackers with local access.

Critical Impact

Attackers with local access can leverage the hard-coded credentials to gain extended administrative privileges within the Kaba 9300 Administration application, potentially compromising physical access control systems.

Affected Products

  • Dormakaba Kaba 9300 Administration (U9ExosAdmin.exe)

Discovery Timeline

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

Technical Details for CVE-2025-59096

Vulnerability Analysis

This vulnerability stems from CWE-798 (Use of Hard-coded Credentials), a critical security weakness where authentication credentials are embedded directly into the application code or configuration files. In the case of CVE-2025-59096, the Dormakaba Kaba 9300 Administration application contains a hard-coded default password for the extended admin user mode that is present in multiple locations throughout the codebase and accompanying documentation.

The attack requires local access to exploit, meaning an attacker must already have some level of access to the system where the application is installed. However, once local access is obtained, the attacker can easily locate the hard-coded credentials either by examining the application binary, configuration files, or the locally stored user documentation.

Root Cause

The root cause of this vulnerability is the insecure practice of embedding static credentials within software applications. Rather than implementing a secure credential management system that enforces unique, user-defined passwords or integrates with enterprise identity management solutions, the developers chose to include a default password that remains constant across all installations. This pattern is particularly concerning in physical access control systems where security is paramount.

Attack Vector

The attack vector for CVE-2025-59096 requires local access to the system. An attacker who has gained physical or remote access to a workstation running the Kaba 9300 Administration software can extract the hard-coded password from the application binary, configuration files, or user documentation. With these credentials, the attacker can authenticate to the extended admin mode and potentially modify access control configurations, user permissions, or audit logs.

The exploitation path typically involves:

  1. Gaining local access to a system with U9ExosAdmin.exe installed
  2. Locating the hard-coded password in the application or documentation
  3. Using the credentials to authenticate as the extended admin user
  4. Leveraging elevated privileges to manipulate the access control system

Detection Methods for CVE-2025-59096

Indicators of Compromise

  • Unexpected logins to the extended admin user mode in U9ExosAdmin.exe
  • Modification of access control configurations without authorized change requests
  • Access to user documentation or application binaries by unauthorized users
  • Anomalous administrative activity within the Kaba 9300 Administration interface

Detection Strategies

  • Monitor authentication logs for the Kaba 9300 Administration application for suspicious login patterns
  • Implement file integrity monitoring on U9ExosAdmin.exe and associated configuration files
  • Deploy endpoint detection and response (EDR) solutions to detect unauthorized access attempts
  • Audit user documentation access and flag attempts to retrieve sensitive installation guides

Monitoring Recommendations

  • Enable detailed logging for all administrative actions within the Kaba 9300 system
  • Configure SIEM rules to alert on extended admin mode authentication events
  • Implement user behavior analytics to detect anomalous access patterns
  • Review access control configuration changes on a regular basis for unauthorized modifications

How to Mitigate CVE-2025-59096

Immediate Actions Required

  • Change the default password for the extended admin user mode immediately upon installation
  • Restrict local access to systems running U9ExosAdmin.exe to authorized personnel only
  • Remove or secure locally stored user documentation containing credential information
  • Implement network segmentation to isolate access control management systems
  • Review and audit all accounts with access to the Kaba 9300 Administration interface

Patch Information

Organizations should consult the Dormakaba Security Advisory page for the latest security updates and patching guidance. Additional technical analysis is available from SEC Consult.

Workarounds

  • Implement strong, unique passwords to replace default credentials immediately after deployment
  • Apply principle of least privilege by restricting access to the extended admin mode
  • Store user documentation in secure, access-controlled locations rather than locally on workstations
  • Consider implementing multi-factor authentication for administrative access where supported
  • Conduct regular security audits to identify and remediate any systems using default credentials

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKaba

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-798
  • Technical References
  • SEC Consult Analysis - dkexos

  • SEC Consult Analysis - dormakaba

  • Dormakaba Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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