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

CVE-2025-11625: WolfSSH Auth Bypass Vulnerability

CVE-2025-11625 is an authentication bypass flaw in wolfSSH 1.4.20 and earlier that allows attackers to bypass host authentication and leak client credentials. This article covers technical details, impact, and fixes.

Published: March 24, 2026

CVE-2025-11625 Overview

CVE-2025-11625 is an improper host authentication vulnerability affecting wolfSSH version 1.4.20 and earlier clients. This authentication bypass flaw allows attackers to circumvent host authentication mechanisms and leak client credentials, potentially compromising secure communications and enabling man-in-the-middle attacks against SSH sessions.

Critical Impact

This vulnerability enables authentication bypass and credential leakage in wolfSSH clients, allowing attackers to intercept or hijack SSH sessions and steal sensitive authentication data.

Affected Products

  • wolfSSH version 1.4.20 and earlier
  • Applications and embedded systems using vulnerable wolfSSH client libraries
  • IoT devices and embedded platforms relying on wolfSSH for secure communications

Discovery Timeline

  • 2025-10-21 - CVE-2025-11625 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-11625

Vulnerability Analysis

This vulnerability stems from improper host authentication implementation in the wolfSSH client library. The flaw is classified under CWE-287 (Improper Authentication), indicating a fundamental weakness in how the client validates the identity of SSH servers during the connection establishment phase.

When an SSH client connects to a server, it should verify the server's identity through cryptographic means—typically by validating the server's public key against known hosts or trusted certificates. The vulnerability in wolfSSH allows this critical verification step to be bypassed, enabling attackers to impersonate legitimate servers.

The network-based attack vector makes this vulnerability particularly dangerous in environments where clients connect to SSH servers over untrusted networks. An attacker positioned to intercept network traffic could present a malicious server that appears legitimate to the vulnerable client, capturing credentials and sensitive session data.

Root Cause

The root cause lies in improper host authentication validation within the wolfSSH client implementation. The client fails to adequately verify the server's identity during SSH handshake negotiations, allowing a malicious server to be accepted without proper cryptographic validation. This authentication weakness enables credential disclosure to unauthorized parties.

Attack Vector

An attacker can exploit this vulnerability through a network-based man-in-the-middle attack scenario. The attacker intercepts the connection between a vulnerable wolfSSH client and its intended server, presenting a rogue SSH server that the client incorrectly authenticates as legitimate.

The attack proceeds as follows: when a vulnerable client initiates an SSH connection, the attacker intercepts this connection and responds as the intended server. Due to the improper host authentication, the client accepts the attacker's server as legitimate. The client then transmits its authentication credentials—which may include passwords, private keys, or other sensitive authentication data—to the attacker's server instead of the intended destination.

This vulnerability requires user interaction in that the user must initiate an SSH connection, but requires no privileges on the attacker's part to exploit. The referenced GitHub Pull Request #840 provides additional technical details on the specific implementation flaw and its remediation.

Detection Methods for CVE-2025-11625

Indicators of Compromise

  • Unexpected SSH connection failures or certificate warnings when connecting to known servers
  • Evidence of man-in-the-middle attacks in network traffic logs showing altered server key fingerprints
  • Authentication attempts logged from unexpected source IP addresses on SSH servers
  • Client-side logs showing accepted server keys that don't match expected fingerprints

Detection Strategies

  • Monitor for SSH connections where the server key fingerprint changes unexpectedly
  • Implement network monitoring to detect potential MITM positioning attacks targeting SSH traffic
  • Review wolfSSH client application logs for authentication anomalies or unexpected server responses
  • Deploy intrusion detection signatures to identify exploitation attempts against SSH handshake sequences

Monitoring Recommendations

  • Enable verbose logging on wolfSSH client applications to capture authentication events
  • Implement centralized logging for all SSH client activity across the environment
  • Monitor for credential reuse attempts that may indicate stolen authentication data
  • Establish baseline SSH connection patterns to detect anomalous connection behavior

How to Mitigate CVE-2025-11625

Immediate Actions Required

  • Identify all systems and applications using wolfSSH version 1.4.20 or earlier
  • Upgrade to the patched version of wolfSSH as referenced in the official fix
  • Review SSH server logs for signs of credential compromise or unauthorized access
  • Consider rotating SSH credentials for clients that may have connected through untrusted networks

Patch Information

The wolfSSH development team has addressed this vulnerability through Pull Request #840 on GitHub. Organizations should upgrade to the latest version of wolfSSH that incorporates this fix. The patch corrects the improper host authentication logic, ensuring proper server identity verification during SSH connection establishment.

Workarounds

  • Restrict wolfSSH client connections to trusted network segments where MITM attacks are less feasible
  • Implement network-level protections such as VPNs or IPSec tunnels for SSH traffic over untrusted networks
  • Use strict host key checking with pre-distributed known host files where possible
  • Consider alternative SSH libraries until patching is complete in environments where immediate upgrade is not possible
bash
# Verify wolfSSH version and check for vulnerable installations
# Review installed version
pkg info wolfssh 2>/dev/null || dpkg -l | grep wolfssh

# Check for applications linked against wolfSSH
ldd /path/to/application | grep wolfssh

# After upgrade, verify the new version is in use
wolfssh --version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWolfssh

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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:Y/R:X/V:X/RE:X/U:Red
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Pull Request
  • Related CVEs
  • CVE-2025-14942: wolfSSH Auth Bypass Vulnerability

  • CVE-2024-2873: WolfSSH Auth Bypass Vulnerability

  • CVE-2025-15382: wolfSSH Heap Buffer Overflow Vulnerability

  • CVE-2025-11624: WolfSSH SFTP Buffer Overflow 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