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

CVE-2025-59101: Access Manager Auth Bypass Vulnerability

CVE-2025-59101 is an authentication bypass flaw in Access Manager that allows attackers to spoof IP addresses of logged-in users. This post covers technical details, affected versions, impact, and mitigation steps.

Published: January 30, 2026

CVE-2025-59101 Overview

CVE-2025-59101 is an authentication bypass vulnerability affecting Access Manager web interfaces. The vulnerability stems from an insecure session management mechanism that relies solely on IP address verification instead of standard session tokens or cookies. Once a source IP address successfully authenticates, all subsequent requests from that IP are treated as authenticated without any additional session validation. This flawed design allows attackers to spoof the IP address of a legitimately authenticated user to gain unauthorized access to the Access Manager web interface.

Critical Impact

Attackers can bypass authentication entirely by spoofing the IP address of an authenticated user, potentially gaining full administrative access to Access Manager interfaces without valid credentials.

Affected Products

  • Dormakaba Access Manager (specific versions not disclosed in advisory)
  • DKAccess components utilizing IP-based authentication

Discovery Timeline

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

Technical Details for CVE-2025-59101

Vulnerability Analysis

This vulnerability is classified under CWE-291 (Reliance on IP Address for Authentication), which represents a fundamental design flaw in the authentication architecture. The Access Manager web interface implements a non-standard authentication scheme that stores only the source IP address upon successful login, rather than generating and managing proper session tokens.

The attack is network-accessible and requires some user interaction in the form of a legitimate user first authenticating to the system. Once an administrator or authorized user logs in from their IP address, an attacker who can spoof or share that IP address can make arbitrary requests to the web interface that will be accepted as authenticated.

This approach fundamentally ignores the well-established security principle that IP addresses are not reliable identifiers for authentication purposes. IP addresses can be spoofed in certain network configurations, shared across multiple users (NAT, proxies, VPNs), and are insufficient to establish a secure session binding between a specific user and the application.

Root Cause

The root cause is the complete absence of cryptographically secure session tokens in the authentication flow. The application was designed to track authenticated sessions by IP address alone, storing no other session-identifying information. This means:

  1. No session cookies are generated upon successful login
  2. No CSRF tokens are used to validate requests
  3. The authentication state is entirely dependent on source IP verification
  4. Any request from a previously-authenticated IP is automatically trusted

Attack Vector

The attack vector is network-based and exploits the IP-based authentication mechanism. An attacker can execute this attack through several methods:

  1. Direct IP Spoofing: In network environments where IP spoofing is possible (particularly internal networks or misconfigured external networks), an attacker can craft packets with a forged source IP matching an authenticated user.

  2. Shared Network Position: If the attacker is behind the same NAT gateway, proxy, or VPN as an authenticated user, they may automatically share the same apparent source IP address.

  3. Network Position Manipulation: An attacker with access to network infrastructure could manipulate routing or ARP tables to intercept or impersonate the IP address of an authenticated user.

The attack requires that a legitimate user has recently authenticated to the Access Manager, and that the attacker can either spoof or share that user's source IP address as seen by the application server.

Detection Methods for CVE-2025-59101

Indicators of Compromise

  • Multiple distinct user sessions or activities observed from a single IP address within a short timeframe
  • Administrative actions performed from IP addresses with no corresponding login events in authentication logs
  • Unusual geographic or network-based access patterns from authenticated IP addresses
  • Requests from IP addresses that show inconsistent user-agent strings or client fingerprints

Detection Strategies

  • Implement correlation rules that match authentication events with subsequent administrative actions to identify sessions without proper login sequences
  • Monitor for anomalous patterns where a single IP address appears to be used by multiple distinct users based on behavioral analysis
  • Deploy network monitoring to detect potential IP spoofing attempts, particularly looking for packets with source addresses that should not be routable from their ingress point
  • Analyze web server logs for requests that are accepted as authenticated but lack corresponding session establishment events

Monitoring Recommendations

  • Enable comprehensive logging on Access Manager web interfaces to capture all authentication attempts and administrative actions
  • Implement network-level monitoring at ingress points to detect potential IP spoofing attempts
  • Configure alerting for administrative actions that occur from IP addresses with no recent successful authentication event
  • Consider deploying network behavior analysis tools to identify anomalous traffic patterns indicative of IP spoofing

How to Mitigate CVE-2025-59101

Immediate Actions Required

  • Review the Dormakaba Security Advisory for vendor-specific guidance and patches
  • Restrict network access to Access Manager web interfaces to trusted internal networks only
  • Implement additional network-layer authentication controls such as VPN requirements or certificate-based authentication
  • Consider temporarily disabling the affected web interface until a proper fix is applied

Patch Information

Consult the official security advisories for patch availability and update instructions:

  • SEC Consult DKAccess Advisory
  • SEC Consult Dormakaba Advisory
  • Dormakaba Security Advisory

Organizations should contact Dormakaba directly for specific patch information and upgrade paths for their deployed versions.

Workarounds

  • Place the Access Manager web interface behind a reverse proxy that implements proper session management and authentication
  • Restrict access to the web interface using firewall rules to allow connections only from specific, controlled IP addresses
  • Deploy network segmentation to isolate the Access Manager from potentially hostile network segments
  • Implement monitoring to detect and alert on any suspected exploitation attempts while awaiting a permanent fix
bash
# Example firewall configuration to restrict access to trusted IPs only
# Adjust IP addresses and interface names for your environment
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.101 -j ACCEPT
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
  • TypeAuth Bypass

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-291
  • Technical References
  • SEC Consult DKAccess Advisory

  • SEC Consult Dormakaba Advisory

  • Dormakaba Security Advisory
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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