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-2026-0930

CVE-2026-0930: wolfSSHd Information Disclosure Vulnerability

CVE-2026-0930 is an information disclosure flaw in wolfSSHd on Windows that allows authenticated users to leak stack memory through terminal resize requests. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-0930 Overview

CVE-2026-0930 is an out-of-bounds read vulnerability in wolfSSHd on Windows systems that occurs during terminal resize request handling. An authenticated user can trigger this vulnerability after establishing an SSH connection, causing adjacent stack memory to leak to the pseudo-console output. This represents a memory information disclosure issue that could potentially expose sensitive data stored in adjacent memory regions.

Critical Impact

Authenticated attackers can leak adjacent stack memory contents through crafted terminal resize requests, potentially exposing sensitive information from the wolfSSHd process memory.

Affected Products

  • wolfSSHd on Windows (versions prior to the fix in PR #846)
  • wolfSSH library implementations utilizing terminal resize functionality on Windows platforms

Discovery Timeline

  • 2026-04-20 - CVE CVE-2026-0930 published to NVD
  • 2026-04-21 - Last updated in NVD database

Technical Details for CVE-2026-0930

Vulnerability Analysis

This vulnerability is classified as CWE-126 (Buffer Over-read), a memory safety issue where the application reads data beyond the intended boundaries of a buffer. In the context of wolfSSHd on Windows, the flaw manifests when handling terminal resize requests from authenticated SSH clients.

When a connected user issues a terminal resize request, the wolfSSHd daemon processes the incoming window dimensions without properly validating the boundaries of the read operation. This allows the server to read beyond the allocated buffer, accessing adjacent stack memory. The leaked memory contents are then inadvertently transmitted to the pseudo-console output, making them visible to the attacker.

The requirement for prior authentication reduces the overall exposure, as an attacker must first establish a valid SSH session before attempting exploitation. However, any authenticated user—including those with limited privileges—could potentially extract sensitive information from the server's memory space.

Root Cause

The root cause of this vulnerability is improper boundary checking when processing terminal resize requests in the wolfSSHd Windows implementation. The code responsible for handling WINCH (window change) signals fails to validate that read operations stay within the bounds of the allocated buffer, resulting in an over-read condition.

This type of vulnerability commonly occurs when:

  • Array indices or pointer arithmetic are not properly constrained
  • Length parameters from external input are used without validation
  • Platform-specific behavior differences (Windows vs. Unix) are not accounted for in boundary checks

Attack Vector

The attack requires network access and valid authentication credentials to the target wolfSSHd server. Once authenticated, an attacker can craft a malicious terminal resize request designed to trigger the out-of-bounds read condition.

The exploitation flow involves:

  1. Establishing a legitimate SSH connection to the wolfSSHd server on Windows
  2. Authenticating with valid credentials (low privilege is sufficient)
  3. Sending a specially crafted terminal resize request that triggers the boundary violation
  4. Receiving leaked stack memory contents in the pseudo-console output
  5. Analyzing the leaked data for sensitive information such as memory addresses, credentials, or cryptographic material

The vulnerability requires network access and authentication but does not require user interaction, making it exploitable by any authenticated user with SSH access to the target system.

Detection Methods for CVE-2026-0930

Indicators of Compromise

  • Unusual or excessive terminal resize requests from authenticated SSH sessions
  • Anomalous pseudo-console output containing unexpected binary data or memory artifacts
  • SSH session logs showing repeated resize operations from a single connection
  • Memory access patterns indicating reads beyond expected buffer boundaries

Detection Strategies

  • Monitor wolfSSHd logs for abnormal terminal resize request patterns from authenticated users
  • Implement network-level inspection for SSH sessions with unusual window change signal frequency
  • Deploy endpoint detection rules to identify memory read anomalies in wolfSSHd processes
  • Use behavioral analysis to detect authenticated sessions performing suspicious resize operations

Monitoring Recommendations

  • Enable verbose logging for wolfSSHd to capture terminal handling events
  • Configure SIEM rules to alert on repetitive terminal resize requests within short timeframes
  • Monitor pseudo-console output streams for unexpected data patterns indicating memory leakage
  • Implement host-based intrusion detection for wolfSSHd process memory access anomalies

How to Mitigate CVE-2026-0930

Immediate Actions Required

  • Review the GitHub Pull Request #846 for the official fix and apply the patch to affected wolfSSHd deployments
  • Audit authenticated user accounts and limit SSH access to only necessary personnel
  • Consider temporarily restricting terminal resize functionality if patch application is delayed
  • Monitor existing SSH sessions for signs of exploitation attempts

Patch Information

The vulnerability has been addressed in GitHub Pull Request #846 for wolfssh. Organizations running wolfSSHd on Windows should review this pull request and update to a version that includes the fix. The patch corrects the boundary checking logic in the terminal resize request handler to prevent out-of-bounds read operations.

Workarounds

  • Restrict SSH access to trusted users only until the patch can be applied
  • Implement network segmentation to limit exposure of wolfSSHd servers to untrusted networks
  • Monitor and audit all SSH connections for suspicious activity patterns
  • Consider using alternative SSH implementations on Windows until the vulnerability is patched in your deployment
bash
# Configuration example
# Restrict SSH access to specific trusted IP addresses (firewall example)
# Windows Firewall PowerShell command to limit wolfSSHd access
New-NetFirewallRule -DisplayName "Restrict wolfSSHd Access" -Direction Inbound -LocalPort 22 -Protocol TCP -RemoteAddress 192.168.1.0/24 -Action Allow
# Block all other SSH traffic
New-NetFirewallRule -DisplayName "Block External wolfSSHd" -Direction Inbound -LocalPort 22 -Protocol TCP -Action Block

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWindows

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-126
  • Technical References
  • GitHub Pull Request for wolfssh
  • Related CVEs
  • CVE-2026-33829: Windows Snipping Tool Info Disclosure Flaw

  • CVE-2026-32218: Windows Kernel Information Disclosure

  • CVE-2026-32217: Windows Kernel Information Disclosure Flaw

  • CVE-2026-32215: Windows Kernel Information Disclosure Flaw
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