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

CVE-2025-59107: Dormakaba FWServiceTool Disclosure Flaw

CVE-2025-59107 is an information disclosure vulnerability in Dormakaba FWServiceTool where a static password used to decrypt firmware ZIP files can be extracted, exposing multiple firmware versions to unauthorized access.

Published: January 30, 2026

CVE-2025-59107 Overview

CVE-2025-59107 is a hardcoded credentials vulnerability affecting Dormakaba's FWServiceTool, a utility designed to update firmware versions of Access Managers over the network. The vulnerability exists because the tool uses a statically defined password to decrypt encrypted ZIP files containing firmware updates. An attacker who extracts this password can decrypt firmware packages, potentially enabling reverse engineering, modification, or analysis of firmware components across multiple versions.

Critical Impact

Hardcoded credentials in firmware update tools expose sensitive firmware packages to unauthorized decryption, potentially enabling firmware tampering, reverse engineering of security mechanisms, and supply chain attacks on physical access control systems.

Affected Products

  • Dormakaba FWServiceTool (firmware update utility)
  • Dormakaba Access Managers (devices receiving firmware updates)
  • Encrypted firmware packages protected by the static password

Discovery Timeline

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

Technical Details for CVE-2025-59107

Vulnerability Analysis

This vulnerability is classified under CWE-798 (Use of Hard-coded Credentials), a critical security weakness that affects how the FWServiceTool handles firmware decryption. The core issue stems from the software storing a static, hardcoded password within the application binary that is used to decrypt encrypted ZIP files containing firmware images.

When Dormakaba's Access Manager devices require firmware updates, the FWServiceTool retrieves encrypted ZIP archives containing the new firmware. The password required to decrypt these archives is embedded directly in the tool's code rather than being derived dynamically or retrieved securely. An attacker with local access to the FWServiceTool can extract this password through static analysis or reverse engineering of the application binary.

The impact is compounded by the fact that this single password remains valid across multiple firmware versions, meaning successful extraction provides persistent access to decrypt past, current, and potentially future firmware packages until the password is rotated.

Root Cause

The root cause of CVE-2025-59107 is improper credential management in the software development lifecycle. Rather than implementing a secure key distribution mechanism, dynamic password derivation, or hardware-based key storage, the developers opted to hardcode the decryption password directly into the FWServiceTool application. This design choice treats the application binary as a trust boundary, assuming attackers cannot or will not analyze the compiled code—a fundamentally flawed security assumption.

Attack Vector

The attack vector for this vulnerability is local. An attacker requires access to a system where FWServiceTool is installed or access to the installation package itself. The exploitation process involves:

  1. Obtaining a copy of the FWServiceTool binary through legitimate software distribution channels or by accessing a system where it is installed
  2. Performing static analysis or reverse engineering on the binary to locate and extract the hardcoded password
  3. Using the extracted password to decrypt encrypted firmware ZIP files
  4. Analyzing, modifying, or weaponizing the extracted firmware content

Once the static password is extracted, the attacker can decrypt any firmware package protected by this password without requiring further access to target systems. This could enable identification of additional vulnerabilities in the firmware, creation of malicious firmware modifications, or understanding of proprietary security mechanisms in Dormakaba's physical access control systems.

Detection Methods for CVE-2025-59107

Indicators of Compromise

  • Unauthorized access attempts to directories containing FWServiceTool installation files
  • Reverse engineering tools (IDA Pro, Ghidra, radare2) executing against FWServiceTool binaries
  • Unusual decryption operations on firmware ZIP files outside of normal update workflows
  • Access to firmware files by unauthorized users or from unexpected network locations

Detection Strategies

  • Monitor file access patterns on systems where FWServiceTool is installed, particularly access to the main executable
  • Implement application whitelisting to detect reverse engineering tools being used on workstations with FWServiceTool
  • Audit firmware file access and track chain of custody for firmware packages
  • Deploy endpoint detection to identify extraction or copying of FWServiceTool binaries to unauthorized locations

Monitoring Recommendations

  • Enable detailed audit logging on systems with FWServiceTool installations
  • Monitor for abnormal process spawning patterns that may indicate binary analysis activities
  • Track firmware download and distribution activities across the organization
  • Implement network monitoring for unusual file transfers involving firmware packages or the FWServiceTool binary

How to Mitigate CVE-2025-59107

Immediate Actions Required

  • Restrict access to FWServiceTool installations to only authorized personnel who require firmware update capabilities
  • Implement strict access controls on systems where FWServiceTool is deployed
  • Audit current deployments to identify all instances of the vulnerable software
  • Contact Dormakaba support to inquire about updated versions that address this vulnerability

Patch Information

Organizations should consult Dormakaba Security Advisories for official patch information and remediation guidance. Additional technical details are available from SEC Consult's DKAccess Advisory and SEC Consult's Dormakaba Advisory.

Workarounds

  • Limit distribution of FWServiceTool to the minimum number of required workstations
  • Implement physical and logical access controls on systems containing firmware update tools
  • Store firmware packages in encrypted, access-controlled repositories separate from the update tool
  • Monitor and audit all firmware update activities with enhanced logging
bash
# Configuration example - Restrict access to firmware update tools
# Limit file permissions on Linux/Unix systems
chmod 700 /opt/dormakaba/FWServiceTool
chown firmware-admin:firmware-admin /opt/dormakaba/FWServiceTool

# On Windows, use NTFS permissions to restrict access
# icacls "C:\Program Files\Dormakaba\FWServiceTool" /inheritance:r
# icacls "C:\Program Files\Dormakaba\FWServiceTool" /grant:r "Firmware-Admins:(OI)(CI)F"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDormakaba

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

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

  • SEC Consult Dormakaba Advisory

  • Dormakaba Security Advisory
  • Related CVEs
  • CVE-2025-59109: dormakaba PIN Pad Information Disclosure

  • CVE-2025-59098: dormakaba Access Manager Disclosure Flaw

  • CVE-2025-59097: Dormakaba EXOS 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