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-2022-38336

CVE-2022-38336: MobaXterm Auth Bypass Vulnerability

CVE-2022-38336 is an authentication bypass vulnerability in MobaXterm that allows unauthenticated SSH and SFTP connections. This article covers technical details, affected versions, impact, and mitigation.

Published: February 18, 2026

CVE-2022-38336 Overview

An access control vulnerability exists in MobaXterm versions prior to v22.1 that allows unauthenticated attackers to establish connections to the server via SSH or SFTP protocols. This authentication bypass vulnerability (CWE-287) enables unauthorized network access to systems running vulnerable versions of the software, potentially leading to complete system compromise.

Critical Impact

Attackers can bypass authentication controls to gain unauthorized SSH/SFTP access to systems running vulnerable MobaXterm versions, potentially leading to data theft, system compromise, and lateral movement within the network.

Affected Products

  • Mobatek MobaXterm versions prior to v22.1

Discovery Timeline

  • 2022-12-06 - CVE-2022-38336 published to NVD
  • 2025-04-24 - Last updated in NVD database

Technical Details for CVE-2022-38336

Vulnerability Analysis

This vulnerability represents a critical authentication bypass flaw in MobaXterm's SSH and SFTP server implementation. The improper access control mechanism fails to properly validate authentication credentials before allowing connections, enabling unauthenticated attackers to establish sessions to the server.

The network-based attack vector means that any attacker with network access to a vulnerable MobaXterm instance can potentially exploit this vulnerability. While the attack complexity is considered high due to specific conditions that must be met, successful exploitation requires no privileges or user interaction, making it a significant concern for organizations using affected versions.

Root Cause

The vulnerability stems from improper authentication (CWE-287) in MobaXterm's SSH/SFTP server component. The access control mechanism fails to enforce proper authentication checks before establishing connections, allowing attackers to bypass the authentication process entirely. This fundamental flaw in the authentication flow permits unauthorized access to the server without providing valid credentials.

Attack Vector

The attack is executed over the network, targeting MobaXterm's SSH or SFTP server functionality. An attacker can connect to the vulnerable server and exploit the access control flaw to gain unauthorized access without providing valid authentication credentials.

The exploitation scenario involves:

  1. Identifying a target system running a vulnerable version of MobaXterm with SSH/SFTP server enabled
  2. Initiating a connection to the SSH or SFTP service
  3. Bypassing the authentication mechanism due to the improper access control implementation
  4. Gaining unauthorized access to the system

For detailed technical information about this vulnerability, refer to the SSH MITM CVE-2022-38336 Vulnerability documentation.

Detection Methods for CVE-2022-38336

Indicators of Compromise

  • Unexpected SSH or SFTP connections to MobaXterm servers from unknown or external IP addresses
  • Authentication logs showing successful connections without corresponding authentication events
  • Unusual file access or transfer activity via SFTP protocols
  • Network traffic analysis revealing SSH/SFTP sessions from unauthorized sources

Detection Strategies

  • Monitor network traffic for SSH/SFTP connections to MobaXterm servers, particularly from unexpected sources
  • Implement intrusion detection rules to identify connection attempts that bypass normal authentication flows
  • Review authentication logs for anomalies indicating successful access without valid credential submission
  • Deploy endpoint detection solutions to monitor MobaXterm process behavior and network connections

Monitoring Recommendations

  • Enable verbose logging on MobaXterm SSH/SFTP server components
  • Configure network monitoring to alert on SSH/SFTP traffic to internal MobaXterm instances
  • Implement network segmentation to limit exposure of MobaXterm servers
  • Regularly audit connection logs for unauthorized access attempts

How to Mitigate CVE-2022-38336

Immediate Actions Required

  • Upgrade MobaXterm to version v22.1 or later immediately
  • Disable SSH/SFTP server functionality if not required until patching is complete
  • Implement network-level access controls to restrict connections to MobaXterm servers
  • Review access logs to identify any potential unauthorized access that may have occurred

Patch Information

Mobatek has addressed this vulnerability in MobaXterm version v22.1 and later releases. Organizations should upgrade to the latest available version to remediate this vulnerability. Detailed information is available in the SSH MITM vulnerability documentation.

Workarounds

  • Disable SSH/SFTP server functionality in MobaXterm if not operationally required
  • Implement firewall rules to restrict SSH/SFTP access to trusted IP addresses only
  • Use network segmentation to isolate systems running vulnerable MobaXterm versions
  • Deploy a VPN or jump host requirement for remote access to systems with MobaXterm servers
bash
# Network-level mitigation example (firewall rules)
# Restrict SSH access to MobaXterm to specific trusted IP addresses
# Windows Firewall example
netsh advfirewall firewall add rule name="Block MobaXterm SSH" dir=in action=block protocol=tcp localport=22
netsh advfirewall firewall add rule name="Allow MobaXterm SSH Trusted" dir=in action=allow protocol=tcp localport=22 remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMobatek Mobaxterm

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Vendor Resources
  • SSH MITM CVE-2022-38336 Vulnerability
  • Related CVEs
  • CVE-2022-38337: Mobatek MobaXterm DoS 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