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-2021-36367

CVE-2021-36367: PuTTY Auth Bypass Vulnerability

CVE-2021-36367 is an authentication bypass flaw in PuTTY through version 0.75 that allows attacker-controlled SSH servers to spoof authentication prompts and capture credentials. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-36367 Overview

CVE-2021-36367 is an authentication spoofing vulnerability in PuTTY, a widely-used free SSH and Telnet client for Windows and Unix platforms. The vulnerability exists in PuTTY versions through 0.75, where the client proceeds with establishing an SSH session even if it has never sent a substantive authentication response. This flaw makes it easier for an attacker-controlled SSH server to present a later spoofed authentication prompt that can be used to capture credential data from unsuspecting users.

Critical Impact

Attackers controlling a malicious SSH server can exploit this vulnerability to capture user credentials through spoofed authentication prompts, potentially leading to credential theft and unauthorized access to legitimate systems.

Affected Products

  • PuTTY versions through 0.75
  • Related PuTTY-based tools and integrations using affected library versions
  • Systems where users connect to untrusted or compromised SSH servers

Discovery Timeline

  • 2021-07-09 - CVE-2021-36367 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-36367

Vulnerability Analysis

This vulnerability falls under CWE-345 (Insufficient Verification of Data Authenticity). The core issue lies in how PuTTY handles the SSH authentication state machine. When connecting to an SSH server, PuTTY should track whether it has actually sent valid authentication credentials before considering the session authenticated. However, in affected versions, PuTTY fails to properly verify that a substantive authentication response was actually transmitted before proceeding with the SSH session.

This architectural flaw creates a window of opportunity for attackers operating malicious SSH servers. The attack requires user interaction in that the victim must initiate a connection to the attacker-controlled server, and the confidentiality and integrity impact is high as credential data can be captured.

Root Cause

The root cause of CVE-2021-36367 is insufficient state tracking in PuTTY's SSH authentication protocol implementation. The client does not maintain adequate verification that authentication credentials were legitimately exchanged before transitioning to an authenticated state. This allows the SSH protocol flow to continue even when proper authentication handshakes have not been completed, creating the opportunity for credential interception attacks.

Attack Vector

The attack scenario involves an attacker who controls or has compromised an SSH server that a victim might connect to. The attack flow proceeds as follows:

  1. The victim initiates an SSH connection to the attacker-controlled server using a vulnerable version of PuTTY
  2. The malicious server allows the session to establish without requiring proper authentication
  3. After the session appears established, the malicious server presents a spoofed authentication prompt to the user
  4. The user, believing they need to authenticate to the legitimate service, enters their credentials
  5. The attacker captures these credentials and can use them to access legitimate systems

This attack is particularly effective in scenarios where users may connect to multiple SSH servers and are accustomed to authentication prompts. The vulnerability does not affect availability, focusing instead on confidentiality and integrity compromise through credential theft.

Detection Methods for CVE-2021-36367

Indicators of Compromise

  • Unexpected authentication prompts appearing after an SSH session appears to be established
  • SSH connections to known-malicious IP addresses or domains
  • User reports of unusual authentication behavior when connecting to SSH servers
  • Multiple credential entry requests during a single SSH session

Detection Strategies

  • Monitor for PuTTY versions 0.75 and earlier in software inventory systems
  • Implement network monitoring to detect SSH connections to unauthorized or suspicious servers
  • Deploy endpoint detection to identify vulnerable PuTTY installations across the enterprise
  • Review authentication logs for anomalies in SSH connection patterns

Monitoring Recommendations

  • Enable verbose logging on SSH clients where possible to track authentication state
  • Implement host key verification monitoring to detect connections to unknown servers
  • Deploy SentinelOne endpoint protection to monitor for exploitation attempts
  • Establish baseline SSH connection patterns to identify anomalous behavior

How to Mitigate CVE-2021-36367

Immediate Actions Required

  • Upgrade PuTTY to version 0.76 or later immediately
  • Audit all systems for vulnerable PuTTY installations
  • Warn users about the risks of connecting to untrusted SSH servers
  • Review and rotate credentials that may have been exposed through vulnerable clients
  • Implement strict SSH host key verification policies

Patch Information

The vulnerability has been addressed by the PuTTY development team. The fix is tracked in the Git Commit Change Log. Users should upgrade to PuTTY 0.76 or later to remediate this vulnerability. Additional security advisories have been released by Debian, including Debian Security Advisory DSA-5588 and the Debian LTS Announcement.

For a complete list of changes and security fixes, refer to the PuTTY Change History.

Workarounds

  • Avoid connecting to untrusted or unknown SSH servers until patching is complete
  • Verify SSH host keys manually before establishing connections
  • Use alternative SSH clients that are not affected by this vulnerability
  • Implement network-level restrictions to limit SSH connections to approved servers only
  • Train users to be suspicious of unexpected authentication prompts after initial connection
bash
# Verify PuTTY version on Windows systems
# Check installed version and upgrade if below 0.76
putty.exe --version

# On Linux/Unix systems using the command-line tools
plink --version

# Download and verify latest PuTTY release from official sources
# https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPutty

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • Git Commit Change Log

  • Debian LTS Announcement

  • PuTTY Change History

  • Debian Security Advisory DSA-5588
  • Related CVEs
  • CVE-2026-4115: PuTTY Ed25519 Signature RCE Vulnerability

  • CVE-2024-31497: PuTTY ECDSA Information Disclosure Flaw
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