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

CVE-2025-64180: Manager-io Auth Bypass Vulnerability

CVE-2025-64180 is an authentication bypass flaw in Manager-io accounting software affecting versions 25.11.1.3085 and below. Attackers can exploit a TOCTOU condition to access internal networks. Fixed in 25.11.1.3086.

Published: March 11, 2026

CVE-2025-64180 Overview

A critical Server-Side Request Forgery (SSRF) vulnerability has been identified in Manager-io/Manager accounting software. This vulnerability exists in Manager Desktop and Server versions 25.11.1.3085 and below, permitting unauthorized access to internal network resources through a Time-of-Check Time-of-Use (TOCTOU) race condition in the DNS validation mechanism.

The flaw lies in the fundamental design of the DNS validation mechanism, where attackers can exploit the TOCTOU condition to bypass network isolation controls. This enables access to internal services, cloud metadata endpoints (such as AWS IMDSv1 at 169.254.169.254), and other protected network segments. Notably, the Desktop edition requires no authentication whatsoever, while the Server edition requires only standard user authentication, significantly lowering the barrier to exploitation.

Critical Impact

This vulnerability allows complete bypass of network isolation controls, enabling attackers to access internal services, cloud infrastructure metadata, and protected network segments. The lack of authentication requirement in the Desktop edition makes this particularly dangerous for organizations running Manager on internal networks.

Affected Products

  • Manager Desktop versions 25.11.1.3085 and below
  • Manager Server versions 25.11.1.3085 and below

Discovery Timeline

  • 2025-11-07 - CVE-2025-64180 published to NVD
  • 2025-11-12 - Last updated in NVD database

Technical Details for CVE-2025-64180

Vulnerability Analysis

This vulnerability is classified under CWE-367 (Time-of-Check Time-of-Use Race Condition). The flaw exists in how the application validates DNS resolutions before making network requests. The DNS validation check and the subsequent network request occur as separate operations, creating a window of opportunity for attackers.

When the application checks whether a requested URL resolves to a permitted host, an attacker can initially provide a hostname that resolves to an allowed IP address. However, by the time the actual network request is made, the DNS resolution can return a different IP address—one pointing to internal resources. This technique, often called DNS rebinding, allows bypassing network access controls that would otherwise prevent access to internal infrastructure.

The vulnerability is particularly severe in cloud environments where metadata endpoints like http://169.254.169.254/latest/meta-data/ can be accessed to retrieve sensitive instance credentials, IAM role tokens, and configuration data.

Root Cause

The root cause is a TOCTOU race condition in the DNS validation mechanism. The application performs DNS validation as a security check before executing network requests, but fails to ensure atomicity between the validation step and the actual request execution. This design flaw allows the DNS resolution to change between the check and the use, bypassing the intended security controls.

Attack Vector

The attack exploits the network-accessible interface of Manager software. An attacker can craft requests that initially pass DNS validation but ultimately resolve to internal network addresses during the actual request phase. The attack flow involves:

  1. Attacker controls a malicious DNS server or uses a DNS rebinding service
  2. Initial DNS query during validation returns an allowed external IP
  3. Subsequent DNS query during actual request returns an internal IP (e.g., 10.0.0.1, 192.168.1.1, or cloud metadata endpoint 169.254.169.254)
  4. Application makes request to internal resource, bypassing network isolation

For technical implementation details and proof-of-concept information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-64180

Indicators of Compromise

  • Outbound DNS requests with unusually short TTL values from Manager application hosts
  • Network traffic from Manager servers to internal IP ranges that should not be accessed
  • Connections to cloud metadata endpoints (e.g., 169.254.169.254) from application servers
  • Multiple rapid DNS resolutions for the same hostname returning different IP addresses

Detection Strategies

  • Monitor network flows from Manager application hosts for connections to RFC 1918 private IP ranges and link-local addresses
  • Implement DNS query logging and alert on suspicious patterns including rapid re-resolution of hostnames
  • Deploy network segmentation monitoring to detect unauthorized internal network access
  • Use cloud provider security tools to monitor for metadata endpoint access from application workloads

Monitoring Recommendations

  • Configure firewall rules to log and alert on outbound connections from Manager hosts to internal network segments
  • Enable cloud metadata service logging (e.g., AWS CloudTrail for IMDSv2 enforcement monitoring)
  • Implement application-level logging to track all external URL requests processed by Manager software
  • Deploy network detection rules for DNS rebinding attack patterns

How to Mitigate CVE-2025-64180

Immediate Actions Required

  • Upgrade Manager Desktop and Server to version 25.11.1.3086 or later immediately
  • Restrict network access from Manager application hosts to only required external services
  • Enable authentication on Manager Server instances if not already configured
  • Block access to cloud metadata endpoints from application workloads at the network level

Patch Information

The vulnerability has been addressed in Manager version 25.11.1.3086. Organizations should update all affected Manager Desktop and Server installations to this version or later. The patch addresses the TOCTOU vulnerability in the DNS validation mechanism, ensuring proper validation persists through the request execution.

For complete details on the security fix, see the GitHub Security Advisory.

Workarounds

  • Implement network-level controls to prevent Manager hosts from accessing internal network ranges
  • Deploy a web proxy that performs proper DNS pinning for all outbound requests from Manager
  • Use cloud provider metadata service protections such as IMDSv2 on AWS which requires session tokens
  • Isolate Manager instances in a dedicated network segment with strict egress filtering
bash
# Example: Block access to cloud metadata endpoint from Manager hosts (iptables)
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Example: Block access to common internal ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -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/TechManager Io

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-54122: Manager Accounting Software SSRF 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