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

CVE-2025-59095: EXOS 9300 Information Disclosure Flaw

CVE-2025-59095 is an information disclosure vulnerability in EXOS 9300 caused by hard-coded secrets and weak XOR encryption. This flaw exposes sensitive data like user PINs. Learn about technical details and mitigation.

Published: January 30, 2026

CVE-2025-59095 Overview

CVE-2025-59095 is a hardcoded credentials vulnerability affecting the dormakaba EXOS 9300 access control system. The program libraries (DLL) and binaries used by the EXOS 9300 contain multiple hard-coded secrets, most notably within the EncryptAndDecrypt function in the Kaba.EXOS.common.dll library. This function implements a weak XOR-based encryption mechanism using a static cryptographic key derived from the company founder's name to transform user PINs before storing them in the MSSQL database.

Critical Impact

Attackers with local access can extract the hard-coded cryptographic key and decrypt sensitive user PIN data stored in the database, potentially compromising physical access control systems.

Affected Products

  • dormakaba EXOS 9300 Access Control System
  • Kaba.EXOS.common.dll library
  • Associated EXOS 9300 program binaries and DLLs

Discovery Timeline

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

Technical Details for CVE-2025-59095

Vulnerability Analysis

This vulnerability falls under CWE-798 (Use of Hard-coded Credentials), a configuration and design flaw that fundamentally undermines the security of the encryption implementation. The EncryptAndDecrypt function in Kaba.EXOS.common.dll employs a simplistic XOR encryption technique that relies on a static, predictable cryptographic key. Rather than using industry-standard cryptographic algorithms, the developers implemented a custom encryption approach that provides only obfuscation rather than true security.

The static key is particularly problematic because it is based on the founder's name of the company, making it potentially guessable through reconnaissance or easily extractable through reverse engineering of the DLL. This key is used to encrypt user PINs before storage in the MSSQL database, meaning all PIN data across all installations using this library are protected by the same weak, predictable key.

Root Cause

The root cause of this vulnerability is the use of hard-coded secrets within the application libraries combined with the implementation of a weak, custom XOR-based encryption scheme. The decision to embed a static cryptographic key derived from publicly knowable information (the company founder's name) rather than implementing proper key management and using established cryptographic standards represents a fundamental security design flaw. XOR encryption with a static key provides no meaningful security against an attacker who can access the binary and extract the key through static analysis.

Attack Vector

The attack requires local access to the system where the EXOS 9300 software is installed. An attacker can exploit this vulnerability through the following approach:

  1. Binary Analysis: Obtain access to the Kaba.EXOS.common.dll library file from an EXOS 9300 installation
  2. Key Extraction: Use reverse engineering tools to analyze the EncryptAndDecrypt function and extract the hard-coded cryptographic key
  3. Database Access: With local or network access to the MSSQL database storing encrypted PINs, retrieve the encrypted PIN values
  4. PIN Decryption: Apply the extracted XOR key to decrypt all stored user PINs
  5. Exploitation: Use decrypted PINs to gain unauthorized physical access through doors and areas controlled by the EXOS 9300 system

The vulnerability mechanism centers on the XOR encryption implementation within the library. The EncryptAndDecrypt function transforms input strings character-by-character using the static key. Because XOR is a symmetric, reversible operation and the key is static across all installations, extracting this key allows an attacker to decrypt any data encrypted by this function. For detailed technical analysis, refer to the SEC Consult Analysis on DKExos.

Detection Methods for CVE-2025-59095

Indicators of Compromise

  • Unexpected access or analysis tools targeting Kaba.EXOS.common.dll or related EXOS binaries
  • Unusual database queries accessing encrypted PIN storage tables in the MSSQL database
  • Evidence of reverse engineering tools (such as IDA Pro, Ghidra, or dnSpy) used against EXOS libraries
  • Unauthorized access attempts using valid PINs by unknown parties

Detection Strategies

  • Monitor file access patterns to EXOS 9300 DLL files, particularly Kaba.EXOS.common.dll
  • Implement database activity monitoring to detect bulk extraction of encrypted PIN data
  • Deploy endpoint detection and response (EDR) solutions to identify reverse engineering tool usage on systems hosting EXOS software
  • Enable Windows event logging for sensitive file access on EXOS installation directories

Monitoring Recommendations

  • Configure SentinelOne to monitor for suspicious process behavior targeting EXOS binaries and libraries
  • Establish baseline behavior for MSSQL database access patterns and alert on anomalies
  • Implement file integrity monitoring on critical EXOS system components
  • Review physical access logs for unusual entry patterns that might indicate compromised PINs

How to Mitigate CVE-2025-59095

Immediate Actions Required

  • Review the dormakaba Security Advisory for vendor-specific guidance and patches
  • Restrict local access to systems hosting EXOS 9300 software to authorized personnel only
  • Implement network segmentation to isolate EXOS 9300 components and associated databases
  • Conduct an audit of physical access logs to identify any potential unauthorized access using compromised credentials

Patch Information

Organizations should consult the official dormakaba Security Advisory page for the latest patch information and firmware updates addressing this vulnerability. Additional technical details are available through the SEC Consult Advisory on dormakaba.

Workarounds

  • Implement additional authentication factors beyond PIN-only access where possible
  • Restrict physical and network access to systems containing EXOS 9300 binaries and databases
  • Deploy application whitelisting to prevent unauthorized tools from executing on EXOS host systems
  • Consider implementing database encryption at rest using strong, properly managed keys as an additional layer of protection
bash
# Configuration example - Restrict access to EXOS installation directory
# Windows - Set restrictive permissions on EXOS installation folder
icacls "C:\Program Files\dormakaba\EXOS" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" /grant:r "Administrators:(OI)(CI)F"

# Enable auditing on EXOS DLL files
auditpol /set /subcategory:"File System" /success:enable /failure:enable

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechExos

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/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 on DKExos

  • SEC Consult Advisory on dormakaba

  • dormakaba Security Advisory
  • Related CVEs
  • CVE-2025-59092: Kaba exos 9300 Auth Bypass Vulnerability

  • CVE-2025-59093: Exos 9300 Auth Bypass Vulnerability

  • CVE-2025-59090: EXOS 9300 Server Auth Bypass Vulnerability
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