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

CVE-2025-59100: SQLite Database Information Disclosure

CVE-2025-59100 is an information disclosure vulnerability in a web interface that exposes exported SQLite databases containing sensitive data like passwords and card PINs. This article covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2025-59100 Overview

CVE-2025-59100 is an authentication bypass vulnerability in the web interface of Dormakaba access control systems. The web interface provides functionality to export the internal SQLite database, which triggers an automatic download followed by a device reboot. Under normal operation, the exported database is deleted after the reboot. However, due to a race condition or incomplete cleanup process, the device sometimes fails to reboot or fails to delete the export, leaving the database file accessible at a predictable path without requiring authentication.

This vulnerability exposes highly sensitive data including plaintext passwords, card PINs, encrypted Mifare sitekeys, and other critical access control credentials to unauthenticated attackers.

Critical Impact

Unauthenticated attackers can access exported SQLite databases containing passwords, card PINs, and encrypted Mifare sitekeys, potentially compromising physical access control systems.

Affected Products

  • Dormakaba DKAccess web interface
  • Dormakaba access control systems with web-based management

Discovery Timeline

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

Technical Details for CVE-2025-59100

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization), reflecting the fundamental failure to enforce authentication on a sensitive resource. The web interface's database export functionality creates a temporary file at a predictable, web-accessible location. The design assumes that the immediate reboot and subsequent file deletion provide adequate protection for this sensitive data.

The root cause lies in the unreliable cleanup mechanism that depends on a successful reboot sequence. When the reboot fails to occur or the deletion process is interrupted, the exported database remains accessible. Since the export path lacks authentication controls, any network-accessible attacker can directly request the database file and retrieve its contents.

Root Cause

The vulnerability stems from improper authorization controls on the database export file path combined with an unreliable cleanup mechanism. The system relies on device reboot behavior to secure sensitive data rather than implementing proper access controls on the exported file. This creates a window of opportunity where authentication is not enforced on sensitive database exports.

Attack Vector

An attacker with network access to the Dormakaba web interface can exploit this vulnerability by monitoring for or triggering database export operations. Once an export is created, the attacker can directly access the predictable file path without authentication. If the device fails to reboot or the cleanup process fails, the attacker gains access to the full database contents.

The attack requires network connectivity to the target device and relies on the timing window when the exported database exists but has not been deleted. The presence of user interaction (triggering the export) is typically required, though attackers may wait for legitimate administrative operations to create export files.

Detection Methods for CVE-2025-59100

Indicators of Compromise

  • Unexpected HTTP requests to database export file paths from external IP addresses
  • Multiple failed or successful access attempts to SQLite database files via the web interface
  • Unusual file access patterns on the device's web-accessible directories
  • Network traffic containing SQLite database signatures from access control devices

Detection Strategies

  • Monitor web server logs for requests to database export paths without corresponding authenticated sessions
  • Implement network traffic analysis to detect SQLite file transfers from access control systems
  • Deploy file integrity monitoring on database export directories
  • Configure alerts for unexpected device reboot failures or anomalies

Monitoring Recommendations

  • Enable verbose logging on Dormakaba web interfaces to capture all file access attempts
  • Implement network segmentation monitoring to detect unauthorized access to access control management interfaces
  • Review authentication logs for patterns indicating reconnaissance of export functionality
  • Deploy SentinelOne Singularity to monitor endpoint behavior and detect unauthorized database access attempts

How to Mitigate CVE-2025-59100

Immediate Actions Required

  • Restrict network access to Dormakaba web interfaces using firewall rules and network segmentation
  • Implement additional authentication controls at the network layer (VPN, IP allowlisting)
  • Audit access control devices for any residual exported database files and remove them immediately
  • Monitor for any unauthorized access to exported database files

Patch Information

Consult the Dormakaba Security Advisory for official patch information and firmware updates. Additional technical details are available from the SEC Consult DKAccess Advisory and the SEC Consult Dormakaba Advisory.

Organizations should apply vendor-provided security updates as soon as they become available and verify that the updated firmware properly enforces authentication on database export file paths.

Workarounds

  • Isolate access control management interfaces on dedicated network segments not accessible from general corporate networks
  • Implement reverse proxy authentication in front of the web interface to add an additional authentication layer
  • Disable or restrict the database export functionality if not operationally required
  • Configure monitoring to alert on any access to database export file paths
bash
# Network segmentation example - restrict access to management interface
# Only allow specific management workstations to access the device
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/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-285
  • 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