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

CVE-2025-61939: MicroServer Auth Bypass Vulnerability

CVE-2025-61939 is an authentication bypass flaw in MicroServer that enables reverse SSH connections without mutual authentication. Attackers with local network access can exploit this to redirect connections.

Updated: January 22, 2026

CVE-2025-61939 Overview

CVE-2025-61939 is a high-severity vulnerability affecting MicroServer systems where an unused function can initiate a reverse SSH connection to a vendor-registered domain without implementing mutual authentication. This weakness (CWE-923: Improper Restriction of Communication Channel to Intended Endpoints) allows an attacker positioned on the local network with administrative access to the web server to redirect the SSH connection to an attacker-controlled device by manipulating DNS responses.

Critical Impact

An attacker exploiting this vulnerability could intercept and redirect legitimate SSH connections, potentially gaining unauthorized access to sensitive systems and establishing persistent backdoor access through the compromised communication channel.

Affected Products

  • MicroServer (specific versions not disclosed in advisory)

Discovery Timeline

  • January 7, 2026 - CVE-2025-61939 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2025-61939

Vulnerability Analysis

This vulnerability stems from an improper restriction of communication channels in the MicroServer component. The issue exists within an unused function that establishes reverse SSH connections to a vendor-registered domain. The critical flaw is the absence of mutual authentication during the SSH handshake process.

Without proper mutual authentication, the client (MicroServer) does not verify the identity of the server it connects to, making it susceptible to man-in-the-middle attacks. An attacker who can manipulate DNS responses on the local network can redirect these SSH connections to infrastructure under their control.

The attack requires the adversary to have administrative access to the web server and the capability to perform DNS spoofing or poisoning attacks on the local network segment. Once these prerequisites are met, the attacker can intercept all traffic intended for the legitimate vendor domain.

Root Cause

The root cause of CVE-2025-61939 is the failure to implement mutual authentication in the reverse SSH connection establishment process. The unused function blindly trusts DNS resolution results without validating the server's identity through certificate verification or other cryptographic means. This represents a violation of secure communication best practices where both parties in a connection should authenticate each other before exchanging sensitive data.

Attack Vector

The attack leverages the network-accessible nature of the vulnerable function combined with DNS manipulation capabilities. An attacker must first gain administrative access to the web server interface, then position themselves to intercept or manipulate DNS queries originating from the MicroServer device. When the vulnerable function attempts to establish a reverse SSH connection, the attacker's DNS manipulation redirects the connection to a malicious server that can capture credentials, inject commands, or maintain persistent access to the compromised system.

The exploitation flow involves:

  1. Gaining administrative access to the MicroServer web interface
  2. Setting up DNS interception or spoofing on the local network
  3. Waiting for or triggering the reverse SSH connection function
  4. Redirecting the connection to an attacker-controlled SSH server
  5. Capturing authentication credentials or establishing a backdoor

Detection Methods for CVE-2025-61939

Indicators of Compromise

  • Unusual outbound SSH connections from MicroServer devices to unexpected IP addresses
  • DNS query logs showing queries for vendor domains resolving to non-vendor IP addresses
  • Network traffic analysis revealing SSH connections to unrecognized external hosts
  • Authentication attempts from MicroServer devices to unauthorized endpoints

Detection Strategies

  • Monitor DNS traffic for anomalous resolution patterns targeting vendor-specific domains
  • Implement network-based intrusion detection rules to identify SSH connections to non-whitelisted destinations
  • Deploy endpoint monitoring to detect unauthorized SSH process spawning on MicroServer systems
  • Analyze web server administrative access logs for suspicious authentication patterns

Monitoring Recommendations

  • Enable comprehensive logging of all outbound network connections from MicroServer devices
  • Implement DNS security monitoring to detect potential spoofing or poisoning attempts
  • Configure alerts for SSH connections originating from OT/ICS network segments to external addresses
  • Regularly audit administrative access to MicroServer web interfaces

How to Mitigate CVE-2025-61939

Immediate Actions Required

  • Review and disable any unused functions that establish reverse SSH connections in MicroServer configurations
  • Implement network segmentation to isolate MicroServer devices from untrusted network segments
  • Deploy DNS security controls such as DNSSEC to prevent DNS manipulation attacks
  • Restrict administrative access to MicroServer web interfaces to authorized personnel only

Patch Information

Refer to the CISA ICS Advisory ICSA-26-006-01 for official vendor guidance and patch availability. Additional technical details are available in the GitHub CSAF JSON Resource.

Workarounds

  • Block outbound SSH connections from MicroServer devices at the network perimeter if the reverse SSH functionality is not required
  • Implement strict firewall rules limiting MicroServer outbound communications to known-good destinations
  • Deploy network monitoring to detect and alert on any DNS manipulation attempts targeting vendor domains
  • Use host-based SSH configuration to enforce strict host key checking where possible
bash
# Example network isolation using firewall rules
# Block outbound SSH from MicroServer subnet
iptables -A OUTPUT -s 10.0.1.0/24 -p tcp --dport 22 -j DROP

# Allow only specific trusted destinations if SSH is required
iptables -A OUTPUT -s 10.0.1.0/24 -d trusted.vendor.ip -p tcp --dport 22 -j ACCEPT

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicroserver

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-923
  • Technical References
  • GitHub CSAF JSON Resource

  • CISA ICS Advisory ICSA-26-006-01
  • Related CVEs
  • CVE-2025-66620: MicroServer Auth Bypass 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