A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-44467

CVE-2026-44467: Claude Desktop SSH Auth Bypass Vulnerability

CVE-2026-44467 is an authentication bypass flaw in Claude Desktop's SSH remote development feature that enables man-in-the-middle attacks. This article covers the technical details, affected versions, and mitigation steps.

Published: May 17, 2026

CVE-2026-44467 Overview

CVE-2026-44467 is a certificate validation flaw in the Claude Desktop application's SSH remote development feature. The application checked only whether a hostname existed in ~/.ssh/known_hosts without comparing the server's presented host key against the stored key. This logic gap allows a network-positioned attacker to present an arbitrary SSH host key and have the connection silently accepted. The flaw affects Claude Desktop versions from 1.2581.0 to before 1.4304.0 and is tracked under [CWE-297] (Improper Validation of Certificate with Host Mismatch).

Critical Impact

Successful exploitation enables a man-in-the-middle attack on remote development sessions, exposing source code, credentials, and command output transmitted over SSH.

Affected Products

  • Anthropic Claude Desktop application versions 1.2581.0 through 1.4303.x
  • SSH remote development feature within Claude Desktop
  • Hosts with pre-existing entries in ~/.ssh/known_hosts

Discovery Timeline

  • 2026-05-13 - CVE-2026-44467 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44467

Vulnerability Analysis

The Claude Desktop application integrates an SSH client for remote development sessions. During session establishment, the client consults ~/.ssh/known_hosts to confirm the server identity. The implementation treated the presence of the hostname entry as sufficient proof of trust. It did not compare the cryptographic host key returned by the server against the key stored alongside the hostname.

This behavior breaks the trust-on-first-use model that SSH relies on. An attacker who can intercept the TCP connection can present any SSH host key and complete the handshake. The victim sees a normal session, while the attacker terminates one leg of the connection and forwards traffic to the legitimate server. All commands, file transfers, and credentials traverse the attacker-controlled relay in cleartext to the proxy.

Root Cause

The root cause is improper certificate and host key validation. The client implemented hostname lookup against known_hosts but omitted the key comparison step required by the SSH protocol. This is a classic [CWE-297] defect where identity material is read but never matched against the presented credential.

Attack Vector

Exploitation requires adjacent network positioning. The attacker must be able to intercept SSH traffic between the victim and the legitimate server. Common methods include Address Resolution Protocol (ARP) spoofing on a local LAN, a rogue Wi-Fi access point, or Domain Name System (DNS) poisoning. The target hostname must already have an entry in the victim's known_hosts file. The attacker then presents a self-controlled SSH host key, which the vulnerable client accepts without comparison. Refer to the GitHub Security Advisory for the vendor description.

Detection Methods for CVE-2026-44467

Indicators of Compromise

  • Unexpected changes in SSH host key fingerprints observed for hosts previously connected from Claude Desktop
  • ARP table anomalies or duplicate MAC-to-IP mappings on developer subnets
  • DNS responses for development server hostnames resolving to unexpected addresses
  • SSH sessions originating from Claude Desktop processes connecting to IP addresses outside known infrastructure

Detection Strategies

  • Inventory endpoints running Claude Desktop and compare installed versions against the fixed release 1.4304.0
  • Correlate process telemetry for the Claude Desktop binary with outbound TCP connections to port 22 and validate destination IPs
  • Compare host key fingerprints recorded by server-side SSH daemons against fingerprints observed on client endpoints

Monitoring Recommendations

  • Enable SSH server logging of client connection metadata and forward to a centralized log platform for analysis
  • Alert on ARP table changes, gratuitous ARP replies, and rogue DHCP or DNS responses on developer network segments
  • Monitor for new or modified entries in ~/.ssh/known_hosts on endpoints running Claude Desktop

How to Mitigate CVE-2026-44467

Immediate Actions Required

  • Upgrade Claude Desktop to version 1.4304.0 or later on all affected endpoints
  • Audit ~/.ssh/known_hosts files on developer workstations and remove stale or untrusted entries
  • Rotate any SSH credentials or tokens that may have transited a vulnerable session over untrusted networks

Patch Information

Anthropic fixed the host key verification logic in Claude Desktop 1.4304.0. The patched build compares the presented SSH host key against the entry stored in known_hosts and aborts the session on mismatch. Patch details are published in the GitHub Security Advisory GHSA-3rwf-2g6p-c2f9.

Workarounds

  • Restrict SSH remote development to trusted networks such as wired corporate LAN or enterprise virtual private network (VPN)
  • Use a standalone SSH client with strict StrictHostKeyChecking=yes configuration until endpoints are patched
  • Apply network segmentation and 802.1X authentication to reduce the risk of ARP spoofing and rogue access points
bash
# Configuration example
# Verify installed Claude Desktop version on macOS
mdls -name kMDItemVersion /Applications/Claude.app

# Enforce strict host key checking in user SSH config as a workaround
cat >> ~/.ssh/config <<'EOF'
Host *
  StrictHostKeyChecking yes
  HashKnownHosts yes
EOF

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechClaude

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-297
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-47091: Claude HUD Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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